Home
last modified time | relevance | path

Searched refs:readrec (Results 1 – 5 of 5) sorted by relevance

/external/one-true-awk/
Dproto.h125 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
Dlib.c181 c = readrec(&buf, &bufsize, infile, innew); in getrec()
223 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() function
DChangeLog57 * lib.c (readrec): Allow RS a regular expression. Imported
Drun.c427 n = readrec(&buf, &bufsize, fp, newflag); in awkgetline()
DFIXES819 fixed potential bug in readrec: might fail to update record