Searched refs:tempcell (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE }; variable
228 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
682 void tfree(Cell *a) /* free a tempcell */
689 FATAL("tempcell list is curdled");
694 Cell *gettemp(void) /* get a tempcell */
708 *x = tempcell;

Completed in 69 milliseconds