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 108 lib/widget/listbox-window.c dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, listbox_colors, 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 214 src/editor/editsearch.c edit_dialog_replace_prompt_show (WEdit *edit, char *from_text, char *to_text, int xpos, int ypos) ypos 228 src/editor/editsearch.c if (ypos == -1) ypos 229 src/editor/editsearch.c ypos = w->rect.y + w->rect.lines / 2; ypos 231 src/editor/editsearch.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + dlg_height - 1)) ypos 232 src/editor/editsearch.c ypos -= dlg_height; ypos 257 src/editor/editsearch.c WRect r = { ypos, xpos, 0, -1 }; ypos 328 src/editor/spell.c int xpos, ypos; ypos 348 src/editor/spell.c ypos = (LINES - sug_dlg_h) * 2 / 3; ypos 351 src/editor/spell.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + sug_dlg_h - 1)) ypos 352 src/editor/spell.c ypos -= sug_dlg_h; ypos 372 src/editor/spell.c sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE, ypos 950 src/filemanager/panel.c int ypos = 0; ypos 972 src/filemanager/panel.c ypos = file_index - panel->top; ypos 975 src/filemanager/panel.c ypos %= panel_lines (panel); ypos 977 src/filemanager/panel.c ypos += 2; /* top frame and header */ ypos 978 src/filemanager/panel.c widget_gotoyx (w, ypos, offset + 1); ypos 1001 src/filemanager/panel.c widget_gotoyx (w, ypos, offset); ypos 1011 src/filemanager/panel.c widget_gotoyx (w, ypos, offset);