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

  /src/lib/libcurses/
curses.h 488 #define mvgetch(y, x) mvwgetch(stdscr, y, x)
511 #define mvwgetch(w, y, x) \ macro
611 int mvwgetch(WINDOW *, int, int);
Makefile 131 curses_input.3 mvwgetch.3 \
getch.c 691 return mvwgetch(stdscr, y, x);
695 * mvwgetch --
700 mvwgetch(WINDOW *win, int y, int x) function in typeref:typename:int
  /src/tests/lib/libcurses/slave/
curses_commands.c 1085 report_int(mvwgetch(win, y, x));

Completed in 24 milliseconds