Symbol: wmove
games/atc/graphics.c
112
(void)wmove(radar, pp->ypos, pp->xpos * 2);
games/atc/graphics.c
167
(void)wmove(credit, 0, i);
games/atc/graphics.c
169
(void)wmove(credit, INPUT_LINES - 1, i);
games/atc/graphics.c
172
(void)wmove(credit, INPUT_LINES / 2, 1);
games/atc/graphics.c
177
(void)wmove(radar, i, j * 2);
games/atc/graphics.c
195
(void)wmove(radar, 0, 0);
games/atc/graphics.c
202
(void)wmove(radar, scp->height - 1, 0);
games/atc/graphics.c
208
(void)wmove(radar, i, 0);
games/atc/graphics.c
210
(void)wmove(radar, i, (scp->width - 1) * 2);
games/atc/graphics.c
217
(void)wmove(radar, scp->beacon[iu].y, scp->beacon[iu].x * 2);
games/atc/graphics.c
222
(void)wmove(radar, scp->exit[iu].y, scp->exit[iu].x * 2);
games/atc/graphics.c
230
(void)wmove(radar, scp->airport[iu].y, scp->airport[iu].x * 2);
games/atc/graphics.c
248
(void)wmove(w, y, x * 2);
games/atc/graphics.c
260
(void)wmove(input, 0, pos);
games/atc/graphics.c
269
(void)wmove(input, 0, pos);
games/atc/graphics.c
277
(void)wmove(input, 0, pos);
games/atc/graphics.c
296
(void)wmove(input, 1, pos);
games/atc/graphics.c
299
(void)wmove(input, 2, 0);
games/atc/graphics.c
311
(void)wmove(input, 2, 0);
games/atc/graphics.c
321
(void)wmove(input, 2, 0);
games/atc/graphics.c
323
(void)wmove(input, ioquit_y, ioquit_x);
games/atc/graphics.c
338
(void)wmove(planes, 0,0);
games/atc/graphics.c
344
(void)wmove(planes, 2, 0);
games/atc/graphics.c
363
(void)wmove(planes, LINES - INPUT_LINES - 1, 0);
games/atc/graphics.c
374
(void)wmove(input, 0, 0);
games/atc/graphics.c
95
(void)wmove(cleanradar, pp->ypos, pp->xpos * 2);
games/atc/graphics.c
96
(void)wmove(radar, pp->ypos, pp->xpos * 2);
games/atc/graphics.c
98
(void)wmove(cleanradar, pp->ypos, pp->xpos * 2 + 1);
games/atc/graphics.c
99
(void)wmove(radar, pp->ypos, pp->xpos * 2 + 1);
games/boggle/boggle/help.c
85
wmove(win, nlines - 1, 0);
games/boggle/boggle/help.c
96
wmove(win, nlines - 1, 0);
games/cribbage/io.c
418
wmove(Msgwin, Lineno++, 0);
games/cribbage/io.c
434
wmove(Msgwin, Lineno, mp - omp);
games/cribbage/io.c
458
wmove(Msgwin, Lineno > 0 ? Lineno - 1 : MSG_Y - 1, Mpos);
games/mille/comp.c
63
wmove(Score, ERR_Y, ERR_X); /* get rid of error messages */
games/mille/init.c
151
wmove(Miles, 1, 0);
games/mille/init.c
153
wmove(Board, MOVE_Y + 1, MOVE_X);
games/mille/init.c
155
wmove(Board, MOVE_Y + 2, MOVE_X);
games/mille/misc.c
64
wmove(Score, ERR_Y, ERR_X);
games/sail/pl_7.c
183
wmove(scroll_w, SCROLL_Y - 1, 0);
games/sail/pl_7.c
382
wmove(scroll_w, y, 0);
games/sail/pl_7.c
386
wmove(scroll_w, SCROLL_Y-1, 0);
games/sail/pl_7.c
390
wmove(scroll_w, SCROLL_Y-1, cursorx);
games/sail/pl_7.c
393
wmove(scroll_w, SCROLL_Y-1, 0);
games/sail/pl_7.c
581
wmove(view_w, sp->file->row - viewrow,
games/sail/pl_7.c
584
wmove(view_w,
games/sail/pl_7.c
596
wmove(turn_w, 0, 0);
games/sail/pl_7.c
604
wmove(stat_w, STAT_1, 0);
games/sail/pl_7.c
609
wmove(stat_w, STAT_2, 0);
games/sail/pl_7.c
625
wmove(stat_w, STAT_3, 0);
games/sail/pl_7.c
651
wmove(slot_w, 0, 0);
games/sail/pl_7.c
661
wmove(slot_w, 2, 0);
games/sail/pl_7.c
668
wmove(slot_w, SLOT_Y-4, 0);
games/sail/pl_7.c
673
wmove(slot_w, SLOT_Y-3, 0);
games/sail/pl_7.c
678
wmove(slot_w, SLOT_Y-2, 0);
games/sail/pl_7.c
685
wmove(slot_w, 7, 1);
games/sail/pl_7.c
695
wmove(slot_w, Y - dr[winddir], 1 - dc[winddir]);
games/sail/pl_7.c
748
wmove(view_w, 2, (VIEW_X - sizeof WSaIM - 1) / 2);
games/sail/pl_7.c
750
wmove(view_w, 4, (VIEW_X - strlen(cc->name)) / 2);
games/worm/worm.c
147
wmove(stw, 0, 0);
games/worm/worm.c
203
wmove(tv, pos->y, pos->x);
games/worm/worm.c
246
wmove(tv, bp->y, bp->x);
games/worm/worm.c
323
wmove(tv, y, x);
games/worm/worm.c
330
wmove(stw, 0, COLS - 12);
games/worm/worm.c
346
wmove(tv, head->y, head->x);
lib/libcurses/add_wch.c
79
if (wmove(win, y, x) == ERR)
lib/libcurses/add_wchstr.c
123
if (wmove(win, y, x) == ERR)
lib/libcurses/addbytes.c
92
if (wmove(win, y, x) == ERR)
lib/libcurses/addch.c
77
if (wmove(win, y, x) == ERR)
lib/libcurses/addchnstr.c
114
if (wmove(win, y, x) == ERR)
lib/libcurses/addchnstr.c
184
wmove(win, oy, ox);
lib/libcurses/addnstr.c
136
if (wmove(win, y, x) == ERR)
lib/libcurses/addwstr.c
117
if (wmove(win, y, x) == ERR)
lib/libcurses/copywin.c
119
wmove(dstwin, dminrow, dcol);
lib/libcurses/curses.h
468
#define move(y, x) wmove(stdscr, y, x)
lib/libcurses/curses.h
498
(wmove(w, y, x) == ERR ? ERR : __waddbytes(w, s, n, 0))
lib/libcurses/curses.h
500
(wmove(w, y, x) == ERR ? ERR : waddch(w, ch))
lib/libcurses/curses.h
502
(wmove(w, y, x) == ERR ? ERR : waddchnstr(w, s, n))
lib/libcurses/curses.h
504
(wmove(w, y, x) == ERR ? ERR : waddchnstr(w, s, -1))
lib/libcurses/curses.h
506
(wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, n))
lib/libcurses/curses.h
508
(wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, -1))
lib/libcurses/curses.h
510
(wmove(w, y, x) == ERR ? ERR : wdelch(w))
lib/libcurses/curses.h
512
(wmove(w, y, x) == ERR ? ERR : wgetch(w))
lib/libcurses/curses.h
514
(wmove(w, y, x) == ERR ? ERR : wgetnstr(w, s, n))
lib/libcurses/curses.h
516
(wmove(w, y, x) == ERR ? ERR : wgetstr(w, s))
lib/libcurses/curses.h
518
(wmove(w, y, x) == ERR ? ERR : winch(w))
lib/libcurses/curses.h
520
(wmove(w, y, x) == ERR ? ERR : winchnstr(w, c, n))
lib/libcurses/curses.h
522
(wmove(w, y, x) == ERR ? ERR : winchstr(w, c))
lib/libcurses/curses.h
524
(wmove(w, y, x) == ERR ? ERR : winnstr(w, s, n))
lib/libcurses/curses.h
526
(wmove(w, y, x) == ERR ? ERR : winsch(w, c))
lib/libcurses/curses.h
528
(wmove(w, y, x) == ERR ? ERR : winstr(w, s))
lib/libcurses/curses.h
637
wmove(curscr, (y), (x)); \
lib/libcurses/curses.h
815
int wmove(WINDOW *, int, int);
lib/libcurses/delch.c
75
if (wmove(win, y, x) == ERR)
lib/libcurses/erase.c
107
wmove(win, 0, 0);
lib/libcurses/get_wch.c
425
if (wmove(win, y, x) == ERR)
lib/libcurses/get_wch.c
559
wmove( win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
101
if (wmove(win, y, x) == ERR)
lib/libcurses/get_wstr.c
116
if (wmove(win, y, x) == ERR)
lib/libcurses/get_wstr.c
192
wmove(win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
200
wmove(win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
212
wmove(win, win->cury, oldx);
lib/libcurses/get_wstr.c
223
wmove(win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
230
wmove(win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
234
wmove(win, win->cury, oldx);
lib/libcurses/get_wstr.c
238
wmove(win, win->cury, win->curx - 1);
lib/libcurses/get_wstr.c
245
wmove(win, win->cury, win->curx - 1);
lib/libcurses/getch.c
702
if (wmove(win, y, x) == ERR)
lib/libcurses/getstr.c
101
if (wmove(win, y, x) == ERR)
lib/libcurses/getstr.c
116
if (wmove(win, y, x) == ERR)
lib/libcurses/getstr.c
192
wmove(win, win->cury, xpos - 1);
lib/libcurses/getstr.c
202
wmove(win, win->cury, xpos - 1);
lib/libcurses/getstr.c
215
wmove(win, win->cury, oldx);
lib/libcurses/getstr.c
227
wmove(win, win->cury, win->curx - 1);
lib/libcurses/getstr.c
234
wmove(win, win->cury, win->curx - 1);
lib/libcurses/getstr.c
238
wmove(win, win->cury, oldx);
lib/libcurses/getstr.c
242
wmove(win, win->cury, xpos);
lib/libcurses/getstr.c
252
wmove(win, win->cury, xpos);
lib/libcurses/in_wch.c
72
if (wmove(win, y, x) == ERR)
lib/libcurses/in_wchstr.c
90
if (wmove(win, y, x) == ERR)
lib/libcurses/in_wchstr.c
99
if (wmove(win, y, x) == ERR)
lib/libcurses/inch.c
72
if (wmove(win, y, x) == ERR)
lib/libcurses/inchstr.c
108
if (wmove(win, y, x) == ERR)
lib/libcurses/inchstr.c
98
if (wmove(win, y, x) == ERR)
lib/libcurses/ins_wch.c
75
if (wmove(win, y, x) == ERR)
lib/libcurses/ins_wstr.c
109
if (wmove(win, y, x) == ERR)
lib/libcurses/ins_wstr.c
96
if (wmove(win, y, x) == ERR)
lib/libcurses/insch.c
79
if (wmove(win, y, x) == ERR)
lib/libcurses/insstr.c
103
if (wmove(win, y, x) == ERR)
lib/libcurses/insstr.c
117
if (wmove(win, y, x) == ERR)
lib/libcurses/instr.c
104
if (wmove(win, y, x) == ERR)
lib/libcurses/instr.c
95
if (wmove(win, y, x) == ERR)
lib/libcurses/inwstr.c
90
if (wmove(win, y, x) == ERR)
lib/libcurses/inwstr.c
99
if (wmove(win, y, x) == ERR)
lib/libcurses/line.c
104
wmove(win, ocury, ocurx);
lib/libcurses/line.c
145
if (wmove(win, y, x) == ERR)
lib/libcurses/line.c
175
wmove(win, ocury, ocurx);
lib/libcurses/line.c
208
if ( wmove( win, y , x ) == ERR )
lib/libcurses/line.c
248
wmove(win, ocury, ocurx);
lib/libcurses/line.c
277
if (wmove(win, y, x) == ERR)
lib/libcurses/line.c
311
wmove(win, ocury, ocurx);
lib/libcurses/line.c
74
if (wmove(win, y, x) == ERR)
lib/libcurses/move.c
53
return wmove(stdscr, y, x);
lib/libcurses/move.c
96
wmove(win->orig, win->cury + win->begy - win->orig->begy,
lib/libcurses/printw.c
108
if (wmove(win, y, x) != OK)
lib/libcurses/scroll.c
113
wmove(win, win->scr_t, 1);
lib/libcurses/scroll.c
115
wmove(win, oy, ox);
lib/libform/form.c
608
wmove(form->scrwin, row, col);
lib/libform/internals.c
1520
wmove(form->scrwin, (int) (cur->form_row + line),
lib/libform/internals.c
1680
wmove(form->scrwin, (int) (cur->form_row + i),
lib/libform/internals.c
1693
wmove(form->scrwin, cur->form_row + cur->cursor_ypos,
lib/libmenu/internals.c
435
wmove(menu->scrwin,
lib/libmenu/internals.c
504
wmove(menu->scrwin,
lib/libmenu/internals.c
546
wmove(menu->scrwin, 0, 0);
lib/libmenu/internals.c
560
wmove(menu->scrwin, cur_row,
lib/libmenu/menu.c
746
wmove(menu->scrwin,
sys/arch/hp300/dev/dvbox.c
429
db->wmove = 1;
sys/arch/hp300/dev/dvboxreg.h
70
uint8_t wmove; /* Initiate window move. 0x409F */
sys/arch/hp300/dev/rbox.c
390
rb->wmove = 1;
sys/arch/hp300/dev/rboxreg.h
79
uint8_t wmove; /* start window mover 0x409f */
sys/arch/hp300/dev/topcat.c
576
tc->wmove = fb->planemask;
sys/arch/hp300/dev/topcatreg.h
73
uint8_t wmove; /* start window move 0x409c */
sys/arch/hp300/stand/common/grf_dvreg.h
94
vu_char wmove; /* Initiate window move. 0x409F */
sys/arch/hp300/stand/common/grf_rbreg.h
100
vu_char wmove; /* start window mover 0x409f */
sys/arch/hp300/stand/common/grf_tcreg.h
97
vu_char wmove; /* start window move 0x409c */
sys/arch/hp300/stand/common/ite_dv.c
151
dp->wmove = 1;
sys/arch/hp300/stand/common/ite_rb.c
144
rp->wmove = 1;
sys/arch/hp300/stand/common/ite_tc.c
129
rp->wmove = ip->planemask;
tests/lib/libcurses/slave/curses_commands.c
3255
report_return(wmove(win, y, x));
usr.bin/aiomixer/draw.c
296
wmove(aio->classbar, 0, 0);
usr.bin/systat/bufcache.c
117
wmove(wnd, i, 0);
usr.bin/systat/df.c
127
wmove(wnd, y, 0);
usr.bin/systat/df.c
157
wmove(wnd, 0, 0);
usr.bin/systat/df.c
97
wmove(wnd, y, 0);
usr.bin/systat/icmp.c
90
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/systat/ifstat.c
204
wmove(wnd, TOPLINE, 0);
usr.bin/systat/iostat.c
110
wmove(wnd, row, 0); wclrtobot(wnd);
usr.bin/systat/iostat.c
231
wmove(wnd, row + linesperregion, 0);
usr.bin/systat/iostat.c
233
wmove(wnd, row + 3, 0);
usr.bin/systat/iostat.c
241
wmove(wnd, row + linesperregion, 0);
usr.bin/systat/iostat.c
243
wmove(wnd, row + 3, 0);
usr.bin/systat/iostat.c
286
wmove(wnd, row++, col);
usr.bin/systat/iostat.c
288
wmove(wnd, row++, col);
usr.bin/systat/iostat.c
291
wmove(wnd, row++, col);
usr.bin/systat/iostat.c
293
wmove(wnd, row++, col);
usr.bin/systat/iostat.c
298
wmove(wnd, row++, col);
usr.bin/systat/iostat.c
316
wmove(wnd, row, INSET);
usr.bin/systat/ip.c
93
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/systat/ip6.c
86
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/systat/main.c
303
wmove(wload, 0, 0);
usr.bin/systat/mbufs.c
104
wmove(wnd, j, 10);
usr.bin/systat/mbufs.c
117
wmove(wnd, j, 0);
usr.bin/systat/mbufs.c
78
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/systat/netstat.c
415
wmove(wnd, 0, 0); wclrtobot(wnd);
usr.bin/systat/netstat.c
446
wmove(wnd, p->ni_line, 0);
usr.bin/systat/netstat.c
475
wmove(wnd, p->ni_line, LADDR);
usr.bin/systat/netstat.c
491
wmove(wnd, p->ni_line, FADDR);
usr.bin/systat/netstat.c
524
wmove(wnd, lastrow, 0); wclrtobot(wnd);
usr.bin/systat/netstat.c
525
wmove(wnd, getmaxy(wnd), 0); wdeleteln(wnd); /* XXX */
usr.bin/systat/pigs.c
133
wmove(wnd, y, 0);
usr.bin/systat/pigs.c
141
wmove(wnd, y, 0); wclrtobot(wnd);
usr.bin/systat/pigs.c
223
wmove(wnd, 0, 0);
usr.bin/systat/ps.c
130
wmove(wnd, y, 0);
usr.bin/systat/ps.c
138
wmove(wnd, y, 0);
usr.bin/systat/swap.c
145
wmove(wnd, row, 0);
usr.bin/systat/tcp.c
151
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/systat/tcp.c
89
wmove(wnd, 0, 0); wclrtoeol(wnd);
usr.bin/talk/display.c
112
wmove(win->x_win, win->x_line, xcol + 1);
usr.bin/talk/display.c
115
wmove(win->x_win, win->x_line, xcol + 1);
usr.bin/talk/display.c
122
wmove(win->x_win, win->x_line, 0);
usr.bin/talk/display.c
168
wmove(win, line, col);
usr.bin/talk/display.c
170
wmove(win, oldline, oldcol);
usr.bin/talk/display.c
183
wmove(win->x_win, 0, 0);
usr.bin/talk/display.c
190
wmove(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
192
wmove(win->x_win, (win->x_line + 1) % win->x_nlines, win->x_col);
usr.bin/talk/display.c
194
wmove(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
82
wmove(win->x_win, win->x_line, max(--win->x_col, 0));
usr.bin/talk/display.c
85
wmove(win->x_win, win->x_line, win->x_col);
usr.bin/talk/init_disp.c
145
wmove(his_win.x_win, his_win.x_nlines-1, 0);
usr.bin/talk/io.c
118
wmove(my_win.x_win, current_line%my_win.x_nlines, 0);
usr.bin/talk/io.c
133
wmove(my_win.x_win, current_line % my_win.x_nlines, 0);
usr.bin/talk/io.c
137
wmove(my_win.x_win, current_line % my_win.x_nlines, 0);
usr.sbin/sysinst/arch/evbsh3/md.c
152
wmove(stdscr, 0, 0);
usr.sbin/sysinst/configmenu.c
570
wmove(stdscr, 0, 0);
usr.sbin/sysinst/configmenu.c
698
wmove(stdscr, 0, 0);
usr.sbin/sysinst/run.c
399
wmove(actionwin, 0, 0);
usr.sbin/sysinst/run.c
646
wmove(stdscr, msg_row()+2, 0);
usr.sbin/sysinst/upgrade.c
110
wmove(stdscr, 0, 0);
usr.sbin/sysinst/util.c
1246
wmove(mainwin, txt_y, 0);
usr.sbin/sysinst/util.c
1255
wmove(mainwin, txt_y-1, 0);