Home
last modified time | relevance | path

Searched refs:C_BLANK (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dexec.c926 ctype(cp[7], C_BLANK)) in scriptexec()
932 while (ctype(*cp, C_BLANK)) in scriptexec()
940 while (!ctype(*cp, C_BLANK | C_NUL)) in scriptexec()
946 while (ctype(*cp, C_BLANK)) in scriptexec()
Dlex.c232 } while (ctype(c, C_BLANK)); in yylex()
1061 while (ctype(*cp, C_BLANK)) in yylex()
Dmisc.c985 { "blank", C_BLANK },
Dsh.h1468 #define C_BLANK (CiSP | CiTAB) macro