/linux-4.1.27/scripts/kconfig/ |
H A D | nconf.h | 79 void print_in_middle(WINDOW *win, 88 void fill_window(WINDOW *win, const char *text); 89 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 90 int dialog_inputbox(WINDOW *main_window, 93 void refresh_all_windows(WINDOW *main_window); 94 void show_scroll_win(WINDOW *main_window,
|
H A D | nconf.gui.c | 147 void print_in_middle(WINDOW *win, print_in_middle() 214 void fill_window(WINDOW *win, const char *text) fill_window() 241 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) btn_dialog() 250 WINDOW *win; btn_dialog() 251 WINDOW *msg_win; btn_dialog() 252 WINDOW *menu_win; btn_dialog() 357 int dialog_inputbox(WINDOW *main_window, dialog_inputbox() 363 WINDOW *win; dialog_inputbox() 364 WINDOW *prompt_win; dialog_inputbox() 365 WINDOW *form_win; dialog_inputbox() 534 void refresh_all_windows(WINDOW *main_window) refresh_all_windows() 542 void show_scroll_win(WINDOW *main_window, show_scroll_win() 555 WINDOW *win; show_scroll_win() 556 WINDOW *pad; show_scroll_win()
|
H A D | nconf.c | 261 static WINDOW *main_window; 952 WINDOW *menu_window; show_menu()
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 25 static void print_page(WINDOW *win, int height, int width, update_text_fn 27 static void print_line(WINDOW *win, int row, int width); 29 static void print_position(WINDOW * win); 39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, refresh_text_box() 62 WINDOW *dialog, *box; dialog_textbox() 312 static void print_page(WINDOW *win, int height, int width, update_text_fn print_page() 341 static void print_line(WINDOW * win, int row, int width) print_line() 399 static void print_position(WINDOW * win) print_position()
|
H A D | dialog.h | 200 int on_key_esc(WINDOW *win); 221 void attr_clear(WINDOW * win, int height, int width, chtype attr); 223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 224 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 225 void print_title(WINDOW *dialog, const char *title, int width); 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 228 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
H A D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) print_buttons() 45 WINDOW *dialog; dialog_yesno()
|
H A D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, print_arrows() 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) print_buttons() 122 WINDOW *dialog, *list; dialog_checklist()
|
H A D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y, do_print_item() 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, print_arrows() 155 static void print_buttons(WINDOW * win, int height, int width, int selected) print_buttons() 171 static void do_scroll(WINDOW *win, int *scroll, int n) do_scroll() 191 WINDOW *dialog, *menu; dialog_menu()
|
H A D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr) attr_clear() 365 void print_title(WINDOW *dialog, const char *title, int width) print_title() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) print_autowrap() 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) print_button() 477 draw_box(WINDOW * win, int y, int x, int height, int width, draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) draw_shadow() 560 int on_key_esc(WINDOW *win) on_key_esc()
|
H A D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) print_buttons() 51 WINDOW *dialog; dialog_inputbox()
|
/linux-4.1.27/tools/thermal/tmon/ |
H A D | tui.c | 49 static WINDOW *title_bar_window; 50 static WINDOW *tz_sensor_window; 51 static WINDOW *cooling_device_window; 52 static WINDOW *control_window; 53 static WINDOW *status_bar_window; 54 static WINDOW *thermal_data_window; 55 static WINDOW *dialogue_window; 58 static void draw_hbar(WINDOW *win, int y, int start, int len, 79 static void close_window(WINDOW *win) close_window() 289 WINDOW *w = dialogue_window; show_dialogue() 326 WINDOW *w = dialogue_window; write_dialogue_win() 420 WINDOW *w = dialogue_window; handle_input_val() 533 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, draw_hbar()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_log_common.c | 85 /* Max length: 13 "WINDOW=65535 " */ nf_log_dump_tcp_header() 86 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); nf_log_dump_tcp_header()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | rtrap_32.S | 25 /* 7 WINDOW SPARC PATCH INSTRUCTIONS */
|
H A D | etrap_32.S | 32 /* SEVEN WINDOW PATCH INSTRUCTIONS */
|
/linux-4.1.27/drivers/input/misc/ |
H A D | adxl34x.c | 30 #define WINDOW 0x23 /* R/W Tap window */ macro 838 AC_WRITE(ac, WINDOW, pdata->tap_window); adxl34x_probe()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_output.c | 2330 * RCV.BUFF - RCV.USER - RCV.WINDOW >= min(1/2 RCV.BUFF, MSS)"
|