Lines Matching refs:wmove
224 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle()
228 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle()
247 (void) wmove(win, i, 0); in dlg_attr_clear()
1072 (void) wmove(win, y, lm); in justify_text()
1077 (void) wmove(win, y, lm); in justify_text()
1087 (void) wmove(win, y, lm); in justify_text()
1093 (void) wmove(win, last_y, last_x); in justify_text()
1193 (void) wmove(win, MARGIN + height, wide - 4); in dlg_print_scrolled()
1212 wmove(win, oldy, oldx); in dlg_print_scrolled()
1547 (void) wmove(win, y + i, x); in dlg_draw_box2()
1730 && wmove(cellwin, y2, x2) != ERR) { in repaint_cell()
2239 wmove(win, 0, x); in dlg_draw_title()
2254 (void) wmove(win, height - 3, 0); in dlg_draw_bottom_box2()
2261 (void) wmove(win, height - 2, 1); in dlg_draw_bottom_box2()
2554 (void) wmove(stdscr, LINES - 1, 0); in dlg_item_help()
2693 (void) wmove(parent, in dlg_set_focus()