Home
last modified time | relevance | path

Searched refs:NCURSES_CONST (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/ncurses/panel/
H A Dp_user.c43 set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr) in PANEL_EXPORT()
45 T((T_CALLED("set_panel_userptr(%p,%p)"), (void *)pan, (NCURSES_CONST void *)uptr)); in PANEL_EXPORT()
52 PANEL_EXPORT(NCURSES_CONST void *)
56 returnCVoidPtr(pan ? pan->user : (NCURSES_CONST void *)0); in panel_userptr()
H A Dpanel.h51 NCURSES_CONST void *user;
81 extern PANEL_EXPORT(int) set_panel_userptr (PANEL *, NCURSES_CONST void *);
82 extern PANEL_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *);
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in103 print "#undef NCURSES_CONST"
104 print "#define NCURSES_CONST @NCURSES_CONST@"
282 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolnames);"
283 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolcodes);"
284 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolfnames);"
285 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numnames);"
286 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numcodes);"
287 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numfnames);"
288 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strnames);"
289 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strcodes);"
[all …]
H A Dunctrl.h.in58 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
61 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
H A Dcurses.h.in127 #undef NCURSES_CONST
128 #define NCURSES_CONST @NCURSES_CONST@ macro
698 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
1046 extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented…
H A Dcurses.wide149 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_key_name.c43 NCURSES_EXPORT(NCURSES_CONST char *) in NCURSES_EXPORT()
49 NCURSES_CONST char *result = NULL; in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_restart.c49 NCURSES_CONST char *termp, in NCURSES_EXPORT()
110 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
H A Dlib_insch.c105 NCURSES_CONST char *s; in NCURSES_EXPORT()
125 NCURSES_CONST char *s; in NCURSES_EXPORT()
H A Dlib_color.c251 static NCURSES_CONST char name[] = "RGB"; in init_direct_colors()
/freebsd/contrib/ncurses/ncurses/
H A Dbuild.priv.h91 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, name)
H A Dreport_hashing.c39 check_names(const char *name, NCURSES_CONST char *const *table, int termcap) in check_names()
H A Dcurses.priv.h1102 NCURSES_CONST char *_mouse_xtermcap; /* string to enable/disable mouse */
1709 extern NCURSES_EXPORT(NCURSES_CONST void *) _nc_retrace_cvoid_ptr (NCURSES_CONST void *);
2646 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_keyname (SCREEN *, int);
2648 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_unctrl (SCREEN *, chtype);
/freebsd/contrib/ncurses/progs/
H A Ddump_entry.h78 extern NCURSES_CONST char *nametrans(const char *);
H A Ddump_entry.c78 static NCURSES_CONST char *const *bool_names;
79 static NCURSES_CONST char *const *num_names;
80 static NCURSES_CONST char *const *str_names;
167 NCURSES_CONST char *
917 NCURSES_CONST char *name; in fmt_entry()
1718 NCURSES_CONST char *name; in compare_entry()
H A Dtput.c157 NCURSES_CONST char *name; in tput_cmd()
H A Dtabs.c485 NCURSES_CONST char *term_name = 0; in main()
H A Dtic.c330 NCURSES_CONST char *tp; in put_translate()
1212 same_color(NCURSES_CONST char *oldcap, NCURSES_CONST char *newcap, int limit) in same_color()
2241 check_1_infotocap(const char *name, NCURSES_CONST char *value, int count) in check_1_infotocap()
H A Dtset.c645 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c52 NCURSES_CONST char *name; in NCURSES_EXPORT()
H A Dlib_trace.c346 NCURSES_EXPORT(NCURSES_CONST void *)
347 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr()
/freebsd/lib/ncurses/tinfo/
H A DMakefile23 NCURSES_CONST= const macro
309 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \
325 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \
339 -e "/@NCURSES_CONST@/s%%${NCURSES_CONST}%" \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c1130 NCURSES_CONST char *const *names; in lookup_fullname()
/freebsd/contrib/ncurses/
H A Dconfigure.in1215 NCURSES_CONST='/*nothing*/'
1217 NCURSES_CONST=const
1219 AC_SUBST(NCURSES_CONST) subst
H A Dconfigure15620 NCURSES_CONST='/*nothing*/'
15622 NCURSES_CONST=const
30175 s,@NCURSES_CONST@,$NCURSES_CONST,;t t

12