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

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

Completed in 13 milliseconds