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

/freebsd-current/contrib/less/
H A Doptfunc.c59 extern int status_col_width;
903 if (status_col_width > MAX_STATUSCOL_WIDTH)
907 status_col_width = 2;
H A Dopttbl.c65 public int status_col_width; /* Width of status column */ variable
564 NUMBER|REPAINT, 2, &status_col_width, opt_status_col_width,
H A Dline.c92 extern int status_col_width;
350 while (linebuf.pfx_end < status_col_width)
389 width += status_col_width;

Completed in 112 milliseconds