Home
last modified time | relevance | path

Searched refs:sub_anchor (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c3350 if (reg->sub_anchor) { in forward_search_range()
3353 switch (reg->sub_anchor) { in forward_search_range()
3471 if (reg->sub_anchor) { in backward_search_range()
3474 switch (reg->sub_anchor) { in backward_search_range()
H A Dregcomp.c4742 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
4743 reg->sub_anchor |= anc->right_anchor & ANCHOR_END_LINE; in set_sub_anchor()
4794 reg->sub_anchor |= opt.anc.left_anchor & ANCHOR_BEGIN_LINE; in set_optimize_info_from_tree()
4796 reg->sub_anchor |= opt.anc.right_anchor & ANCHOR_END_LINE; in set_optimize_info_from_tree()
4812 reg->sub_anchor = 0; in clear_optimize_info()
4933 fprintf(f, " sub anchor: "); print_anchor(f, reg->sub_anchor); in print_optimize_info()
H A Doniguruma.h770 int sub_anchor; /* start-anchor for exact or map */ member
H A DHISTORY1589 2003/02/04: [tune] if sub_anchor has ANCHOR_BEGIN_LINE then
1791 2002/02/28: [bug] sub_anchor($) in ForwardSearch() and BackwardSearch().

Completed in 40 milliseconds