Home
last modified time | relevance | path

Searched refs:draw_box (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dinputbox.c72 draw_box(dialog, 0, 0, height, width, in dialog_inputbox()
91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox()
H A Dchecklist.c151 draw_box(dialog, 0, 0, height, width, in dialog_checklist()
176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
H A Dmenubox.c212 draw_box(dialog, 0, 0, height, width, in dialog_menu()
237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
H A Dyesno.c62 draw_box(dialog, 0, 0, height, width, in dialog_yesno()
H A Ddialog.h204 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
H A Dtextbox.c104 draw_box(dialog, 0, 0, height, width, in dialog_textbox()
H A Dutil.c421 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function