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

/freebsd-9.3-release/contrib/less/
H A Dinput.c29 extern int status_col;
62 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
216 if (status_col && is_hilited(base_pos, ch_tell()-1, 1, NULL))
264 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
418 if (status_col && curr_pos > 0 && is_hilited(base_pos, curr_pos-1, 1, NULL))
H A Dopttbl.c50 public int status_col; /* Display a status column */ variable
246 BOOL|REPAINT, OPT_OFF, &status_col, NULL,
H A Dline.c54 extern int status_col;
162 if (status_col)
192 if (status_col)
H A Dsearch.c33 extern int status_col;
417 if (!status_col &&

Completed in 154 milliseconds