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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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 *);
unctrl.h 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
panel.h 49 NCURSES_CONST void *user;
66 extern NCURSES_EXPORT(int) set_panel_userptr (PANEL *, NCURSES_CONST void *);
67 extern NCURSES_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *);
term.h 57 #undef NCURSES_CONST
58 #define NCURSES_CONST const
    [all...]
curses.h 87 #undef NCURSES_CONST
88 #define NCURSES_CONST const
629 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
659 extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...) /* implemented */
684 extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...) /* implemented */
689 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
718 extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...) /* implemented */
765 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */
766 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST char *,va_list); /* generated */
    [all...]
ncurses.h 87 #undef NCURSES_CONST
88 #define NCURSES_CONST const
629 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
659 extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...) /* implemented */
684 extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...) /* implemented */
689 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
718 extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...) /* implemented */
765 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */
766 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST char *,va_list); /* generated */
    [all...]

Completed in 130 milliseconds