Searched refs:header_cols (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | forwback.c | 38 extern int header_cols; 181 if (header_cols > 0) in overlay_header() 183 /* Draw header_cols columns at left of each line. */ in overlay_header() 195 pos = forw_line_pfx(pos, header_cols, ln+1 < header_lines); in overlay_header() 344 header_lines == 0 && header_cols == 0 && in forw()
|
H A D | optfunc.c | 63 extern int header_cols; 1073 int cols = header_cols; in opt_ttyin_name() 1079 header_cols = cols; in opt_ttyin_name() 1086 SNPRINTF3(buf, sizeof(buf), "%ld,%ld,%ld", (long) header_lines, (long) header_cols, (long) find_linenum(header_start_pos)); 1217 return (chopline || header_cols > 0 || header_lines > 0);
|
H A D | search.c | 43 extern int header_cols; 1635 skip_bytes = skip_columns(header_cols, &line, &line_len);
|
H A D | opttbl.c | 71 public int header_cols; /* Freeze header columns at left of screen */ variable
|