Searched refs:NCURSES_CONST (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/contrib/ncurses/panel/
H A Dp_user.c42 set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr)
51 NCURSES_EXPORT(NCURSES_CONST void *)
55 returnCVoidPtr(pan ? pan->user : (NCURSES_CONST void *)0);
H A Dpanel.h48 NCURSES_CONST void *user;
65 extern NCURSES_EXPORT(int) set_panel_userptr (PANEL *, NCURSES_CONST void *);
66 extern NCURSES_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *);
/freebsd-10.1-release/contrib/ncurses/include/
H A Dtermcap.h.in51 #undef NCURSES_CONST
52 #define NCURSES_CONST @NCURSES_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 *);
H A Dunctrl.h.in57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
H A Dcurses.h.in93 #undef NCURSES_CONST
94 #define NCURSES_CONST @NCURSES_CONST@
598 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
628 extern NCURSES_EXPORT(int) mvscanw (int,int, NCURSES_CONST char *,...) /* implemented */
653 extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, NCURSES_CONST char *,...) /* implemented */
658 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
687 extern NCURSES_EXPORT(int) scanw (NCURSES_CONST char *,...) /* implemented */
734 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */
735 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, NCURSES_CONST cha
[all...]
H A Dcurses.wide97 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_scanw.c46 vwscanw(WINDOW *win, NCURSES_CONST char *fmt, va_list argp)
57 scanw(NCURSES_CONST char *fmt,...)
71 wscanw(WINDOW *win, NCURSES_CONST char *fmt,...)
85 mvscanw(int y, int x, NCURSES_CONST char *fmt,...)
97 mvwscanw(WINDOW *win, int y, int x, NCURSES_CONST char *fmt,...)
H A Dlib_initscr.c55 NCURSES_CONST char *name;
H A Dlib_restart.c52 restartterm(NCURSES_CONST char *termp, int filenum, int *errret)
H A Dlib_insch.c58 NCURSES_CONST char *s;
H A Dlib_newterm.c122 newterm(NCURSES_CONST char *name, FILE *ofp, FILE *ifp)
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_key_name.c40 NCURSES_EXPORT(NCURSES_CONST char *)
/freebsd-10.1-release/contrib/ncurses/progs/
H A Ddump_entry.h69 extern NCURSES_CONST char *nametrans(const char *);
H A Ddump_entry.c71 static NCURSES_CONST char *const *bool_names;
72 static NCURSES_CONST char *const *num_names;
73 static NCURSES_CONST char *const *str_names;
150 NCURSES_CONST char *
573 NCURSES_CONST char *name;
1167 NCURSES_CONST char *name;
H A Dtput.c151 NCURSES_CONST char *name;
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ti.c42 tigetflag(NCURSES_CONST char *str)
63 tigetnum(NCURSES_CONST char *str)
85 tigetstr(NCURSES_CONST char *str)
H A Dlib_termcap.c94 _nc_setupterm((NCURSES_CONST char *) name, STDOUT_FILENO, &errcode, TRUE);
206 tgetflag(NCURSES_CONST char *id)
234 tgetnum(NCURSES_CONST char *id)
263 tgetstr(NCURSES_CONST char *id, char **area)
H A Dlib_tgoto.c201 result = TPARM_2((NCURSES_CONST char *) string, y, x);
H A Dlib_setup.c494 _nc_setupterm(NCURSES_CONST char *tname, int Filedes, int *errret, bool reuse)
628 setupterm(NCURSES_CONST char *tname, int Filedes, int *errret)
H A Dread_termcap.c71 static NCURSES_CONST char *
74 NCURSES_CONST char *result;
781 NCURSES_CONST char *termpath;
H A Dlib_tparm.c765 tparm_varargs(NCURSES_CONST char *string,...)
782 tparm_proto(NCURSES_CONST char *string,
H A Dparse_entry.c969 NCURSES_CONST char *const *names;
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c49 NCURSES_CONST char *name;
H A Dlib_trace.c254 /* Trace 'NCURSES_CONST void*' return-values */
255 NCURSES_EXPORT(NCURSES_CONST void *)
256 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code)
/freebsd-10.1-release/lib/ncurses/ncurses/
H A DMakefile32 NCURSES_CONST= const macro
402 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \
415 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \
423 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \

Completed in 169 milliseconds

12