Searched refs:status_col (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/less/ |
| HD | input.c | 29 extern int status_col; 62 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) 219 if (status_col && is_hilited(base_pos, ch_tell()-1, 1, NULL)) 267 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) 421 if (status_col && curr_pos > 0 && is_hilited(base_pos, curr_pos-1, 1, NULL))
|
| HD | forwback.c | 41 extern int status_col; 154 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) { 317 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) {
|
| HD | opttbl.c | 50 public int status_col; /* Display a status column */ variable 246 BOOL|REPAINT, OPT_OFF, &status_col, NULL,
|
| HD | line.c | 53 extern int status_col; 161 if (status_col) in prewind() 191 if (status_col)
|
| HD | search.c | 31 extern int status_col; 611 if (!status_col &&
|