Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c190 case OP_DOLL: in find_minlength()
827 case OP_DOLL: in set_start_bits()
Dpcre_compile.c1812 case OP_DOLL: in find_fixedlength()
2935 case OP_DOLL: in get_chr_property_list()
3519 case OP_DOLL: in compare_opcodes()
4703 *code++ = ((options & PCRE_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
Dpcre_internal.h1911 OP_DOLL, /* 25 End of line - not multiline */ enumerator
DHACKING193 OP_DOLL $ (end of data, or before final newline)
Dpcre_jit_compile.c618 case OP_DOLL: in next_opcode()
1360 case OP_DOLL: in get_framesize()
3224 case OP_DOLL: in scan_prefix()
5562 case OP_DOLL: in compile_char1_matchingpath()
8263 case OP_DOLL: in compile_matchingpath()
Dpcre_dfa_exec.c936 case OP_DOLL: in internal_dfa_exec()
Dpcre_exec.c2136 case OP_DOLL: in match()