Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dyesno.c30 int y = height - 2; in print_buttons() local
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dchecklist.c66 int y, int x, int height) in print_arrows()
104 int y = height - 2; in print_buttons() local
120 int i, x, y, box_x, box_y; in dialog_checklist() local
Dinputbox.c32 int y = height - 2; in print_buttons() local
47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
158 int y = height - 2; in print_buttons() local
185 int i, j, x, y, box_x, box_y; in dialog_menu() local
Dutil.c301 void end_dialog(int x, int y) in end_dialog()
329 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
421 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
455 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
Ddialog.h62 #define MIN(x,y) (x < y ? x : y) argument
63 #define MAX(x,y) (x > y ? x : y) argument
Dtextbox.c54 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; in dialog_inputbox() local
548 int x, y; in show_scroll_win() local
Dqconf.cc1212 int x, y, width, height; in ConfigSearchWindow() local
1273 int x, y, width, height; in ConfigMainWindow() local
/scripts/selinux/genheaders/
Dgenheaders.c16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) 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()