Home
last modified time | relevance | path

Searched refs:gettemp (Results 1 – 3 of 3) sorted by relevance

/external/one-true-awk/
Drun.c271 args[i] = gettemp(); in call()
285 frp->retval = gettemp(); in call()
333 y = gettemp(); in copycell()
416 r = gettemp(); in awkgetline()
610 x = gettemp(); in matchop()
700 Cell *gettemp(void) /* get a tempcell */ in gettemp() function
759 x = gettemp(); in substr()
779 y = gettemp(); in substr()
799 z = gettemp(); in sindex()
993 x = gettemp(); in awksprintf()
[all …]
Dproto.h170 extern Cell *gettemp(void);
DFIXES1094 removed extra arg on gettemp, tempfree. minor error message rewording.