Searched refs:treesize (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 338 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 D | sub1.c | 677 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 D | once.h | 84 int treesize = TREESIZE, ntrans = NTRANS; variable
|
H A D | ldefs.h | 239 extern int ntrans, treesize, outsize;
|
H A D | header.c | 374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
|