Searched refs:RECSIZE (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/awk/ |
| D | awk.h | 49 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
|
| D | lib.c | 46 int recsize = RECSIZE; 48 int fieldssize = RECSIZE;
|
| D | FIXES | 547 increased RECSIZE to 8192 to push problems further over the horizon.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq5.pod | 672 $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);
|