Home
last modified time | relevance | path

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

/external/one-true-awk/
Drun.c267 args[i] = gettemp(); in call()
282 fp->retval = gettemp(); in call()
330 y = gettemp(); in copycell()
411 r = gettemp(); in awkgetline()
619 x = gettemp(); in matchop()
709 Cell *gettemp(void) /* get a tempcell */ in gettemp() function
768 x = gettemp(); in substr()
788 y = gettemp(); in substr()
808 z = gettemp(); in sindex()
998 x = gettemp(); in awksprintf()
[all …]
Dproto.h162 extern Cell *gettemp(void);
DFIXES838 removed extra arg on gettemp, tempfree. minor error message rewording.