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

  /src/lib/libcurses/
getch.c 685 * mvgetch --
689 mvgetch(int y, int x) function in typeref:typename:int
curses.h 488 #define mvgetch(y, x) mvwgetch(stdscr, y, x) macro
594 int mvgetch(int, int);

Completed in 12 milliseconds