Home
last modified time | relevance | path

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

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