Searched refs:dlg_attr_clear (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 70 dlg_attr_clear
|
H A D | dialog.map | 53 dlg_attr_clear;
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 325 #define attr_clear(win,h,w,a) dlg_attr_clear(win,h,w,a) 842 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
|
H A D | tailbox.c | 406 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
|
H A D | progressbox.c | 138 dlg_attr_clear(obj->text, getmaxy(obj->text), getmaxx(obj->text), dialog_attr); in start_obj()
|
H A D | editbox.c | 186 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
|
H A D | textbox.c | 791 dlg_attr_clear(obj.text, PAGE_LENGTH, PAGE_WIDTH, dialog_attr); in dialog_textbox()
|
H A D | fselect.c | 228 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
|
H A D | util.c | 241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() function 257 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
|