Searched refs:LINEBUF_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define LINEBUF_SIZE 1000 macro54 char linebuf[LINEBUF_SIZE];
194 #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
131 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()