HomeSort by: relevance | last modified time | path
    Searched defs:max_bufd_lines (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/col/
col.c 117 static int max_bufd_lines; /* max # of half lines to keep in memory */ variable in typeref:typename:int
146 max_bufd_lines = 256;
160 max_bufd_lines = (int)strtoi(optarg, NULL, 0, 1,
301 max_bufd_lines + BUFFER_MARGIN) {
307 max_bufd_lines);
308 nflushd_lines = this_line - max_bufd_lines;
col.c 117 static int max_bufd_lines; /* max # of half lines to keep in memory */ variable in typeref:typename:int
146 max_bufd_lines = 256;
160 max_bufd_lines = (int)strtoi(optarg, NULL, 0, 1,
301 max_bufd_lines + BUFFER_MARGIN) {
307 max_bufd_lines);
308 nflushd_lines = this_line - max_bufd_lines;

Completed in 23 milliseconds