Searched refs:LINEBUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l53 #define LINEBUF_SIZE 1000
54 char linebuf[LINEBUF_SIZE];
/freebsd-11-stable/usr.bin/less/
H A Ddefines.h194 #define LINEBUF_SIZE 1024 /* Max size of line in input file */
204 #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */ macro
/freebsd-11-stable/contrib/less/
H A Dline.c131 linebuf.buf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char));
132 linebuf.attr = (int *) ecalloc(LINEBUF_SIZE, sizeof(int));
133 size_linebuf = LINEBUF_SIZE;

Completed in 152 milliseconds