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

/illumos-gate/usr/src/stand/lib/inet/
H A Dtoken_inet.h38 #define TOKENSIZE (17800) /* Default Token Ring MTU size */ macro
H A Dmac.c217 mac_state.mac_mtu = TOKENSIZE;
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h116 CHR pushc[TOKENSIZE];
147 int pchlen = TOKENSIZE;
H A Dldefs.h73 #define TOKENSIZE 10000 macro
199 extern CHR pushc[TOKENSIZE];
H A Dparser.y306 static CHR token[TOKENSIZE];
726 if(i >= TOKENSIZE)
750 if(i >= TOKENSIZE)
801 if(i >= TOKENSIZE){
803 i = TOKENSIZE-1;
915 if(i >= TOKENSIZE) {
917 i = TOKENSIZE - 1;

Completed in 62 milliseconds