Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c1392 case ANCHOR_BEGIN_LINE: r = add_opcode(reg, OP_BEGIN_LINE); break; in compile_anchor_node()
3652 ( ANCHOR_LOOK_BEHIND | ANCHOR_BEGIN_LINE | ANCHOR_END_LINE | ANCHOR_BEGIN_BUF | ANCHOR_BEGIN_POSITI… in setup_tree()
3654 ( ANCHOR_LOOK_BEHIND | ANCHOR_LOOK_BEHIND_NOT | ANCHOR_BEGIN_LINE | ANCHOR_END_LINE | ANCHOR_BEGIN_… in setup_tree()
4489 case ANCHOR_BEGIN_LINE: in optimize_node_left()
4742 reg->sub_anchor |= anc->left_anchor & ANCHOR_BEGIN_LINE; in set_sub_anchor()
4794 reg->sub_anchor |= opt.anc.left_anchor & ANCHOR_BEGIN_LINE; in set_optimize_info_from_tree()
4882 if (anchor & ANCHOR_BEGIN_LINE) { in print_anchor()
5953 case ANCHOR_BEGIN_LINE: fputs("begin line", f); break; in print_indent_tree()
H A Dregint.h532 #define ANCHOR_BEGIN_LINE (1<<1) macro
H A Dregexec.c3354 case ANCHOR_BEGIN_LINE: in forward_search_range()
3475 case ANCHOR_BEGIN_LINE: in backward_search_range()
H A DHISTORY1589 2003/02/04: [tune] if sub_anchor has ANCHOR_BEGIN_LINE then
H A Dregparse.c3505 ? ANCHOR_BEGIN_BUF : ANCHOR_BEGIN_LINE); in fetch_token()

Completed in 47 milliseconds