Home
last modified time | relevance | path

Searched refs:treesize (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dparser.y338 i = treesize*(sizeof(*name)+sizeof(*left)+
346 name = (int *)myalloc(treesize,sizeof(*name));
348 left = (int *)myalloc(treesize,sizeof(*left));
350 right = (int *)myalloc(treesize,sizeof(*right));
351 nullstr = myalloc(treesize,sizeof(*nullstr));
353 parent = (int *)myalloc(treesize,sizeof(*parent));
388 treesize = siconv(p);
389 if(treesize<=0)error("illegal number of parse tree nodes");
391 if (debug) (void) printf("treesize (%%e) now %d\n",treesize);
H A Dsub1.c677 if (tptr >= treesize) { in mn2()
680 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn2()
682 if (d >= treesize) { in mn2()
724 if (tptr >= treesize) { in mn1()
727 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn1()
767 if (tptr >= treesize) { in mn0()
770 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn0()
H A Donce.h84 int treesize = TREESIZE, ntrans = NTRANS; variable
H A Dldefs.h239 extern int ntrans, treesize, outsize;
H A Dheader.c374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()