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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
  /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

Completed in 269 milliseconds