Lines Matching defs:tmps
71 Cell *tmps; /* free temporary cells for execution */685 if (a == tmps)687 a->cnext = tmps;688 tmps = a;695 if (!tmps) {696 tmps = (Cell *) calloc(100, sizeof(Cell));697 if (!tmps)700 tmps[i-1].cnext = &tmps[i];701 tmps[i-1].cnext = 0;703 x = tmps;704 tmps = x->cnext;