HomeSort by: relevance | last modified time | path
    Searched refs:readrec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/historical/nawk/dist/
proto.h 123 extern int readrec(char **, int *, FILE *, bool);
lib.c 46 bool innew; /* true = infile has not been read by readrec */
185 c = readrec(&buf, &bufsize, infile, innew);
227 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ function
266 recsize, &rr, "readrec 1"))
275 "readrec 2"))
280 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3"))
287 DPRINTF("readrec saw <%s>, returns %d\n", buf, isrec);
FIXES.1e 87 Fix readrec's definition of a record. This fixes an issue
890 fixed potential bug in readrec: might fail to update record
run.c 429 n = readrec(&buf, &bufsize, fp, newflag);

Completed in 88 milliseconds