Searched refs:gauge_attr (Results 1 – 4 of 4) sorted by relevance
118 dlg_attrset(win, gauge_attr); in draw_value()125 if ((gauge_attr & A_REVERSE) != 0) { in draw_value()133 if (gauge_attr & A_REVERSE) { in draw_value()
149 dlg_attrset(dialog, gauge_attr); in repaint_text()163 if ((gauge_attr & A_REVERSE) != 0) { in repaint_text()171 if (gauge_attr & A_REVERSE) { in repaint_text()
226 dlg_attrset(dlg->dialog, gauge_attr); in dlg_update_mixedgauge()
400 #define gauge_attr DIALOG_ATR(33) macro