Searched refs:SPC (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dscan.c51 #define SPC ' ' /* 0 or more space internal code*/ macro
215 case SPC:
573 t = SPC;
1223 case SPC:
1224 return "SPC";
1367 if ((typ = *s) == DIG || typ == SPC || typ == NAM || typ == TOK)
1370 if (typ == DIG || typ == SPC || typ == NAM && istype(c, C_VARIABLE1) || typ == TOK && istype(c, C_VARIABLE1|C_VARIABLE2))
1373 if (typ == SPC ? isspace(c) : typ == DIG ? isdigit(c) : istype(c, C_VARIABLE1|C_VARIABLE2))
1450 if (*per == SPC)
1489 if (per || rep && *rep != ARG && (*rep != SPC || *(re
[all...]

Completed in 9 milliseconds