Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c196 case OP_DOLLM: in find_minlength()
870 case OP_DOLLM: in set_start_bits()
Dpcre_printint.c818 case OP_DOLLM: in pcre_printint()
Dpcre_internal.h1884 #define LAST_AUTOTAB_RIGHT_OP OP_DOLLM
1920 OP_DOLLM, /* 26 End of line - multiline */ enumerator
Dpcre_compile.c1843 case OP_DOLLM: in find_fixedlength()
2989 case OP_DOLLM: in get_chr_property_list()
4772 *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
DHACKING194 OP_DOLLM $ multiline mode (end of data or before newline)
Dpcre_dfa_exec.c963 case OP_DOLLM: in internal_dfa_exec()
Dpcre_jit_compile.c615 case OP_DOLLM: in next_opcode()
1370 case OP_DOLLM: in get_framesize()
3281 case OP_DOLLM: in scan_prefix()
5628 case OP_DOLLM: in compile_char1_matchingpath()
8323 case OP_DOLLM: in compile_matchingpath()
Dpcre_exec.c2115 case OP_DOLLM: in match()