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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 353 #ifdef scrollok
354 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); } function
355 #undef scrollok macro
356 #define scrollok UNDEF(scrollok) macro
359 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
361 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
1101 int scrollok(bool bf) { return ::scrollok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 353 #ifdef scrollok
354 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); } function
355 #undef scrollok macro
356 #define scrollok UNDEF(scrollok) macro
359 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
361 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
1101 int scrollok(bool bf) { return ::scrollok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 353 #ifdef scrollok
354 inline int UNDEF(scrollok)(WINDOW* win, bool bf) { return scrollok(win, bf); } function
355 #undef scrollok macro
356 #define scrollok UNDEF(scrollok) macro
359 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
361 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
1101 int scrollok(bool bf) { return ::scrollok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 692 extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */
    [all...]
  /external/e2fsprogs/ext2ed/
win.c 90 scrollok (command_win,TRUE);
  /external/qemu/
curses.c 296 start_color(); raw(); scrollok(stdscr, FALSE);
  /external/grub/grub/
asmstub.c 176 scrollok (stdscr, TRUE);

Completed in 144 milliseconds