Searched defs:mvwdelch (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.h529 #ifdef mvwdelch
530 inline int UNDEF(mvwdelch)(WINDOW *win, int y, int x) function
531 { return mvwdelch(win, y, x); }
532 #undef mvwdelch macro
533 #define mvwdelch UNDEF(mvwdelch) macro
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); }
H A Dcurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)
H A Dncurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h529 #ifdef mvwdelch
530 inline int UNDEF(mvwdelch)(WINDOW *win, int y, int x) function
531 { return mvwdelch(win, y, x); }
532 #undef mvwdelch macro
533 #define mvwdelch UNDEF(mvwdelch) macro
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); }
H A Dcurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)
H A Dncurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h529 #ifdef mvwdelch
530 inline int UNDEF(mvwdelch)(WINDOW *win, int y, int x) function
531 { return mvwdelch(win, y, x); }
532 #undef mvwdelch macro
533 #define mvwdelch UNDEF(mvwdelch) macro
1087 int delch(int y, int x) { return ::mvwdelch(w, y, x); }
H A Dcurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)
H A Dncurses.h636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win)) macro
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)

Completed in 48 milliseconds