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

/ast/src/cmd/nmake/
H A Dscan.c52 #define TOK '\f' /* 0 or more token chars */ macro
216 case TOK:
562 t = TOK;
1225 case TOK:
1226 return "TOK";
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))

Completed in 14 milliseconds