HomeSort by relevance Sort by last modified time
    Searched defs:bkgd (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 95 #ifdef bkgd
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
97 #undef bkgd macro
98 #define bkgd UNDEF(bkgd) macro
1132 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 546 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1147 #define bkgd macro
    [all...]
ncurses.h 546 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1147 #define bkgd macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 95 #ifdef bkgd
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } function
97 #undef bkgd macro
98 #define bkgd UNDEF(bkgd) macro
1132 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } function in class:NCursesWindow
    [all...]
curses.h 546 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1147 #define bkgd macro
    [all...]
ncurses.h 546 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
1147 #define bkgd macro
    [all...]

Completed in 1346 milliseconds