Symbol: getyx
games/atc/graphics.c
310
getyx(input, ioquit_y, ioquit_x);
games/boggle/boggle/mach.c
135
getyx(stdscr, row, col);
games/boggle/boggle/mach.c
194
getyx(stdscr, row, col);
games/boggle/boggle/mach.c
203
getyx(stdscr, row, col);
games/boggle/boggle/mach.c
404
getyx(stdscr, r, c);
games/boggle/boggle/mach.c
504
getyx(stdscr, row, col);
games/boggle/boggle/mach.c
512
getyx(stdscr, row, col);
games/boggle/boggle/prtable.c
108
getyx(stdscr, row, col);
games/boggle/boggle/timer.c
75
getyx(stdscr, row, col);
games/cribbage/io.c
528
getyx(stdscr, oy, ox);
games/gomoku/main.c
99
getyx(stdscr, y, x);
games/hunt/hunt/hunt.c
576
getyx(stdscr, y, x);
games/hunt/hunt/playit.c
128
getyx(stdscr, otto_y, otto_x);
games/hunt/hunt/playit.c
183
getyx(stdscr, otto_y, otto_x);
games/hunt/hunt/playit.c
343
getyx(stdscr, y, x);
games/hunt/hunt/playit.c
352
getyx(stdscr, y, x);
games/phantasia/fight.c
1079
getyx(stdscr, whichtreasure, ch);
games/phantasia/fight.c
1089
getyx(stdscr, whichtreasure, ch);
games/phantasia/fight.c
1098
getyx(stdscr, whichtreasure, ch);
games/phantasia/fight.c
165
getyx(stdscr, Lines, flockcnt);
games/phantasia/io.c
132
getyx(stdscr, y, x); /* save cursor location */
games/phantasia/io.c
177
getyx(stdscr, oldy, oldx);
games/phantasia/io.c
35
getyx(stdscr, y, x); /* get coordinates on screen */
games/robots/query.c
54
getyx(stdscr, y, x);
lib/libcurses/PSD.doc/ex2.c
164
getyx(stdscr, y, x);
lib/libcurses/curses.h
629
getyx(curscr,(y), (x)); \
lib/libcurses/scroll.c
111
getyx(win, oy, ox);
tests/lib/libcurses/slave/curses_commands.c
1512
getyx(win, y, x);
usr.bin/systat/iostat.c
332
getyx(wnd, y, x);
usr.bin/systat/main.c
386
getyx(stdscr, oy, ox);
usr.bin/talk/display.c
116
getyx(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
124
getyx(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
145
getyx(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
152
getyx(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
167
getyx(win, oldline, oldcol);
usr.bin/talk/display.c
83
getyx(win->x_win, win->x_line, win->x_col);
usr.bin/talk/display.c
86
getyx(win->x_win, win->x_line, win->x_col);
usr.sbin/sysinst/run.c
669
getyx(actionwin, y, x);