Searched refs:tmps (Results 1 – 1 of 1) sorted by relevance
71 Cell *tmps; /* free temporary cells for execution */ variable685 if (a == tmps) in tfree()687 a->cnext = tmps; in tfree()688 tmps = a; in tfree()695 if (!tmps) { in gettemp()696 tmps = (Cell *) calloc(100, sizeof(Cell)); in gettemp()697 if (!tmps) in gettemp()700 tmps[i-1].cnext = &tmps[i]; in gettemp()701 tmps[i-1].cnext = 0; in gettemp()703 x = tmps; in gettemp()[all …]