Home | History | Annotate | Download | only in atc

Lines Matching refs:wmove

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);
202 (void)wmove(radar, scp->height - 1, 0);
208 (void)wmove(radar, i, 0);
210 (void)wmove(radar, i, (scp->width - 1) * 2);
217 (void)wmove(radar, scp->beacon[iu].y, scp->beacon[iu].x * 2);
222 (void)wmove(radar, scp->exit[iu].y, scp->exit[iu].x * 2);
230 (void)wmove(radar, scp->airport[iu].y, scp->airport[iu].x * 2);
248 (void)wmove(w, y, x * 2);
260 (void)wmove(input, 0, pos);
269 (void)wmove(input, 0, pos);
277 (void)wmove(input, 0, pos);
296 (void)wmove(input, 1, pos);
299 (void)wmove(input, 2, 0);
311 (void)wmove(input, 2, 0);
321 (void)wmove(input, 2, 0);
323 (void)wmove(input, ioquit_y, ioquit_x);
338 (void)wmove(planes, 0,0);
344 (void)wmove(planes, 2, 0);
363 (void)wmove(planes, LINES - INPUT_LINES - 1, 0);
374 (void)wmove(input, 0, 0);