Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/awk/
Dawk.h49 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
Dlib.c46 int recsize = RECSIZE;
48 int fieldssize = RECSIZE;
DFIXES547 increased RECSIZE to 8192 to push problems further over the horizon.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq5.pod672 $RECSIZE = 220; # size of record, in bytes
675 seek(FH, $recno * $RECSIZE, 0);
676 read(FH, $record, $RECSIZE) == $RECSIZE || die "can't read record $recno: $!";
678 seek(FH, -$RECSIZE, 1);