Searched refs:item_attr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c47 wattrset(partitions, selected ? item_selected_attr : item_attr);
51 wattrset(partitions, item_attr);
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c262 (void) wattrset(data->window, item_attr); /* not selected days */
307 (void) wattrset(data->window, item_attr); /* color the month selection */
329 (void) wattrset(data->window, item_attr); /* color the year selection */
H A Dmenubox.c86 bordchar = item_attr;
98 (void) wattrset(win, (selected != Unselected) ? item_selected_attr : item_attr);
H A Dtimebox.c85 (void) wattrset(data->window, item_attr);
H A Dfselect.c226 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr);
235 (void) wattrset(list->win, item_attr);
237 (void) wattrset(list->win, item_attr);
H A Ddialog.h369 #define item_attr DIALOG_ATR(19) macro
H A Dtreeview.c82 (void) wattrset(win, selected ? item_selected_attr : item_attr);
H A Dutil.c691 attrs[0] = item_attr;

Completed in 101 milliseconds