Home
last modified time | relevance | path

Searched refs:hilite (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/dialog/
H A Drc.c275 result->hilite = -1; in str_to_attr()
324 || UNKNOWN_COLOR == (result->hilite = from_boolean(tokens[2])) in str_to_attr()
489 && dlg_color_table[i].hilite == dlg_color_table[j].hilite) { in dlg_create_rc()
502 fprintf(rc_file, ",%s", to_boolean(dlg_color_table[i].hilite)); in dlg_create_rc()
643 dlg_color_table[i].hilite = temp.hilite; in dlg_parse_rc()
H A Ddialog.h633 int hilite; /* true if bold */ member
H A Dutil.c526 dlg_color_table[i].atr = C_ATTR(dlg_color_table[i].hilite, i + 1); in dlg_color_setup()
537 atr |= (dlg_color_table[i].hilite ? A_BOLD : 0); in dlg_color_setup()
/freebsd/contrib/less/
H A Dsearch.c88 struct hilite
102 struct hilite r;
304 * Clear the attn hilite. in clear_attn()
381 * Clear the hilite list.
675 * hilite in status column. In this case we want to return
676 * hilite status even if hiliting is disabled or hidden.
797 * Add a new hilite to a hilite list. in add_hilite()
799 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) in add_hilite()
983 struct hilite h
70 struct hilite global() struct
84 hl_attrhilite global() argument
[all...]
H A Dless.hlp149 -g ........ --hilite-search
199 -w ........ --hilite-unread
/freebsd/lib/libdpv/
H A Ddpv.c339 gauge_color[2] = dlg_color_table[GAUGE_ATTR].hilite ? in dpv()