Home
last modified time | relevance | path

Searched refs:OP_DOLL (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcre_study.c195 case OP_DOLL: in find_minlength()
869 case OP_DOLL: in set_start_bits()
Dpcre_compile.c1842 case OP_DOLL: in find_fixedlength()
2988 case OP_DOLL: in get_chr_property_list()
3576 case OP_DOLL: in compare_opcodes()
4772 *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
Dpcre_internal.h1919 OP_DOLL, /* 25 End of line - not multiline */ enumerator
DHACKING193 OP_DOLL $ (end of data, or before final newline)
Dpcre_dfa_exec.c936 case OP_DOLL: in internal_dfa_exec()
Dpcre_jit_compile.c614 case OP_DOLL: in next_opcode()
1369 case OP_DOLL: in get_framesize()
3280 case OP_DOLL: in scan_prefix()
5614 case OP_DOLL: in compile_char1_matchingpath()
8322 case OP_DOLL: in compile_matchingpath()
Dpcre_exec.c2143 case OP_DOLL: in match()