Searched refs:dlg_attr_clear (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | progressbox.c | 258 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dlg_progressbox()
|
| HD | dialog.h | 308 #define attr_clear(win,h,w,a) dlg_attr_clear(win,h,w,a) 764 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
|
| HD | tailbox.c | 372 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
|
| HD | editbox.c | 176 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
|
| HD | fselect.c | 226 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
|
| HD | textbox.c | 767 dlg_attr_clear(obj.text, PAGE_LENGTH, PAGE_WIDTH, dialog_attr); in dialog_textbox()
|
| HD | util.c | 214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() function 230 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
|