Searched defs:width (Results 1 – 10 of 10) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
| D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
| D | textbox.c | 84 static void print_line(WINDOW *win, int row, int width) in print_line() 101 static void print_page(WINDOW *win, int height, int width) in print_page() 156 int height, width, boxh, boxw; in dialog_textbox() local
|
| D | util.c | 202 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 277 int height, width; in init_dialog() local 325 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 437 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 471 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| D | checklist.c | 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 105 int width, int list_height) in dialog_checklist()
|
| D | menubox.c | 134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 167 int height, width, menu_height; in dialog_menu() local
|
| /scripts/dtc/ |
| D | yamltree.c | 33 char *data, unsigned int seq_offset, unsigned int len, int width) in yaml_propval_int()
|
| D | treesource.c | 102 static void write_propval_int(FILE *f, const char *p, size_t len, size_t width) in write_propval_int()
|
| /scripts/kconfig/ |
| D | qconf.cc | 1256 int width, height; in ConfigSearchWindow() local 1316 int width, height; in ConfigMainWindow() local
|
| D | nconf.gui.c | 121 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle()
|