Searched defs:update_text (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 39 refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, int cur_y, int cur_x, update_text_fn update_text, void *data) refresh_text_box() argument 56 dialog_textbox(const char *title, char *tbuf, int initial_height, int initial_width, int *keys, int *_vscroll, int *_hscroll, update_text_fn update_text, void *data) dialog_textbox() argument 312 print_page(WINDOW *win, int height, int width, update_text_fn update_text, void *data) print_page() argument
|
/linux-4.1.27/scripts/kconfig/ |
H A D | mconf.c | 364 static void update_text(char *buf, size_t start, size_t end, void *_data) update_text() function 756 show_textbox_ext(const char *title, char *text, int r, int c, int *keys, int *vscroll, int *hscroll, update_text_fn update_text, void *data) show_textbox_ext() argument
|
Completed in 149 milliseconds