Lines Matching refs:x
66 int y, int x, int height) in print_arrows() argument
68 wmove(win, y, x); in print_arrows()
83 wmove(win, y, x); in print_arrows()
103 int x = width / 2 - 11; in print_buttons() local
106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
120 int i, x, y, box_x, box_y; in dialog_checklist() local
143 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist()
146 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
148 dialog = newwin(height, width, y, x); in dialog_checklist()
171 x + box_x + 1); in dialog_checklist()