OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NCURSES_CONST
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termcap.h
51
#undef
NCURSES_CONST
52
#define
NCURSES_CONST
const
63
extern NCURSES_EXPORT(char *) tgetstr (
NCURSES_CONST
char *, char **);
66
extern NCURSES_EXPORT(int) tgetflag (
NCURSES_CONST
char *);
67
extern NCURSES_EXPORT(int) tgetnum (
NCURSES_CONST
char *);
curses.h
93
#undef
NCURSES_CONST
94
#define
NCURSES_CONST
const
597
extern NCURSES_EXPORT(
NCURSES_CONST
char *) keyname (int); /* implemented */
627
extern NCURSES_EXPORT(int) mvscanw (int,int,
NCURSES_CONST
char *,...) /* implemented */
652
extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int,
NCURSES_CONST
char *,...) /* implemented */
657
extern NCURSES_EXPORT(SCREEN *) newterm (
NCURSES_CONST
char *,FILE *,FILE *); /* implemented */
686
extern NCURSES_EXPORT(int) scanw (
NCURSES_CONST
char *,...) /* implemented */
733
extern NCURSES_EXPORT(int) vwscanw (WINDOW *,
NCURSES_CONST
char *,va_list); /* implemented */
734
extern NCURSES_EXPORT(int) vw_scanw (WINDOW *,
NCURSES_CONST
char *,va_list); /* generated */
[
all
...]
ncurses.h
93
#undef
NCURSES_CONST
94
#define
NCURSES_CONST
const
597
extern NCURSES_EXPORT(
NCURSES_CONST
char *) keyname (int); /* implemented */
627
extern NCURSES_EXPORT(int) mvscanw (int,int,
NCURSES_CONST
char *,...) /* implemented */
652
extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int,
NCURSES_CONST
char *,...) /* implemented */
657
extern NCURSES_EXPORT(SCREEN *) newterm (
NCURSES_CONST
char *,FILE *,FILE *); /* implemented */
686
extern NCURSES_EXPORT(int) scanw (
NCURSES_CONST
char *,...) /* implemented */
733
extern NCURSES_EXPORT(int) vwscanw (WINDOW *,
NCURSES_CONST
char *,va_list); /* implemented */
734
extern NCURSES_EXPORT(int) vw_scanw (WINDOW *,
NCURSES_CONST
char *,va_list); /* generated */
[
all
...]
term.h
57
#undef
NCURSES_CONST
58
#define
NCURSES_CONST
const
[
all
...]
Completed in 130 milliseconds