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

/ast/src/cmd/nmake/
H A Dstate.c662 settype(*s++, C_VARPOS1);
665 settype(*s++, C_VARPOS2);
668 settype(*s++, C_VARPOS3);
671 settype(*s++, C_VARPOS4);
674 settype(*s++, C_VARPOS5);
677 settype(*s++, C_VARPOS6);
680 settype(*s++, C_VARPOS7);
681 if (*s) settype(*s, C_VARPOS8);
H A Dmain.c205 #define settypes(c,t) for(s=c;*s;settype(*s++,t))
322 settype(0, C_SEP);
324 settype(0, C_TERMINAL);
H A Dmake.h142 #define settype(c,t) (ctable[c]|=(t)) macro
/ast/src/cmd/ksh93/include/
H A Dnval.h319 # define settype setdisc

Completed in 24 milliseconds