Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c273 args[i] = gettemp(); in call()
287 frp->retval = gettemp(); in call()
335 y = gettemp(); in copycell()
418 r = gettemp(); in awkgetline()
840 x = gettemp(); in matchop()
938 Cell *gettemp(void) /* get a tempcell */ in gettemp() function
994 x = gettemp(); in substr()
1015 y = gettemp(); in substr()
1038 z = gettemp(); in sindex()
1402 x = gettemp(); in awksprintf()
[all …]
H A Dproto.h168 extern Cell *gettemp(void);
H A DFIXES.1e1165 removed extra arg on gettemp, tempfree. minor error message rewording.