Lines Matching refs:tmps
56 static Cell *tmps; variable
660 if (a == tmps) in tfree()
662 a->cnext = tmps; in tfree()
663 tmps = a; in tfree()
672 if (!tmps) { in gettemp()
673 tmps = (Cell *)calloc(100, sizeof (Cell)); in gettemp()
674 if (!tmps) in gettemp()
677 tmps[i-1].cnext = &tmps[i]; in gettemp()
678 tmps[i-1].cnext = 0; in gettemp()
680 x = tmps; in gettemp()
681 tmps = x->cnext; in gettemp()