Searched refs:wmove (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11.0-release/usr.bin/systat/
H A Dtcp.c113 wmove(wnd, 0, 0); wclrtoeol(wnd);
H A Dzarc.c79 wmove(wnd, 0, 0); wclrtoeol(wnd);
H A Dsctp.c97 wmove(wnd, 0, 0); wclrtoeol(wnd);
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-regs.c532 wmove (win_info->handle, 0, 0);
535 wmove (win_info->handle, 0, 0);
H A Dtui-win.c1332 wmove (win_info->generic.handle,
/freebsd-11.0-release/contrib/dialog/
H A Dformbox.c64 && (wmove(win, y - scrollamt, x) != ERR);
70 if (wmove(win, y, x) == ERR)
71 wmove(win, y, getmaxx(win) - 1);
H A Dtextbox.c401 if (wmove(obj->text, row, 0) != ERR) {
529 (void) wmove(widget, 0, (box_width - len_caption) / 2);
810 (void) wmove(dialog, cur_y, cur_x); /* Restore cursor position */
H A Dfselect.c231 (void) wmove(list->win, y, 0);
255 (void) wmove(list->win, list->choice - list->offset, 0);
H A Deditbox.c453 wmove(editing, y, x);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h1268 extern int wmove(WINDOW *, int, int);
/freebsd-11.0-release/contrib/ee/
H A Dnew_curse.c1015 wmove(stdscr, 0, 0);
2023 wmove(window, row, column) /* move cursor to indicated position in window */ function
2482 wmove(window, 0, 0);
2484 wmove(window, row, 0);*/
2611 wmove(window, row, column);
/freebsd-11.0-release/lib/ncurses/ncurses/
H A DMakefile779 curs_move.3 wmove.3 \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1225 void MoveCursor (int x, int y) { ::wmove (m_window, y, x); }
/freebsd-11.0-release/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c5404 report_return(wmove(win, y, x));

Completed in 349 milliseconds

123