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()
250 if (show_attn) in jump_loc()
291 if (show_attn) in jump_loc()
342 if (show_attn) in jump_loc()
H A Dcommand.c39 extern int show_attn;
1566 if (show_attn) in commands()
1597 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1636 if (show_attn == OPT_ONPLUS && number > 1) in commands()
1658 if (show_attn == OPT_ONPLUS) in commands()
1681 if (show_attn) in commands()
1694 if (show_attn == OPT_ONPLUS) in commands()
H A Dinput.c31 extern int show_attn;
301 if (blankline && show_attn) in forw_line_seg()
H A Dopttbl.c52 public int show_attn; /* Hilite first unread line */ variable
443 O_TRIPLE|O_REPAINT, OPT_OFF, &show_attn, NULL,