Lines Matching defs:tmps
80 Cell *tmps; /* free temporary cells for execution */931 if (a == tmps)933 a->cnext = tmps;934 tmps = a;941 if (!tmps) {942 tmps = (Cell *) calloc(100, sizeof(*tmps));943 if (!tmps)946 tmps[i-1].cnext = &tmps[i];947 tmps[i-1].cnext = NULL;949 x = tmps;950 tmps = x->cnext;