ypos 64 lib/widget/listbox-window.c int xpos = 0, ypos = 0; ypos 88 lib/widget/listbox-window.c ypos = center_y; ypos 91 lib/widget/listbox-window.c ypos -= lines / 2; ypos 94 lib/widget/listbox-window.c if (ypos + lines >= LINES) ypos 95 lib/widget/listbox-window.c ypos = LINES - lines - space; ypos 96 lib/widget/listbox-window.c if (ypos < 0) ypos 97 lib/widget/listbox-window.c ypos = 0; ypos 107 lib/widget/listbox-window.c listbox->dlg = dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, ypos 78 lib/widget/wtools.c int ypos, xpos; ypos 100 lib/widget/wtools.c ypos = LINES / 3 - (w->rect.lines - 3) / 2; ypos 102 lib/widget/wtools.c ypos = WIDGET (prev_dlg)->rect.y + 2; ypos 105 lib/widget/wtools.c if (ypos + w->rect.lines < LINES / 2) ypos 111 lib/widget/wtools.c rect_init (&r, ypos, xpos, w->rect.lines, w->rect.cols); ypos 233 src/editor/editsearch.c edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text, int xpos, int ypos) ypos 247 src/editor/editsearch.c if (ypos == -1) ypos 248 src/editor/editsearch.c ypos = w->rect.y + w->rect.lines / 2; ypos 250 src/editor/editsearch.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + dlg_height - 1)) ypos 251 src/editor/editsearch.c ypos -= dlg_height; ypos 276 src/editor/editsearch.c WRect r = { ypos, xpos, 0, -1 }; ypos 327 src/editor/spell.c int xpos, ypos; ypos 347 src/editor/spell.c ypos = (LINES - sug_dlg_h) * 2 / 3; ypos 350 src/editor/spell.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + sug_dlg_h - 1)) ypos 351 src/editor/spell.c ypos -= sug_dlg_h; ypos 371 src/editor/spell.c sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE, ypos 809 src/filemanager/panel.c int ypos = 0; ypos 831 src/filemanager/panel.c ypos = file_index - panel->top; ypos 834 src/filemanager/panel.c ypos %= panel_lines (panel); ypos 836 src/filemanager/panel.c ypos += 2; // top frame and header ypos 837 src/filemanager/panel.c widget_gotoyx (w, ypos, offset + 1); ypos 860 src/filemanager/panel.c widget_gotoyx (w, ypos, offset); ypos 870 src/filemanager/panel.c widget_gotoyx (w, ypos, offset);