Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c196 case PT_WORD: in PRIV()
Dpcre2_dfa_match.c1227 case PT_WORD: in internal_dfa_match()
1499 case PT_WORD: in internal_dfa_match()
1754 case PT_WORD: in internal_dfa_match()
2035 case PT_WORD: in internal_dfa_match()
Dpcre2_auto_possess.c250 case PT_WORD: in check_char_prop()
Dpcre2_match.c2505 case PT_WORD: in match()
2805 case PT_WORD: in match()
3609 case PT_WORD: in match()
4190 case PT_WORD: in match()
Dpcre2_compile.c758 PT_WORD, 0, /* word */ /* Perl and POSIX space are the same */
3144 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3351 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3691 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
Dpcre2_internal.h1284 #define PT_WORD 9 /* Word - L plus N plus underscore */ macro
Dpcre2_ucptables.c1504 { 3497, PT_WORD, 0 },
Dpcre2_jit_compile.c7616 case PT_WORD: in compile_xclass_matchingpath()
8077 case PT_WORD: in compile_xclass_matchingpath()