Home | History | Annotate | Download | only in Modules

Lines Matching refs:SRE_WORD_MASK

133 #define SRE_WORD_MASK 16

164 ((ch) < 128 ? (sre_char_info[(ch)] & SRE_WORD_MASK) : 0)