/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesw.h | 450 #ifdef mvwaddnstr 451 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n) function 452 { return mvwaddnstr(win, y, x, str, n); } 453 #undef mvwaddnstr macro 454 #define mvwaddnstr UNDEF(mvwaddnstr) macro 1018 return ::mvwaddnstr(w, y, x, str, n); } [all...] |
curses.h | 646 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ 1187 #define mvwaddnstr macro [all...] |
ncurses.h | 646 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ 1187 #define mvwaddnstr macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesw.h | 450 #ifdef mvwaddnstr 451 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n) function 452 { return mvwaddnstr(win, y, x, str, n); } 453 #undef mvwaddnstr macro 454 #define mvwaddnstr UNDEF(mvwaddnstr) macro 1018 return ::mvwaddnstr(w, y, x, str, n); } [all...] |
curses.h | 665 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ 1216 #define mvwaddnstr macro [all...] |
ncurses.h | 665 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ 1216 #define mvwaddnstr macro [all...] |