Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h71 #define TOKENSIZE 10000 macro
197 extern CHR pushc[TOKENSIZE];
H A Donce.h114 CHR pushc[TOKENSIZE];
145 int pchlen = TOKENSIZE;
H A Dparser.y305 static CHR token[TOKENSIZE];
725 if(i >= TOKENSIZE)
749 if(i >= TOKENSIZE)
800 if(i >= TOKENSIZE){
802 i = TOKENSIZE-1;
915 if(i >= TOKENSIZE) {
917 i = TOKENSIZE - 1;
H A Dsub1.c805 if (pushptr >= pushc + TOKENSIZE) in munput()
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c217 mac_state.mac_mtu = TOKENSIZE; in mac_init()
H A Dtoken_inet.h38 #define TOKENSIZE (17800) /* Default Token Ring MTU size */ macro