OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCURSES_API
(Results
1 - 6
of
6
) 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
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
...]
/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 119 milliseconds