Home
last modified time | relevance | path

Searched defs:y (Results 1 – 14 of 14) sorted by relevance

/scripts/kconfig/lxdialog/
Dyesno.c17 int y = height - 2; in print_buttons() local
31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dchecklist.c53 int y, int x, int height) in print_arrows()
91 int y = height - 2; in print_buttons() local
107 int i, x, y, box_x, box_y; in dialog_checklist() local
Dinputbox.c19 int y = height - 2; in print_buttons() local
34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
Dmenubox.c98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
145 int y = height - 2; in print_buttons() local
174 int i, j, x, y, box_x, box_y; in dialog_menu() local
Dutil.c341 void end_dialog(int x, int y) in end_dialog()
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()
Ddialog.h43 #define MIN(x,y) (x < y ? x : y) argument
44 #define MAX(x,y) (x > y ? x : y) argument
Dtextbox.c47 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
/scripts/kconfig/
Dnconf.gui.c153 { int length, x, y; in print_in_middle() local
216 int x, y; in fill_window() local
255 int i, x, y; in btn_dialog() local
367 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local
556 int x, y, lines, columns; in show_scroll_win() local
Dqconf.cc1278 QVariant x, y; in ConfigSearchWindow() local
1339 QVariant x, y; in ConfigMainWindow() local
/scripts/gcc-plugins/
Dgcc-generate-rtl-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-gimple-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-simple_ipa-pass.h24 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-ipa-pass.h32 #define _GCC_PLUGIN_CONCAT2(x, y) x ## y argument
33 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
/scripts/mod/
Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F()
57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G()
62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()