Home
last modified time | relevance | path

Searched refs:RECSIZE (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dawk.h48 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
Dlib.c38 int recsize = RECSIZE;
40 int fieldssize = RECSIZE;
DFIXES472 increased RECSIZE to 8192 to push problems further over the horizon.