Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dheader.c370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
H A Dldefs.h237 extern int ntrans, treesize, outsize;
H A Donce.h82 int treesize = TREESIZE, ntrans = NTRANS; variable
H A Dparser.y337 i = treesize*(sizeof(*name)+sizeof(*left)+
345 name = (int *)myalloc(treesize,sizeof(*name));
347 left = (int *)myalloc(treesize,sizeof(*left));
349 right = (int *)myalloc(treesize,sizeof(*right));
350 nullstr = myalloc(treesize,sizeof(*nullstr));
352 parent = (int *)myalloc(treesize,sizeof(*parent));
387 treesize = siconv(p);
388 if(treesize<=0)error("illegal number of parse tree nodes");
390 if (debug) (void) printf("treesize (%%e) now %d\n",treesize);
H A Dsub1.c678 if (tptr >= treesize) { in mn2()
681 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn2()
683 if (d >= treesize) { in mn2()
725 if (tptr >= treesize) { in mn1()
728 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn1()
768 if (tptr >= treesize) { in mn0()
771 (treesize == TREESIZE ? "\nTry using %e num" : "")); in mn0()