Searched defs:mvaddstr (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h584 #ifdef mvaddstr
585 inline int UNDEF(mvaddstr)(int y, int x, const char * str) function
586 { return mvaddstr(y, x, str); }
587 #undef mvaddstr macro
588 #define mvaddstr UNDEF(mvaddstr) macro
H A Dcurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
H A Dncurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h584 #ifdef mvaddstr
585 inline int UNDEF(mvaddstr)(int y, int x, const char * str) function
586 { return mvaddstr(y, x, str); }
587 #undef mvaddstr macro
588 #define mvaddstr UNDEF(mvaddstr) macro
H A Dcurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
H A Dncurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h584 #ifdef mvaddstr
585 inline int UNDEF(mvaddstr)(int y, int x, const char * str) function
586 { return mvaddstr(y, x, str); }
587 #undef mvaddstr macro
588 #define mvaddstr UNDEF(mvaddstr) macro
H A Dcurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro
H A Dncurses.h608 extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */
1079 #define mvaddstr(y,x,str) mvwaddstr(stdscr,y,x,str) macro

Completed in 55 milliseconds