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

/ast/src/cmd/nmake/
H A Dscan.c49 #define NAM '\v' /* 0 or more var internal code */ macro
213 case NAM:
565 t = NAM;
1219 case NAM:
1220 return "NAM";
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 9 milliseconds