Searched refs:C_PATMO (Results 1 – 4 of 4) sorted by relevance
802 } else if ((c & 0x80) && ctype(c & 0x7F, C_PATMO | C_SPC)) { in has_globbing()1225 if ((*p & 0x80) && ctype(*p & 0x7F, C_PATMO | C_SPC)) in pat_scan()
307 if (ctype(c, C_PATMO)) { in yylex()
1891 !ctype(*s & 0x7F, C_PATMO | C_SPC)) in debunk()
1498 #define C_PATMO (CiPLUS | CiQUEST | CiVAR1) macro