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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h614 #ifdef scrollok
615 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); } function
616 #undef scrollok macro
617 #define scrollok UNDEF(scrollok) macro
620 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
622 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
1212 int scrollok(bool bf) { return ::scrollok( function in class:NCursesWindow
[all...]
H A Dcurses.h705 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
H A Dncurses.h705 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h614 #ifdef scrollok
615 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); } function
616 #undef scrollok macro
617 #define scrollok UNDEF(scrollok) macro
620 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
622 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
1212 int scrollok(bool bf) { return ::scrollok( function in class:NCursesWindow
[all...]
H A Dcurses.h724 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
H A Dncurses.h724 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_curses.py120 stdscr.scrollok(1)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_curses.py120 stdscr.scrollok(1)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py120 stdscr.scrollok(1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py120 stdscr.scrollok(1)

Completed in 257 milliseconds