Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Drun.c274 args[i] = gettemp(); in call()
288 frp->retval = gettemp(); in call()
336 y = gettemp(); in copycell()
419 r = gettemp(); in awkgetline()
839 x = gettemp(); in matchop()
937 Cell *gettemp(void) /* get a tempcell */ in gettemp() function
993 x = gettemp(); in substr()
1014 y = gettemp(); in substr()
1037 z = gettemp(); in sindex()
1401 x = gettemp(); in awksprintf()
[all …]
Dproto.h169 extern Cell *gettemp(void);
DFIXES.1e1165 removed extra arg on gettemp, tempfree. minor error message rewording.