Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h115 CHR pushc[TOKENSIZE];
146 int pchlen = TOKENSIZE;
H A Dparser.y282 static CHR token[TOKENSIZE];
702 if(i >= TOKENSIZE)
726 if(i >= TOKENSIZE)
777 if(i >= TOKENSIZE){
779 i = TOKENSIZE-1;
892 if(i >= TOKENSIZE) {
894 i = TOKENSIZE - 1;
H A Dldefs.h71 #define TOKENSIZE 10000 macro
197 extern CHR pushc[TOKENSIZE];
H A Dsub1.c805 if (pushptr >= pushc + TOKENSIZE) in munput()
/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; in mac_init()