HomeSort by: relevance | last modified time | path
    Searched refs:oldy (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libpanel/
move.c 37 int oldy, oldx; local
42 getbegyx(p->win, oldy, oldx);
43 if (__predict_false(y == oldy && x == oldx))
  /src/games/phantasia/
io.c 175 volatile int oldx, oldy; /* original coordinates on screen */ local
177 getyx(stdscr, oldy, oldx);
240 YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices);
241 move(oldy, oldx);
  /src/external/bsd/nvi/dist/vi/
vs_line.c 53 size_t offset_in_char, offset_in_line, oldx, oldy; local
96 (void)gp->scr_cursor(sp, &oldy, &oldx);
200 (void)gp->scr_move(sp, oldy, oldx);
553 ret1: (void)gp->scr_move(sp, oldy, oldx);
568 size_t len, oldy, oldx; local
589 (void)gp->scr_cursor(sp, &oldy, &oldx);
611 (void)gp->scr_move(sp, oldy, oldx);
vs_msg.c 168 size_t len, mlen, oldx, oldy; local
194 (void)gp->scr_cursor(sp, &oldy, &oldx);
218 (void)gp->scr_move(sp, oldy, oldx);
239 size_t maxcols, oldx, oldy, padding; local
313 (void)gp->scr_cursor(sp, &oldy, &oldx);
391 ret: (void)gp->scr_move(sp, oldy, oldx);
656 size_t oldy, oldx; local
673 (void)gp->scr_cursor(csp, &oldy, &oldx);
748 (void)gp->scr_move(csp, oldy, oldx);
vs_smap.c 55 size_t cnt, oldy, oldx; local
139 (void)sp->gp->scr_cursor(sp, &oldy, &oldx);
164 (void)sp->gp->scr_move(sp, oldy, oldx);
789 size_t oldy, oldx; local
802 (void)gp->scr_cursor(sp, &oldy, &oldx);
807 (void)gp->scr_move(sp, oldy, oldx);
1022 size_t oldy, oldx; local
1036 (void)gp->scr_cursor(sp, &oldy, &oldx);
1040 (void)gp->scr_move(sp, oldy, oldx);
  /src/external/bsd/tmux/dist/
grid-reader.c 281 int oldx, oldy, at_eol, word_is_letters; local
319 oldy = gr->cy;
333 gr->cy = oldy;
412 u_int px, py, xx, yy, oldx, oldy; local
416 oldy = gr->cy;
435 gr->cy = oldy;
screen.c 360 u_int needed, available, oldy, i; local
364 oldy = screen_size_y(s);
378 if (sy < oldy) {
379 needed = oldy - sy;
383 available = oldy - 1 - s->cy;
387 grid_view_delete_lines(gd, oldy - available,
414 if (sy > oldy) {
415 needed = sy - oldy;
window-copy.c 5127 u_int px, py, oldy, hsize; local
5132 oldy = data->cy;
5137 window_copy_acquire_cursor_up(wme, hsize, data->oy, oldy, px, py);
5146 u_int px, py, oldy, hsize; local
5151 oldy = data->cy;
5156 window_copy_acquire_cursor_up(wme, hsize, data->oy, oldy, px, py);
5165 u_int px, py, oldy, hsize; local
5170 oldy = data->cy;
5179 data->oy, oldy, px, py, 0);
5239 u_int px, py, oldy, hsize local
5258 u_int px, py, oldy, hsize; local
5418 u_int px, py, oldy, hsize; local
5439 u_int px, py, oldy, hsize; local
5461 u_int px, py, oldy, hsize; local
5483 u_int px, py, oldy, hsize; local
5508 u_int px, py, oldy, hsize; local
5561 u_int px, py, oldy, hsize; local
5611 u_int px, py, oldy, hsize; local
    [all...]
  /src/games/warp/
weapon.c 444 int decr = 50, oldy, oldx; local
572 oldy = y;
574 y = (occupant[oldy][oldx]->posy + occupant[oldy][oldx]->vely +
576 x = (occupant[oldy][oldx]->posx + occupant[oldy][oldx]->velx +
579 y = occupant[oldy][oldx]->posy;
580 x = occupant[oldy][oldx]->posx;
  /src/games/larn/
data.c 162 short oldx, oldy; variable
diag.c 324 oldx = oldy = 0;
header.h 363 extern short nobeep, oldx, oldy, playerx, playery, level;
display.c 479 oldy = playery;
create.c 55 oldy = 25;
  /src/games/hack/
hack.c 149 xchar oldx, oldy; local
181 oldy = u.uy;
340 newsym(oldx,oldy);
352 nose1(oldx - u.dx, oldy - u.dy);
372 nose1(oldx - u.dx, oldy - u.dy);
  /src/lib/libc/time/
zdump.c 759 intmax_t oldy = oldp->tm_year; local
760 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT;
  /src/tests/lib/libcurses/slave/
curses_commands.c 1931 ARG_INT(oldy);
1937 report_return(mvcur(oldy, oldx, y, x));

Completed in 38 milliseconds