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

/freebsd-13-stable/contrib/less/
H A Doptfunc.c59 extern int status_col_width;
931 if (status_col_width > MAX_STATUSCOL_WIDTH)
935 status_col_width = 2;
H A Dopttbl.c63 public int status_col_width; /* Width of status column */ variable
523 NUMBER|REPAINT, 2, &status_col_width, opt_status_col_width,
H A Dline.c73 extern int status_col_width;
318 while (linebuf.pfx_end < status_col_width)
351 width += status_col_width;

Completed in 64 milliseconds