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

  /src/games/robots/
query.c 54 getyx(stdscr, y, x);
  /src/usr.bin/talk/
display.c 83 getyx(win->x_win, win->x_line, win->x_col);
86 getyx(win->x_win, win->x_line, win->x_col);
116 getyx(win->x_win, win->x_line, win->x_col);
124 getyx(win->x_win, win->x_line, win->x_col);
145 getyx(win->x_win, win->x_line, win->x_col);
152 getyx(win->x_win, win->x_line, win->x_col);
167 getyx(win, oldline, oldcol);
  /src/games/phantasia/
io.c 35 getyx(stdscr, y, x); /* get coordinates on screen */
132 getyx(stdscr, y, x); /* save cursor location */
177 getyx(stdscr, oldy, oldx);
fight.c 165 getyx(stdscr, Lines, flockcnt);
1079 getyx(stdscr, whichtreasure, ch);
1089 getyx(stdscr, whichtreasure, ch);
1098 getyx(stdscr, whichtreasure, ch);
  /src/games/boggle/boggle/
prtable.c 108 getyx(stdscr, row, col);
timer.c 75 getyx(stdscr, row, col);
mach.c 135 getyx(stdscr, row, col);
194 getyx(stdscr, row, col);
203 getyx(stdscr, row, col);
404 getyx(stdscr, r, c);
504 getyx(stdscr, row, col);
512 getyx(stdscr, row, col);
  /src/games/hunt/hunt/
playit.c 128 getyx(stdscr, otto_y, otto_x);
183 getyx(stdscr, otto_y, otto_x);
343 getyx(stdscr, y, x);
352 getyx(stdscr, y, x);
hunt.c 576 getyx(stdscr, y, x);
  /src/lib/libcurses/
scroll.c 111 getyx(win, oy, ox);
Makefile 24 flushok.c fullname.c getch.c getstr.c getyx.c id_subwins.c idlok.c \
101 curses_cursor.3 getyx.3 curses_cursor.3 getsyx.3 \
curses.h 619 #define getyx(w, y, x) (y) = getcury(w), (x) = getcurx(w) macro
629 getyx(curscr,(y), (x)); \
  /src/usr.bin/systat/
iostat.c 332 getyx(wnd, y, x);
main.c 386 getyx(stdscr, oy, ox);
  /src/games/atc/
graphics.c 310 getyx(input, ioquit_y, ioquit_x);
  /src/games/cribbage/
io.c 528 getyx(stdscr, oy, ox);
  /src/usr.sbin/sysinst/
run.c 682 getyx(actionwin, y, x);
  /src/usr.bin/msgc/
msg_sys.def 368 getyx(msg_win, txt_y, txt_x);
  /src/games/gomoku/
main.c 99 getyx(stdscr, y, x);
  /src/tests/lib/libcurses/slave/
curses_commands.c 1512 getyx(win, y, x);

Completed in 47 milliseconds