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              108 lib/widget/listbox-window.c         dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, listbox_colors,
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              334 lib/widget/wtools.c             int xpos;
xpos              338 lib/widget/wtools.c             xpos = str_term_width1 (cur_name) + 6;
xpos              340 lib/widget/wtools.c                 xpos--;
xpos              344 lib/widget/wtools.c             cols += xpos;
xpos              214 src/editor/editsearch.c edit_dialog_replace_prompt_show (WEdit * edit, char *from_text, char *to_text, int xpos, int ypos)
xpos              226 src/editor/editsearch.c     if (xpos == -1)
xpos              227 src/editor/editsearch.c         xpos = w->rect.x + edit_options.line_state_width + 1;
xpos              234 src/editor/editsearch.c     dlg_width = WIDGET (w->owner)->rect.cols - xpos - 1;
xpos              257 src/editor/editsearch.c         WRect r = { ypos, xpos, 0, -1 };
xpos              718 src/editor/spell.c     int xpos, ypos;
xpos              738 src/editor/spell.c     xpos = (COLS - sug_dlg_w) / 2;
xpos              763 src/editor/spell.c     sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE,