Home
last modified time | relevance | path

Searched refs:ONIG_REGION_NOTPOS (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Donigcmpt200.h255 #define REG_REGION_NOTPOS ONIG_REGION_NOTPOS
H A Dregposix.c206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dregexec.c56 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()
H A Doniguruma.h709 #define ONIG_REGION_NOTPOS -1 macro
H A Dregparse.c863 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()

Completed in 44 milliseconds