Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h56 #define NANCHOR(node) ((node)->u.anchor)
241 AnchorNode anchor; member
H A Dregcomp.c4809 reg->anchor = 0; in clear_optimize_info()
4872 print_anchor(FILE* f, int anchor) in print_anchor() argument
4878 if (anchor & ANCHOR_BEGIN_BUF) { in print_anchor()
4882 if (anchor & ANCHOR_BEGIN_LINE) { in print_anchor()
4887 if (anchor & ANCHOR_BEGIN_POSITION) { in print_anchor()
4892 if (anchor & ANCHOR_END_BUF) { in print_anchor()
4897 if (anchor & ANCHOR_SEMI_END_BUF) { in print_anchor()
4902 if (anchor & ANCHOR_END_LINE) { in print_anchor()
4907 if (anchor & ANCHOR_ANYCHAR_STAR) { in print_anchor()
4912 if (anchor & ANCHOR_ANYCHAR_STAR_ML) { in print_anchor()
[all …]
H A Dregexec.c3603 if (reg->anchor != 0 && str < end) { in onig_search()
3606 if (reg->anchor & ANCHOR_BEGIN_POSITION) { in onig_search()
3614 else if (reg->anchor & ANCHOR_BEGIN_BUF) { in onig_search()
3629 else if (reg->anchor & ANCHOR_END_BUF) { in onig_search()
3662 else if (reg->anchor & ANCHOR_SEMI_END_BUF) { in onig_search()
3685 else if ((reg->anchor & ANCHOR_ANYCHAR_STAR_ML)) { in onig_search()
3768 if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) { in onig_search()
H A Dregparse.c2252 int anchor; member
3077 tok->u.anchor = ANCHOR_WORD_BOUND; in fetch_token()
3083 tok->u.anchor = ANCHOR_NOT_WORD_BOUND; in fetch_token()
3090 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token()
3096 tok->u.anchor = ANCHOR_WORD_END; in fetch_token()
5096 *np = onig_node_new_anchor(tok->u.anchor); in parse_exp()
H A DHISTORY316 begin-line anchor and BM search optimization leads
1158 sub-anchor of optimization map info was wrong
1636 default: /./ not match "\n", anchor not match "\n"
1637 REG_NEWLINE: /./ not match "\n", anchor match "\n"
1681 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
H A Doniguruma.h767 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c111 const char* const* anchor = list; in findOffset() local
114 return (int16_t)(list - anchor); in findOffset()
1194 char* anchor = NULL; in strToMatch() local
1202 anchor = retstr; in strToMatch()
1215 retstr= anchor; in strToMatch()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput23046 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
H A Dtestinput14774 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestoutput17945 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestoutput210626 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt7032 of dynamic anchor, or "I've started, so I must finish." The name of the
7037 anchor, unless PCRE's start-of-match optimizations are turned off, as
8915 or starting the pattern with ^.* or ^.*? to indicate explicit anchor-
9508 anchor your match at the beginning of the string. For example, you

Completed in 117 milliseconds