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