Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c189 case PT_WORD: in PRIV()
Dpcre2_dfa_match.c1208 case PT_WORD: in internal_dfa_match()
1466 case PT_WORD: in internal_dfa_match()
1707 case PT_WORD: in internal_dfa_match()
1973 case PT_WORD: in internal_dfa_match()
Dpcre2_auto_possess.c241 case PT_WORD: in check_char_prop()
Dpcre2_match.c2406 case PT_WORD: in match()
2672 case PT_WORD: in match()
3420 case PT_WORD: in match()
3943 case PT_WORD: in match()
Dpcre2_internal.h1223 #define PT_WORD 8 /* Word - L plus N plus underscore */ macro
Dpcre2_tables.c814 { 1482, PT_WORD, 0 },
Dpcre2_compile.c689 PT_WORD, 0, /* word */ /* Perl and POSIX space are the same */
2843 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3035 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3373 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
Dpcre2_jit_compile.c6539 case PT_WORD: in compile_xclass_matchingpath()
6830 case PT_WORD: in compile_xclass_matchingpath()