Home
last modified time | relevance | path

Searched refs:TOKENSIZE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Donce.h116 CHR pushc[TOKENSIZE];
147 int pchlen = 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;
H A Dldefs.h73 #define TOKENSIZE 10000 macro
199 extern CHR pushc[TOKENSIZE];
H A Dsub1.c804 if (pushptr >= pushc + TOKENSIZE) in munput()
/titanic_41/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; in mac_init()