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.c1215 case PT_WORD: in internal_dfa_match()
1473 case PT_WORD: in internal_dfa_match()
1714 case PT_WORD: in internal_dfa_match()
1980 case PT_WORD: in internal_dfa_match()
Dpcre2_auto_possess.c241 case PT_WORD: in check_char_prop()
Dpcre2_match.c2407 case PT_WORD: in match()
2673 case PT_WORD: in match()
3421 case PT_WORD: in match()
3944 case PT_WORD: in match()
Dpcre2_tables.c817 { 1490, PT_WORD, 0 },
Dpcre2_internal.h1257 #define PT_WORD 8 /* Word - L plus N plus underscore */ macro
Dpcre2_compile.c738 PT_WORD, 0, /* word */ /* Perl and POSIX space are the same */
2997 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3189 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
3529 *parsed_pattern++ = PT_WORD << 16; in parse_regex()
Dpcre2_jit_compile.c7678 case PT_WORD: in compile_xclass_matchingpath()
7998 case PT_WORD: in compile_xclass_matchingpath()