HomeSort by relevance Sort by last modified time
    Searched refs:RECSIZE (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
awk.h 48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */
49 extern int recsize; /* size of current record, orig RECSIZE */
lib.c 38 int recsize = RECSIZE; variable
40 int fieldssize = RECSIZE;
208 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1"))
216 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2"))
221 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3"))
494 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1"))
499 if (!adjbuf(&record, &recsize, 2+strlen(sep)+r-record, recsize, &r, "recbld 2")
    [all...]

Completed in 354 milliseconds