Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/rrenumd/
HDlexer.l53 #define LINEBUF_SIZE 1000 macro
54 char linebuf[LINEBUF_SIZE];
/freebsd-11-stable/usr.bin/less/
HDdefines.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/
HDline.c131 linebuf.buf = (char *) ecalloc(LINEBUF_SIZE, sizeof(char)); in init_line()
132 linebuf.attr = (int *) ecalloc(LINEBUF_SIZE, sizeof(int)); in init_line()
133 size_linebuf = LINEBUF_SIZE; in init_line()