xpos 64 lib/widget/listbox-window.c int xpos = 0, ypos = 0; xpos 89 lib/widget/listbox-window.c xpos = center_x; xpos 92 lib/widget/listbox-window.c xpos -= cols / 2; xpos 99 lib/widget/listbox-window.c if (xpos + cols >= COLS) xpos 100 lib/widget/listbox-window.c xpos = COLS - cols - space; xpos 101 lib/widget/listbox-window.c if (xpos < 0) xpos 102 lib/widget/listbox-window.c xpos = 0; xpos 107 lib/widget/listbox-window.c listbox->dlg = dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, xpos 78 lib/widget/wtools.c int ypos, xpos; xpos 108 lib/widget/wtools.c xpos = COLS / 2 - w->rect.cols / 2; xpos 111 lib/widget/wtools.c rect_init (&r, ypos, xpos, w->rect.lines, w->rect.cols); xpos 292 lib/widget/wtools.c int xpos; xpos 296 lib/widget/wtools.c xpos = str_term_width1 (cur_name) + 6; xpos 298 lib/widget/wtools.c xpos--; xpos 302 lib/widget/wtools.c cols += xpos; xpos 68 src/editor/editsearch.c int xpos, int ypos); xpos 741 src/editor/editsearch.c edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text, int xpos, int ypos) xpos 753 src/editor/editsearch.c if (xpos == -1) xpos 754 src/editor/editsearch.c xpos = w->rect.x + edit_options.line_state_width + 1; xpos 761 src/editor/editsearch.c dlg_width = WIDGET (w->owner)->rect.cols - xpos - 1; xpos 784 src/editor/editsearch.c WRect r = { ypos, xpos, 0, -1 }; xpos 323 src/editor/spell.c int xpos, ypos; xpos 342 src/editor/spell.c xpos = (COLS - sug_dlg_w) / 2; xpos 367 src/editor/spell.c sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE, xpos 92 tests/src/editor/edit_replace_cmd.c int edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text, int xpos, xpos 158 tests/src/editor/edit_replace_cmd.c edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text, int xpos, int ypos) xpos 163 tests/src/editor/edit_replace_cmd.c (void) xpos;