Home
last modified time | relevance | path

Searched refs:show_attn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Djump.c21 extern int show_attn;
101 if (show_attn) in jump_back()
182 if (show_attn) in jump_line_loc()
249 if (show_attn) in jump_loc()
290 if (show_attn) in jump_loc()
343 if (show_attn)
H A Dcommand.c40 extern int show_attn;
1458 if (show_attn) in commands()
1487 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1525 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1547 if (show_attn == OPT_ONPLUS) in commands()
1556 if (show_attn) in commands()
1573 if (show_attn == OPT_ONPLUS) in commands()
H A Dinput.c33 extern int show_attn;
290 if (blankline && show_attn) in forw_line_seg()
H A Dopttbl.c51 public int show_attn; /* Hilite first unread line */
431 TRIPLE|REPAINT, OPT_OFF, &show_attn, NULL,
50 public int show_attn; /* Hilite first unread line */ global() variable