Searched defs:chgat (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.h452 #ifdef chgat
453 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) { function
454 return chgat(n, attr, color, opts); }
455 #undef chgat macro
456 #define chgat UNDEF(chgat) macro
1003 int chgat(int n, attr_t attr, short color, const void *opts=NULL) { function in class:NCursesWindow
1009 int chgat(int y, int x, function in class:NCursesWindow
1012 // Move the cursor to the requested position and then perform chgat() as
H A Dcurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro
H A Dncurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h452 #ifdef chgat
453 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) { function
454 return chgat(n, attr, color, opts); }
455 #undef chgat macro
456 #define chgat UNDEF(chgat) macro
1003 int chgat(int n, attr_t attr, short color, const void *opts=NULL) { function in class:NCursesWindow
1009 int chgat(int y, int x, function in class:NCursesWindow
1012 // Move the cursor to the requested position and then perform chgat() as
H A Dcurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro
H A Dncurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h452 #ifdef chgat
453 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) { function
454 return chgat(n, attr, color, opts); }
455 #undef chgat macro
456 #define chgat UNDEF(chgat) macro
1003 int chgat(int n, attr_t attr, short color, const void *opts=NULL) { function in class:NCursesWindow
1009 int chgat(int y, int x, function in class:NCursesWindow
1012 // Move the cursor to the requested position and then perform chgat() as
H A Dcurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro
H A Dncurses.h539 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
1019 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o) macro

Completed in 76 milliseconds