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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 315 #ifdef leaveok
316 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } function
317 #undef leaveok macro
318 #define leaveok UNDEF(leaveok) macro
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
1138 int leaveok(bool bf) { return ::leaveok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 600 extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */
    [all...]

Completed in 44 milliseconds