Searched refs:C_SPC (Results 1 – 6 of 6) 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()1410 if (ctype(c, C_QUOTE | C_SPC)) in print_value_quoted()
1035 if (ctype(*s, C_SPC | C_PLUS | C_MINUS)) { in shf_vfprintf()
701 if (ctype(*p, C_QUOTE | C_SPC)) in function_body()
454 } else if (ctype(c, C_ALNUX | C_DOLAR | C_SPC) || in yylex()
1891 !ctype(*s & 0x7F, C_PATMO | C_SPC)) in debunk()
1537 #define C_SPC CiSP /* \x20 ASCII space */ macro