Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dinput.c29 extern int status_col;
105 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in forw_line_seg()
323 if (status_col) in forw_line_seg()
381 if (hilite_search == OPT_ONPLUS || is_filtering() || status_col) in back_line()
586 if (status_col) in back_line()
Dforwback.c46 extern int status_col;
236 … if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in forw()
409 … if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) { in back()
Dsearch.c34 extern int status_col;
569 if (!status_col && in is_hilited_attr()
1526 if (hilite_search == OPT_ON || status_col) in search()
1554 if (hilite_search || status_col) in search()
1564 if (hilite_search == OPT_ONPLUS || status_col) in search()
1588 if (hilite_search == OPT_ON || status_col) in search()
1603 if ((hilite_search == OPT_ON || status_col) && n > 0) in search()
1624 if (hilite_search == OPT_ON || status_col) in search()
Dline.c93 extern int status_col;
341 if (status_col || status_line) in plinestart()
349 if (status_col) in plinestart()
390 if (status_col) in line_pfx_width()
Dopttbl.c55 public int status_col; /* Display a status column */ variable
311 BOOL|REPAINT, OPT_OFF, &status_col, NULL,
Dcommand.c44 extern int status_col;