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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ncurses_dll.h 54 # undef NCURSES_API
67 # define NCURSES_API __cdecl
68 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
76 #if !defined(NCURSES_API)
77 # define NCURSES_API /* nothing */
80 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
term_entry.h 164 extern NCURSES_IMPEXP void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
165 extern NCURSES_IMPEXP void NCURSES_API (*_nc_check_termtype2)(TERMTYPE *, bool);
cursesw.h 138 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
332 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
620 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
622 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
    [all...]

Completed in 128 milliseconds