Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Doniguruma.h687 int sub_anchor; /* start-anchor for exact or map */ member
H A Dregexec.c3163 if (reg->sub_anchor) { in forward_search_range()
3166 switch (reg->sub_anchor) { in forward_search_range()
3293 if (reg->sub_anchor) { in backward_search_range()
3296 switch (reg->sub_anchor) { in backward_search_range()
H A Dregcomp.c4948 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
4949 reg->sub_anchor |= anc->right_anchor & ANCHOR_END_LINE; in set_sub_anchor()
5000 reg->sub_anchor |= opt.anc.left_anchor & ANCHOR_BEGIN_LINE; in set_optimize_info_from_tree()
5002 reg->sub_anchor |= opt.anc.right_anchor & ANCHOR_END_LINE; in set_optimize_info_from_tree()
5018 reg->sub_anchor = 0; in clear_optimize_info()
5139 fprintf(f, " sub anchor: "); print_anchor(f, reg->sub_anchor); in print_optimize_info()
H A DHISTORY1813 2003/02/04: [tune] if sub_anchor has ANCHOR_BEGIN_LINE then
2015 2002/02/28: [bug] sub_anchor($) in ForwardSearch() and BackwardSearch().

Completed in 57 milliseconds