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 76 lib/widget/wtools.c int ypos, xpos; ypos 98 lib/widget/wtools.c ypos = LINES / 3 - (w->rect.lines - 3) / 2; ypos 100 lib/widget/wtools.c ypos = WIDGET (prev_dlg)->rect.y + 2; ypos 103 lib/widget/wtools.c if (ypos + w->rect.lines < LINES / 2) ypos 109 lib/widget/wtools.c rect_init (&r, ypos, xpos, w->rect.lines, w->rect.cols); ypos 209 src/editor/editsearch.c edit_dialog_replace_prompt_show (WEdit * edit, char *from_text, char *to_text, int xpos, int ypos) ypos 223 src/editor/editsearch.c if (ypos == -1) ypos 224 src/editor/editsearch.c ypos = w->rect.y + w->rect.lines / 2; ypos 226 src/editor/editsearch.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + dlg_height - 1)) ypos 227 src/editor/editsearch.c ypos -= dlg_height; ypos 252 src/editor/editsearch.c WRect r = { ypos, xpos, 0, -1 }; ypos 735 src/editor/spell.c int xpos, ypos; ypos 756 src/editor/spell.c ypos = (LINES - sug_dlg_h) * 2 / 3; ypos 759 src/editor/spell.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + sug_dlg_h - 1)) ypos 760 src/editor/spell.c ypos -= sug_dlg_h; ypos 780 src/editor/spell.c sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE, ypos 921 src/filemanager/panel.c int ypos = 0; ypos 945 src/filemanager/panel.c ypos = file_index - panel->top_file; ypos 948 src/filemanager/panel.c ypos %= panel_lines (panel); ypos 950 src/filemanager/panel.c ypos += 2; /* top frame and header */ ypos 951 src/filemanager/panel.c widget_gotoyx (w, ypos, offset + 1); ypos 975 src/filemanager/panel.c widget_gotoyx (w, ypos, offset); ypos 985 src/filemanager/panel.c widget_gotoyx (w, ypos, offset);