Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c279 case OP_NOT_VSPACE: in find_minlength()
865 case OP_NOT_VSPACE: in set_start_bits()
Dpcre_exec.c2507 case OP_NOT_VSPACE: in match()
4484 case OP_NOT_VSPACE: in match()
4741 case OP_NOT_VSPACE: in match()
5204 case OP_NOT_VSPACE: in match()
5337 case OP_NOT_VSPACE: in match()
5802 case OP_NOT_VSPACE: in match()
5819 if (gotspace == (ctype == OP_NOT_VSPACE)) break; in match()
6038 case OP_NOT_VSPACE: in match()
Dpcre_dfa_exec.c729 case OP_NOT_VSPACE: in internal_dfa_exec()
2226 case OP_NOT_VSPACE: in internal_dfa_exec()
Dpcre_compile.c1874 case OP_NOT_VSPACE: in find_fixedlength()
2544 case OP_NOT_VSPACE: in could_be_empty_branch()
2930 case OP_NOT_VSPACE: in get_chr_property_list()
3511 case OP_NOT_VSPACE: in compare_opcodes()
Dpcre_jit_compile.c611 case OP_NOT_VSPACE: in next_opcode()
1353 case OP_NOT_VSPACE: in get_framesize()
5406 case OP_NOT_VSPACE: in compile_char1_matchingpath()
5409 read_char_range(common, 0xa, 0x2029, type == OP_NOT_VSPACE); in compile_char1_matchingpath()
5411 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO)); in compile_char1_matchingpath()
7879 case OP_NOT_VSPACE: in compile_iterator_matchingpath()
8256 case OP_NOT_VSPACE: in compile_matchingpath()
Dpcre_internal.h1903 OP_NOT_VSPACE, /* 20 \V (not vertical whitespace) */ enumerator
DHACKING187 OP_NOT_VSPACE \V