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

  /ndk/sources/host-tools/nawk-20071023/
run.c 89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE }; variable
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;
    [all...]
FIXES 835 Fixed bug that caused tempcell list to contain a duplicate.
    [all...]

Completed in 147 milliseconds