HomeSort by relevance Sort by last modified time
    Searched refs:tempcell (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
run.c 92 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE, NULL }; variable
228 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
697 void tfree(Cell *a) /* free a tempcell */
704 FATAL("tempcell list is curdled");
709 Cell *gettemp(void) /* get a tempcell */
723 *x = tempcell;
    [all...]
FIXES     [all...]

Completed in 2106 milliseconds