Searched refs:getrec (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 121 extern int getrec(char **, int *, bool);
|
H A D | run.c | 197 while (getrec(&record, &recsize, true) > 0) { in program() 448 n = getrec(&record, &recsize, true); in awkgetline() 450 n = getrec(&buf, &bufsize, false); in awkgetline()
|
H A D | lib.c | 142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() function
|
H A D | FIXES.1e | 73 getline accesses uninitialized data after getrec() 879 fixed a couple of bugs in getrec: could fail to update $0
|