Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dinput.c26 extern int status_col;
105 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in forw_line_seg()
310 if (status_col) in forw_line_seg()
364 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in back_line()
565 if (status_col) in back_line()
H A Dforwback.c44 extern int status_col;
238 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in forw()
401 if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
H A Dsearch.c31 extern int status_col;
653 if (!status_col && in hlist_rotate_left()
2080 if (hilite_search == OPT_ON || status_col)
2108 if (hilite_search || status_col)
2118 if (hilite_search == OPT_ONPLUS || status_col)
2142 if (hilite_search == OPT_ON || status_col)
2165 if ((hilite_search == OPT_ON || status_col) && n > 0)
2186 if (hilite_search == OPT_ON || status_col)
H A Dline.c90 extern int status_col;
336 if (status_col || status_line) in plinestart()
344 if (status_col) in plinestart()
386 if (status_col) in line_pfx_width()
H A Dopttbl.c52 public int status_col; /* Display a status column */ variable
303 BOOL|REPAINT, OPT_OFF, &status_col, NULL,
H A Dcommand.c