| /src/games/atc/ | 
| graphics.c | 95 		(void)wmove(cleanradar, pp->ypos, pp->xpos * 2); 96 		(void)wmove(radar, pp->ypos, pp->xpos * 2);
 98 		(void)wmove(cleanradar, pp->ypos, pp->xpos * 2 + 1);
 99 		(void)wmove(radar, pp->ypos, pp->xpos * 2 + 1);
 112 		(void)wmove(radar, pp->ypos, pp->xpos * 2);
 167 		(void)wmove(credit, 0, i);
 169 		(void)wmove(credit, INPUT_LINES - 1, i);
 172 	(void)wmove(credit, INPUT_LINES / 2, 1);
 177 			(void)wmove(radar, i, j * 2);
 195 	(void)wmove(radar, 0, 0)
 [all...]
 | 
| /src/usr.bin/talk/ | 
| display.c | 82 			wmove(win->x_win, win->x_line, max(--win->x_col, 0)); 85 			wmove(win->x_win, win->x_line, win->x_col);
 112 			wmove(win->x_win, win->x_line, xcol + 1);
 115 			wmove(win->x_win, win->x_line, xcol + 1);
 122 			wmove(win->x_win, win->x_line, 0);
 168 	wmove(win, line, col);
 170 	wmove(win, oldline, oldcol);
 183 		wmove(win->x_win, 0, 0);
 190 	wmove(win->x_win, win->x_line, win->x_col);
 192 	wmove(win->x_win, (win->x_line + 1) % win->x_nlines, win->x_col)
 [all...]
 | 
| io.c | 118 	wmove(my_win.x_win, current_line%my_win.x_nlines, 0); 133 	wmove(my_win.x_win, current_line % my_win.x_nlines, 0);
 137 	wmove(my_win.x_win, current_line % my_win.x_nlines, 0);
 
 | 
| /src/lib/libcurses/ | 
| getstr.c | 101 	if (wmove(win, y, x) == ERR) 116 	if (wmove(win, y, x) == ERR)
 192 						wmove(win, win->cury, xpos - 1);
 202 						wmove(win, win->cury, xpos - 1);
 215 				wmove(win, win->cury, oldx);
 227 					wmove(win, win->cury, win->curx - 1);
 234 				wmove(win, win->cury, win->curx - 1);
 238 			wmove(win, win->cury, oldx);
 242 			wmove(win, win->cury, xpos);
 252 			wmove(win, win->cury, xpos)
 [all...]
 | 
| move.c | 53 	return wmove(stdscr, y, x); 59  * wmove --
 63 wmove(WINDOW *win, int y, int x)  function in typeref:typename:int
 65 	__CTRACE(__CTRACE_MISC, "wmove: win %p, (%d, %d)\n", win, y, x);
 96 		wmove(win->orig, win->cury + win->begy - win->orig->begy,
 
 | 
| get_wstr.c | 101 	if (wmove(win, y, x) == ERR) 116 	if (wmove(win, y, x) == ERR)
 192 					wmove(win, win->cury, win->curx - 1);
 200 					wmove(win, win->cury, win->curx - 1);
 212 				wmove(win, win->cury, oldx);
 223 					wmove(win, win->cury, win->curx - 1);
 230 				wmove(win, win->cury, win->curx - 1);
 234 			wmove(win, win->cury, oldx);
 238 			wmove(win, win->cury, win->curx - 1);
 245 				wmove(win, win->cury, win->curx - 1)
 [all...]
 | 
| line.c | 74 	if (wmove(win, y, x) == ERR) 104 	wmove(win, ocury, ocurx);
 145 	if (wmove(win, y, x) == ERR)
 175 	wmove(win, ocury, ocurx);
 208 	if ( wmove( win, y , x ) == ERR )
 248 	wmove(win, ocury, ocurx);
 277 	if (wmove(win, y, x) == ERR)
 311 	wmove(win, ocury, ocurx);
 
 | 
| scroll.c | 113 	wmove(win, win->scr_t, 1); 115 	wmove(win, oy, ox);
 
 | 
| inch.c | 72 	if (wmove(win, y, x) == ERR) 
 | 
| inchstr.c | 98 	if (wmove(win, y, x) == ERR) 108 	if (wmove(win, y, x) == ERR)
 
 | 
| instr.c | 95 	if (wmove(win, y, x) == ERR) 104 	if (wmove(win, y, x) == ERR)
 
 | 
| inwstr.c | 90 	if (wmove(win, y, x) == ERR) 99 	if (wmove(win, y, x) == ERR)
 
 | 
| addchnstr.c | 114 	if (wmove(win, y, x) == ERR) 184 	wmove(win, oy, ox);
 
 | 
| in_wchstr.c | 90 	if (wmove(win, y, x) == ERR) 99 	if (wmove(win, y, x) == ERR)
 
 | 
| addch.c | 77 	if (wmove(win, y, x) == ERR) 
 | 
| add_wch.c | 79 	if (wmove(win, y, x) == ERR) 
 | 
| erase.c | 107 	wmove(win, 0, 0); 
 | 
| in_wch.c | 72 	if (wmove(win, y, x) == ERR) 
 | 
| /src/usr.bin/systat/ | 
| iostat.c | 110 	wmove(wnd, row, 0); wclrtobot(wnd); 231 	wmove(wnd, row + linesperregion, 0);
 233 	wmove(wnd, row + 3, 0);
 241 				wmove(wnd, row + linesperregion, 0);
 243 				wmove(wnd, row + 3, 0);
 286 	wmove(wnd, row++, col);
 288 	wmove(wnd, row++, col);
 291 		wmove(wnd, row++, col);
 293 		wmove(wnd, row++, col);
 298 		wmove(wnd, row++, col)
 [all...]
 | 
| mbufs.c | 78 	wmove(wnd, 0, 0); wclrtoeol(wnd); 104 		wmove(wnd, j, 10);
 117 	wmove(wnd, j, 0);
 
 | 
| df.c | 97 			wmove(wnd, y, 0); 127 	wmove(wnd, y, 0);
 157 	wmove(wnd, 0, 0);
 
 | 
| pigs.c | 133 		wmove(wnd, y, 0); 141 	wmove(wnd, y, 0); wclrtobot(wnd);
 223 	wmove(wnd, 0, 0);
 
 | 
| /src/games/boggle/boggle/ | 
| help.c | 85 		wmove(win, nlines - 1, 0); 96 		wmove(win, nlines - 1, 0);
 
 | 
| /src/games/worm/ | 
| worm.c | 147 	wmove(stw, 0, 0); 203 	wmove(tv, pos->y, pos->x);
 246 		wmove(tv, bp->y, bp->x);
 323 	wmove(tv, y, x);
 330 		wmove(stw, 0, COLS - 12);
 346 		wmove(tv, head->y, head->x);
 
 | 
| /src/games/sail/ | 
| pl_7.c | 183 			wmove(scroll_w, SCROLL_Y - 1, 0); 382 		wmove(scroll_w, y, 0);
 386 		wmove(scroll_w, SCROLL_Y-1, 0);
 390 		wmove(scroll_w, SCROLL_Y-1, cursorx);
 393 		wmove(scroll_w, SCROLL_Y-1, 0);
 581 			wmove(view_w, sp->file->row - viewrow,
 584 			wmove(view_w,
 596 	wmove(turn_w, 0, 0);
 604 	wmove(stat_w, STAT_1, 0);
 609 	wmove(stat_w, STAT_2, 0)
 [all...]
 |