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

/freebsd-12-stable/contrib/one-true-awk/
H A Dawk.h48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
49 extern int recsize; /* size of current record, orig RECSIZE */
H A Dlib.c38 int recsize = RECSIZE;
40 int fieldssize = RECSIZE;

Completed in 103 milliseconds