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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 485 #ifdef mvwgetnstr
486 inline int UNDEF(mvwgetnstr)(WINDOW *win, int y, int x, char *str, int n) function
487 {return mvwgetnstr(win, y, x, str, n);}
488 #undef mvwgetnstr macro
489 #define mvwgetnstr UNDEF(mvwgetnstr) macro
960 return ::mvwgetnstr(w, y, x, str, n); }
    [all...]
curses.h 651 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
1192 #define mvwgetnstr macro
    [all...]
ncurses.h 651 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
1192 #define mvwgetnstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 485 #ifdef mvwgetnstr
486 inline int UNDEF(mvwgetnstr)(WINDOW *win, int y, int x, char *str, int n) function
487 {return mvwgetnstr(win, y, x, str, n);}
488 #undef mvwgetnstr macro
489 #define mvwgetnstr UNDEF(mvwgetnstr) macro
960 return ::mvwgetnstr(w, y, x, str, n); }
    [all...]
curses.h 670 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
1221 #define mvwgetnstr macro
    [all...]
ncurses.h 670 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */
1221 #define mvwgetnstr macro
    [all...]

Completed in 59 milliseconds