Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c163 #define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? isalnum((ch)) : 0) macro
164 #define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')