Home
last modified time | relevance | path

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

/dports/www/links/links-2.25/
H A Dbfu.c99 struct style *bfu_style_wb_mono, *bfu_style_wb_mono_u; variable
114bfu_style_wb_mono_u = g_get_style(G_BFU_BG_COLOR, G_BFU_FG_COLOR, G_BFU_FONT_SIZE, FF_UNDERLINE | … in init_bfu()
128 g_free_style(bfu_style_wb_mono_u); in shutdown_bfu()
1049 g_print_text(dev, p, di->y, sel ? bfu_style_wb_mono_u : bfu_style_wb_mono, text2, &p); in display_dlg_item()
H A Dlinks.h3870 …bw, *bfu_style_wb_b, *bfu_style_bw_u, *bfu_style_bw_mono, *bfu_style_wb_mono, *bfu_style_wb_mono_u;