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

/freebsd-13-stable/contrib/less/
H A Dinput.c28 extern int status_col;
64 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
231 if (status_col)
291 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
447 if (status_col && curr_pos > 0)
H A Dforwback.c40 extern int status_col;
160 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) {
323 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) {
H A Dsearch.c30 extern int status_col;
622 if (!status_col &&
1599 if (hilite_search == OPT_ON || status_col)
1627 if (hilite_search || status_col)
1637 if (hilite_search == OPT_ONPLUS || status_col)
1661 if (hilite_search == OPT_ON || status_col)
1676 if ((hilite_search == OPT_ON || status_col) && n > 0)
1697 if (hilite_search == OPT_ON || status_col)
H A Dopttbl.c50 public int status_col; /* Display a status column */ variable
265 BOOL|REPAINT, OPT_OFF, &status_col, NULL,
H A Dline.c72 extern int status_col;
304 if (status_col)
350 if (status_col)
H A Dcommand.c42 extern int status_col;

Completed in 91 milliseconds