Searched refs:readrec (Results 1 – 5 of 5) sorted by relevance
/external/one-true-awk/ |
D | proto.h | 125 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
|
D | lib.c | 181 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
|
D | ChangeLog | 57 * lib.c (readrec): Allow RS a regular expression. Imported
|
D | run.c | 427 n = readrec(&buf, &bufsize, fp, newflag); in awkgetline()
|
D | FIXES | 819 fixed potential bug in readrec: might fail to update record
|