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

/freebsd-10-stable/usr.bin/col/
H A Dcol.c112 static int max_bufd_lines; /* max # of half lines to keep in memory */ variable
156 max_bufd_lines = 256;
170 max_bufd_lines = strtonum(optarg, 1,
311 max_bufd_lines + BUFFER_MARGIN) {
317 max_bufd_lines);
318 nflushd_lines = this_line - max_bufd_lines;

Completed in 402 milliseconds