Searched refs:RECSIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h49 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
50 extern int recsize; /* size of current record, orig RECSIZE */
H A Dlib.c38 int recsize = RECSIZE;
40 int fieldssize = RECSIZE;

Completed in 106 milliseconds