Searched defs:setscrreg (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h626 #ifdef setscrreg
627 inline int UNDEF(setscrreg)(int t, int b) { return setscrreg(t, b); } function
628 #undef setscrreg macro
629 #define setscrreg UNDEF(setscrreg) macro
1217 int setscrreg(int from, int to) { function in class:NCursesWindow
H A Dcurses.h708 extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
1173 #define setscrreg(t,b) wsetscrreg(stdscr,t,b) macro
H A Dncurses.h708 extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
1173 #define setscrreg(t,b) wsetscrreg(stdscr,t,b) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h626 #ifdef setscrreg
627 inline int UNDEF(setscrreg)(int t, int b) { return setscrreg(t, b); } function
628 #undef setscrreg macro
629 #define setscrreg UNDEF(setscrreg) macro
1217 int setscrreg(int from, int to) { function in class:NCursesWindow
H A Dcurses.h727 extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
1202 #define setscrreg(t,b) wsetscrreg(stdscr,t,b) macro
H A Dncurses.h727 extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */
1202 #define setscrreg(t,b) wsetscrreg(stdscr,t,b) macro

Completed in 70 milliseconds