Searched defs:istype (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.h141 #define istype(c,t) (ctable[c]&(t)) macro
202 #define C_ID1 (1<<0) /* istype() first identifier char */
203 #define C_ID2 (1<<1) /* istype() remaining id chars */
204 #define C_MATCH (1<<2) /* istype() shell pattern match chars */
205 #define C_OPTVAL (1<<3) /* istype() option value separator */
206 #define C_SEP (1<<4) /* istype() token separator */
207 #define C_TERMINAL (1<<5) /* istype() terminal chars */
208 #define C_VARIABLE1 (1<<6) /* istype() first variable name char */
209 #define C_VARIABLE2 (1<<7) /* istype() remaining variable chars */
211 #define C_VARPOS1 (1<<8) /* istype() va
[all...]

Completed in 966 milliseconds