Home
last modified time | relevance | path

Searched refs:dlg_attr_clear (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/dialog/package/
H A Ddialog.sym70 dlg_attr_clear
H A Ddialog.map53 dlg_attr_clear;
/freebsd/contrib/dialog/
H A Ddialog.h325 #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 Dtailbox.c406 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
H A Dprogressbox.c138 dlg_attr_clear(obj->text, getmaxy(obj->text), getmaxx(obj->text), dialog_attr); in start_obj()
H A Deditbox.c186 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
H A Dtextbox.c791 dlg_attr_clear(obj.text, PAGE_LENGTH, PAGE_WIDTH, dialog_attr); in dialog_textbox()
H A Dfselect.c228 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
H A Dutil.c241 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()