Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rrenumd/
H A Dlexer.l53 #define LINEBUF_SIZE 1000 macro
54 char linebuf[LINEBUF_SIZE];
/freebsd/usr.bin/less/
H A Ddefines.h198 #define LINEBUF_SIZE 1024 /* Max size of line in input file */
208 #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */ macro
/freebsd/contrib/less/
H A Dline.c161 linebuf.buf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char)); in init_line()
162 linebuf.attr = (int *) ecalloc(LINEBUF_SIZE, sizeof(int)); in init_line()
163 size_linebuf = LINEBUF_SIZE; in init_line()