Searched refs:settype (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | state.c | 662 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 D | main.c | 205 #define settypes(c,t) for(s=c;*s;settype(*s++,t)) 322 settype(0, C_SEP); 324 settype(0, C_TERMINAL);
|
H A D | make.h | 142 #define settype(c,t) (ctable[c]|=(t)) macro
|
/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 319 # define settype setdisc
|
Completed in 24 milliseconds