Searched refs:C_SPC (Results 1 – 6 of 6) sorted by relevance
750 } else if ((c & 0x80) && ctype(c & 0x7F, C_PATMO | C_SPC)) { in has_globbing()1173 if ((*p & 0x80) && ctype(*p & 0x7F, C_PATMO | C_SPC)) in pat_scan()1358 if (ctype(c, C_QUOTE | C_SPC)) in print_value_quoted()
1034 if (ctype(*s, C_SPC | C_PLUS | C_MINUS)) { in shf_vfprintf()
707 if (ctype(*p, C_QUOTE | C_SPC)) in function_body()
454 } else if (ctype(c, C_DIGIT | C_DOLAR | C_SPC) || in yylex()
1741 !ctype(*s & 0x7F, C_PATMO | C_SPC)) in debunk()
1471 #define C_SPC CiSP /* \x20 ASCII space */ macro