| /scripts/kconfig/lxdialog/ | 
| D | yesno.c | 17 	int y = height - 2;  in print_buttons()  local 31 	int i, x, y, key = 0, button = 0;  in dialog_yesno()  local
  | 
| D | checklist.c | 53 	     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
  | 
| D | inputbox.c | 19 	int y = height - 2;  in print_buttons()  local 34 	int i, x, y, box_y, box_x, box_width;  in dialog_inputbox()  local
  | 
| D | menubox.c | 90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,  in print_arrows() 137 	int y = height - 2;  in print_buttons()  local 166 	int i, j, x, y, box_x, box_y;  in dialog_menu()  local
  | 
| D | util.c | 314 void end_dialog(int x, int y)  in end_dialog() 342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)  in print_autowrap() 407 void print_button(WINDOW * win, const char *label, int y, int x, int selected)  in print_button() 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 | dialog.h | 27 #define MIN(x,y) (x < y ? x : y)  argument 28 #define MAX(x,y) (x > y ? x : y)  argument
  | 
| D | textbox.c | 155 	int i, x, y, cur_x, cur_y, key = 0;  in dialog_textbox()  local
  | 
| /scripts/gcc-plugins/ | 
| D | gcc-generate-gimple-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y)	x ## y  argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z)	x ## y ## z  argument
  | 
| D | gcc-generate-rtl-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y)	x ## y  argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z)	x ## y ## z  argument
  | 
| D | gcc-generate-simple_ipa-pass.h | 24 #define _GCC_PLUGIN_CONCAT2(x, y)	x ## y  argument 25 #define _GCC_PLUGIN_CONCAT3(x, y, z)	x ## y ## z  argument
  | 
| D | gcc-generate-ipa-pass.h | 32 #define _GCC_PLUGIN_CONCAT2(x, y)	x ## y  argument 33 #define _GCC_PLUGIN_CONCAT3(x, y, z)	x ## y ## z  argument
  | 
| /scripts/kconfig/ | 
| D | nconf.gui.c | 121 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs)  in print_in_middle() 168 	int x, y;  in fill_window()  local 207 	int i, x, y;  in btn_dialog()  local 319 	int i, x, y, lines, columns, win_lines, win_cols;  in dialog_inputbox()  local 516 	int x, y, lines, columns;  in show_scroll_win_ext()  local
  | 
| D | qconf.cc | 1255 	QVariant x, y;  in ConfigSearchWindow()  local 1315 	QVariant x, y;  in ConfigMainWindow()  local
  | 
| /scripts/mod/ | 
| D | sumversion.c | 54 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z)  in F() 59 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z)  in G() 64 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z)  in H()
  |