/external/toybox/kconfig/lxdialog/ |
yesno.c | 62 draw_box(dialog, 0, 0, height, width,
|
inputbox.c | 72 draw_box(dialog, 0, 0, height, width, 91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
|
dialog.h | 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
checklist.c | 145 draw_box(dialog, 0, 0, height, width, 170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2,
|
menubox.c | 212 draw_box(dialog, 0, 0, height, width, 237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2,
|
textbox.c | 104 draw_box(dialog, 0, 0, height, width,
|
util.c | 406 draw_box(WINDOW * win, int y, int x, int height, int width, function
|