Home
last modified time | relevance | path

Searched refs:OP_CIRCM (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist/
Dpcre_study.c194 case OP_CIRCM: in find_minlength()
859 case OP_CIRCM: in set_start_bits()
Dpcre_printint.c817 case OP_CIRCM: in pcre_printint()
Dpcre_internal.h1922 OP_CIRCM, /* 28 Start of line - multiline */ enumerator
Dpcre_compile.c1835 case OP_CIRCM: in find_fixedlength()
4765 *code++ = OP_CIRCM; in compile_branch()
8774 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE; in is_startline()
DHACKING178 OP_CIRCM ^ multiline mode (start of data or after newline)
Dpcre_dfa_exec.c869 case OP_CIRCM: in internal_dfa_exec()
Dpcre_jit_compile.c613 case OP_CIRCM: in next_opcode()
1368 case OP_CIRCM: in get_framesize()
3279 case OP_CIRCM: in scan_prefix()
5586 case OP_CIRCM: in compile_char1_matchingpath()
8321 case OP_CIRCM: in compile_matchingpath()
Dpcre_exec.c2090 case OP_CIRCM: in match()