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

/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES921 Fixed bug that caused tempcell list to contain a duplicate.
H A Drun.c93 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE }; variable
229 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
683 void tfree(Cell *a) /* free a tempcell */
690 FATAL("tempcell list is curdled");
695 Cell *gettemp(void) /* get a tempcell */
709 *x = tempcell;

Completed in 46 milliseconds