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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ncurses_dll.h 47 # undef NCURSES_API
60 # define NCURSES_API __cdecl
61 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
69 #if !defined(NCURSES_API)
70 # define NCURSES_API /* nothing */
73 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
term_entry.h 158 extern NCURSES_IMPEXP void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
159 extern NCURSES_IMPEXP void NCURSES_API (*_nc_check_termtype2)(TERMTYPE *, bool);
cursesw.h 137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
320 extern "C" NCURSES_IMPEXP int NCURSES_API leaveok(WINDOW* win, bool bf);
359 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, bool);
361 extern "C" NCURSES_IMPEXP int NCURSES_API scrollok(WINDOW*, char);
    [all...]

Completed in 192 milliseconds