Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYHash.h53 extern int s_hot_paste;
DLYStyle.c71 int s_hot_paste = NOSTYLE; variable
304 { "hot.paste", DSTYLE_ELEMENTS, &s_hot_paste }, in parse_style()
DGridText.c1806 if (s_hot_paste != NOSTYLE) { /* Only if the user set the style */ in display_title()
1808 LynxChangeStyle(s_hot_paste, STACK_ON); in display_title()
1810 LynxChangeStyle(s_hot_paste, STACK_OFF); in display_title()
DLYStrings.c403 else if (y == 0 && x == LYcolLimit && s_hot_paste != NOSTYLE) in set_clicked_link()