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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 614 #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(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 614 #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(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 90 milliseconds