Home
last modified time | relevance | path

Searched refs:dlg_attroff (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/dialog/
H A Dmixedgauge.c155 dlg_attroff(win, A_REVERSE); in myprint_status()
241 dlg_attroff(dlg->dialog, A_REVERSE); in dlg_update_mixedgauge()
H A Dpause.c166 dlg_attroff(dialog, A_REVERSE); in dialog_pause()
H A Ddialog.h414 #define dlg_attroff(w,a) (void) wattroff((w), (a)) macro
418 #define dlg_attroff(w,a) (void) wattroff((w), (int)(a)) macro
H A Drangebox.c126 dlg_attroff(win, A_REVERSE); in draw_value()
H A Dguage.c164 dlg_attroff(dialog, A_REVERSE); in repaint_text()