Searched refs:ONIG_REGION_NOTPOS (Results 1 – 5 of 5) sorted by relevance
255 #define REG_REGION_NOTPOS ONIG_REGION_NOTPOS
206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
56 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()57 node->end = ONIG_REGION_NOTPOS; in history_tree_clear()89 node->beg = ONIG_REGION_NOTPOS; in history_node_new()90 node->end = ONIG_REGION_NOTPOS; in history_node_new()162 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear()1533 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()1553 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at()
709 #define ONIG_REGION_NOTPOS -1 macro
863 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
Completed in 44 milliseconds