Searched refs:box (Results 1 – 5 of 5) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| D | textbox.c | 133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 138 print_page(box, boxh, boxw); in refresh_text_box() 157 WINDOW *dialog, *box; in dialog_textbox() local 207 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 208 wattrset(box, dlg.dialog.atr); in dialog_textbox() 209 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 211 keypad(box, TRUE); in dialog_textbox() 232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 233 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox() 251 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() [all …]
|
| D | util.c | 438 chtype box, chtype border) in draw_box() argument 451 waddch(win, box | ACS_URCORNER); in draw_box() 453 waddch(win, box | ACS_LRCORNER); in draw_box() 457 waddch(win, box | ACS_HLINE); in draw_box() 461 waddch(win, box | ACS_VLINE); in draw_box() 463 waddch(win, box | ' '); in draw_box()
|
| D | dialog.h | 187 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
| /scripts/kconfig/ |
| D | nconf.gui.c | 253 box(win, 0, 0); in btn_dialog() 364 box(win, 0, 0); in dialog_inputbox() 561 box(win, 0, 0); in show_scroll_win_ext()
|
| D | nconf.c | 948 box(main_window, 0, 0); in show_menu()
|