Searched refs:C_BLANK (Results 1 – 4 of 4) sorted by relevance
926 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()
232 } while (ctype(c, C_BLANK)); in yylex()1061 while (ctype(*cp, C_BLANK)) in yylex()
985 { "blank", C_BLANK },
1468 #define C_BLANK (CiSP | CiTAB) macro