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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 376 #ifdef mvgetch
377 inline int UNDEF(mvgetch)(int y, int x) { return mvgetch(y, x);} function
378 #undef mvgetch macro
379 #define mvgetch UNDEF(mvgetch) macro
    [all...]
curses.h 645 extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */
1241 #define mvgetch macro
    [all...]
ncurses.h 645 extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */
1241 #define mvgetch macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 292 //extern int mvgetch ( int, int );
617 static inline int mvgetch ( int y, int x ) { function

Completed in 190 milliseconds