Lines Matching full:tempcell
89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
225 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
679 void tfree(Cell *a) /* free a tempcell */
686 FATAL("tempcell list is curdled");
691 Cell *gettemp(void) /* get a tempcell */
705 *x = tempcell;