Home
last modified time | relevance | path

Searched refs:STARTSIZE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sgs/lex/common/
H A Dldefs.h78 #define STARTSIZE 256 macro
201 extern CHR slist[STARTSIZE];
H A Dmain.c266 sname = (CHR **)myalloc(STARTSIZE, sizeof (*sname));
269 exclusive = (int *)myalloc(STARTSIZE, sizeof (*exclusive));
H A Donce.h117 CHR slist[STARTSIZE];
H A Dparser.y533 if(sptr >= STARTSIZE)
783 if(slptr > slist+STARTSIZE) /* note not packed */