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

/freebsd-12-stable/usr.bin/col/
H A Dcol.c115 static int max_bufd_lines; /* max # of half lines to keep in memory */ variable
150 max_bufd_lines = 256;
164 max_bufd_lines = strtonum(optarg, 1,
305 max_bufd_lines + BUFFER_MARGIN) {
311 max_bufd_lines);
312 nflushd_lines = this_line - max_bufd_lines;

Completed in 168 milliseconds