HomeSort by: relevance | last modified time | path
    Searched refs:wmove (Results 1 - 25 of 184) sorted by relevancy

1 2 3 4 5 6 7 8

  /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...]
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...]
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);
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/external/gpl3/gdb.old/dist/gdb/tui/
tui-command.c 51 wmove (handle.get (), 0, 0);
tui-command.c 51 wmove (handle.get (), 0, 0);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-command.c 51 wmove (handle.get (), 0, 0);
tui-command.c 51 wmove (handle.get (), 0, 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...]
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
65 __CTRACE(__CTRACE_MISC, "wmove: win %p, (%d, %d)\n", win, y, x);
96 wmove(win->orig, win->cury + win->begy - win->orig->begy,
move.c 53 return wmove(stdscr, y, x);
59 * wmove --
63 wmove(WINDOW *win, int y, int x) function
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...]
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);
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);
  /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...]
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);
mbufs.c 78 wmove(wnd, 0, 0); wclrtoeol(wnd);
104 wmove(wnd, j, 10);
117 wmove(wnd, j, 0);
  /src/games/boggle/boggle/
help.c 85 wmove(win, nlines - 1, 0);
96 wmove(win, nlines - 1, 0);
help.c 85 wmove(win, nlines - 1, 0);
96 wmove(win, nlines - 1, 0);

Completed in 38 milliseconds

1 2 3 4 5 6 7 8