Searched refs:bkgdset (Results 1 - 10 of 10) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_curses.py65 stdscr.bkgdset(' ')
66 stdscr.bkgdset(' ', curses.A_REVERSE)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_curses.py65 stdscr.bkgdset(' ')
66 stdscr.bkgdset(' ', curses.A_REVERSE)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py65 stdscr.bkgdset(' ')
66 stdscr.bkgdset(' ', curses.A_REVERSE)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py65 stdscr.bkgdset(' ')
66 stdscr.bkgdset(' ', curses.A_REVERSE)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h101 #ifdef bkgdset
102 inline void UNDEF(bkgdset)(chtype ch) { bkgdset(ch); } function
103 #undef bkgdset macro
104 #define bkgdset UNDEF(bkgdset) macro
1135 void bkgdset(chtype ch) { ::wbkgdset(w, ch); } function in class:NCursesWindow
H A Dcurses.h547 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
1148 #define bkgdset(ch) wbkgdset(stdscr,ch) macro
H A Dncurses.h547 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
1148 #define bkgdset(ch) wbkgdset(stdscr,ch) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h101 #ifdef bkgdset
102 inline void UNDEF(bkgdset)(chtype ch) { bkgdset(ch); } function
103 #undef bkgdset macro
104 #define bkgdset UNDEF(bkgdset) macro
1135 void bkgdset(chtype ch) { ::wbkgdset(w, ch); } function in class:NCursesWindow
H A Dcurses.h566 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
1177 #define bkgdset(ch) wbkgdset(stdscr,ch) macro
H A Dncurses.h566 extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */
1177 #define bkgdset(ch) wbkgdset(stdscr,ch) macro

Completed in 351 milliseconds