Home
last modified time | relevance | path

Searched refs:SRE_LOC_IS_WORD (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_lib.h66 SRE_LOC_IS_WORD((int) ptr[-1]) : 0; in at()
68 SRE_LOC_IS_WORD((int) ptr[0]) : 0; in at()
75 SRE_LOC_IS_WORD((int) ptr[-1]) : 0; in at()
77 SRE_LOC_IS_WORD((int) ptr[0]) : 0; in at()
H A Dsre.c109 #define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_') macro
162 return SRE_LOC_IS_WORD(ch); in sre_category()
164 return !SRE_LOC_IS_WORD(ch); in sre_category()

Completed in 6 milliseconds