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

  /external/one-true-awk/
run.c 226 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
229 Cell *y, *z, *fcn; local
232 fcn = execute(a[0]); /* the function itself */
233 s = fcn->nval;
234 if (!isfcn(fcn))
243 ndef = (int) fcn->fval; /* args in defn */
277 fp->fcncell = fcn;
283 y = execute((Node *)(fcn->sval)); /* execute body */
310 tempfree(fcn);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-sparc.c 1863 int fcn = 0; local
    [all...]

Completed in 192 milliseconds