/external/u-boot/scripts/kconfig/ |
D | nconf.h | 77 void print_in_middle(WINDOW *win, 86 void fill_window(WINDOW *win, const char *text); 87 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 88 int dialog_inputbox(WINDOW *main_window, 91 void refresh_all_windows(WINDOW *main_window); 92 void show_scroll_win(WINDOW *main_window,
|
D | nconf.gui.c | 148 void print_in_middle(WINDOW *win, in print_in_middle() 215 void fill_window(WINDOW *win, const char *text) in fill_window() 242 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 251 WINDOW *win; in btn_dialog() 252 WINDOW *msg_win; in btn_dialog() 253 WINDOW *menu_win; in btn_dialog() 358 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 364 WINDOW *win; in dialog_inputbox() 365 WINDOW *prompt_win; in dialog_inputbox() 366 WINDOW *form_win; in dialog_inputbox() [all …]
|
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 187 int on_key_esc(WINDOW *win); 193 void attr_clear(WINDOW * win, int height, int width, chtype attr); 195 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 196 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 197 void print_title(WINDOW *dialog, const char *title, int width); 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 200 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
D | textbox.c | 25 static void print_page(WINDOW * win, int height, int width); 26 static void print_line(WINDOW * win, int row, int width); 28 static void print_position(WINDOW * win); 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 57 WINDOW *dialog, *box; in dialog_textbox() 303 static void print_page(WINDOW * win, int height, int width) in print_page() 321 static void print_line(WINDOW * win, int row, int width) in print_line() 382 static void print_position(WINDOW * win) in print_position()
|
D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 169 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 189 WINDOW *dialog, *menu; in dialog_menu()
|
D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() 59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 116 WINDOW *dialog, *list; in dialog_checklist()
|
D | util.c | 239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 297 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 376 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 406 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 440 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 489 int on_key_esc(WINDOW *win) in on_key_esc()
|
D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 45 WINDOW *dialog; in dialog_yesno()
|
D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 50 WINDOW *dialog; in dialog_inputbox()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | dialog.h | 187 int on_key_esc(WINDOW *win); 208 void attr_clear(WINDOW * win, int height, int width, chtype attr); 210 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 211 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 212 void print_title(WINDOW *dialog, const char *title, int width); 213 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 215 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
D | textbox.c | 12 static void print_page(WINDOW *win, int height, int width, update_text_fn 14 static void print_line(WINDOW *win, int row, int width); 16 static void print_position(WINDOW * win); 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 49 WINDOW *dialog, *box; in dialog_textbox() 299 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 328 static void print_line(WINDOW * win, int row, int width) in print_line() 386 static void print_position(WINDOW * win) in print_position()
|
D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 178 WINDOW *dialog, *menu; in dialog_menu()
|
D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 109 WINDOW *dialog, *list; in dialog_checklist()
|
D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 32 WINDOW *dialog; in dialog_yesno()
|
D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 547 int on_key_esc(WINDOW *win) in on_key_esc()
|
D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 38 WINDOW *dialog; in dialog_inputbox()
|
/external/webrtc/talk/media/base/ |
D | screencastid.h | 49 enum Type { INVALID, WINDOW, DESKTOP }; enumerator 54 : type_(WINDOW), window_(id) { in ScreencastId() 71 } else if (type_ == WINDOW) { in IsValid() 77 bool IsWindow() const { return type_ == WINDOW; } in IsWindow() 85 } else if (type_ == WINDOW) { in EqualsId()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 38 static WINDOW *title_bar_window; 39 static WINDOW *cstate_window; 40 static WINDOW *wakeup_window; 41 static WINDOW *battery_power_window; 42 static WINDOW *timerstat_window; 43 static WINDOW *suggestion_window; 44 static WINDOW *status_bar_window;
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 4 ….WINDOW = type { i16, i16, i16, i16, i16, i16, i16, i32, i32, i8, i8, i8, i8, i8, i8, i8, i8, i8, … 9 define i32 @pnoutrefresh(%struct.WINDOW* %win, i32 %pminrow, i32 %pmincol, i32 %sminrow, i32 %sminc…
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 4 ….WINDOW = type { i16, i16, i16, i16, i16, i16, i16, i32, i32, i8, i8, i8, i8, i8, i8, i8, i8, i8, … 9 define i32 @pnoutrefresh(%struct.WINDOW* %win, i32 %pminrow, i32 %pmincol, i32 %sminrow, i32 %sminc…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 4 ….WINDOW = type { i16, i16, i16, i16, i16, i16, i16, i32, i32, i8, i8, i8, i8, i8, i8, i8, i8, i8, … 9 define i32 @pnoutrefresh(%struct.WINDOW* %win, i32 %pminrow, i32 %pmincol, i32 %sminrow, i32 %sminc…
|
/external/clang/test/Preprocessor/ |
D | macro_arg_slocentry_merge.h | 5 #define WINDOW win macro 7 extern void f P_((WINDOW win));
|
/external/python/cpython3/Include/ |
D | py_curses.h | 63 WINDOW *win;
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpdlp.h | 98 #define WINDOW ((BINARY)+1) macro
|
/external/python/cpython2/Include/ |
D | py_curses.h | 79 WINDOW *win;
|