HomeSort by relevance Sort by last modified time
    Searched refs:mvwgetch (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 479 #ifdef mvwgetch
480 inline int UNDEF(mvwgetch)(WINDOW *win, int y, int x) { return mvwgetch(win, y, x);} function
481 #undef mvwgetch macro
482 #define mvwgetch UNDEF(mvwgetch) macro
950 int getch(int y, int x) { return ::mvwgetch(w, y, x); }
    [all...]
curses.h 669 extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */
1220 #define mvwgetch macro
    [all...]
ncurses.h 669 extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */
1220 #define mvwgetch macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 313 //extern int mvwgetch ( WINDOW *, int, int );
677 static inline int mvwgetch ( WINDOW *win, int y, int x ) { function
  /external/python/cpython2/Modules/
_cursesmodule.c 853 rtn = mvwgetch(self->win,y,x);
879 rtn = mvwgetch(self->win,y,x);
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 196 milliseconds