Home
last modified time | relevance | path

Searched refs:stop_underline (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.h547 #define stop_underline() LYsubAttr(LYUnderlineLinks ? 1 : 4) macro
639 #define stop_underline() clrattr(LYUnderlineLinks ? _BOLD : _UNDERLINE) macro
682 #define stop_underline() LYsubAttr(LYUnderlineLinks ? A_BOLD : A_UNDERLINE) macro
719 #define stop_underline() /* nothing */ macro
DLYCurses.c3151 stop_underline(); in lynx_stop_underline()