Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Darrows.c238 dlg_attron(win, A_REVERSE); in dlg_draw_scrollbar()
H A Ddialog.h413 #define dlg_attron(w,a) (void) wattron((w), (a)) macro
417 #define dlg_attron(w,a) (void) wattron((w), (int)(a)) macro