Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c802 } 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()
Dshf.c1035 if (ctype(*s, C_SPC | C_PLUS | C_MINUS)) { in shf_vfprintf()
Dsyn.c701 if (ctype(*p, C_QUOTE | C_SPC)) in function_body()
Dlex.c454 } else if (ctype(c, C_ALNUX | C_DOLAR | C_SPC) || in yylex()
Deval.c1891 !ctype(*s & 0x7F, C_PATMO | C_SPC)) in debunk()
Dsh.h1537 #define C_SPC CiSP /* \x20 ASCII space */ macro