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

/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c95 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE, NULL }; variable
231 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
700 void tfree(Cell *a) /* free a tempcell */
707 FATAL("tempcell list is curdled");
712 Cell *gettemp(void) /* get a tempcell */
726 *x = tempcell;

Completed in 104 milliseconds