Searched refs:mvwaddnstr (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.h515 #ifdef mvwaddnstr
516 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n) function
517 { return mvwaddnstr(win, y, x, str, n); }
518 #undef mvwaddnstr macro
519 #define mvwaddnstr UNDEF(mvwaddnstr) macro
936 return ::mvwaddnstr(w, y, x, str, n); }
H A Dcurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
H A Dncurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h515 #ifdef mvwaddnstr
516 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n) function
517 { return mvwaddnstr(win, y, x, str, n); }
518 #undef mvwaddnstr macro
519 #define mvwaddnstr UNDEF(mvwaddnstr) macro
936 return ::mvwaddnstr(w, y, x, str, n); }
H A Dcurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
H A Dncurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h515 #ifdef mvwaddnstr
516 inline int UNDEF(mvwaddnstr)(WINDOW *win, int y, int x, const char *str, int n) function
517 { return mvwaddnstr(win, y, x, str, n); }
518 #undef mvwaddnstr macro
519 #define mvwaddnstr UNDEF(mvwaddnstr) macro
936 return ::mvwaddnstr(w, y, x, str, n); }
H A Dcurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)
H A Dncurses.h633 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */
1057 #define mvwaddnstr(win,y,x,str,n) (wmove(win,y,x) == ERR ? ERR : waddnstr(win,str,n)) macro
1078 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,y,x,str,n)

Completed in 58 milliseconds