/freebsd/contrib/ncurses/panel/ |
H A D | p_user.c | 43 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 D | panel.h | 51 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 D | MKterm.h.awk.in | 103 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 D | unctrl.h.in | 58 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); 61 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
|
H A D | curses.h.in | 127 #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 D | curses.wide | 149 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_key_name.c | 43 NCURSES_EXPORT(NCURSES_CONST char *) in NCURSES_EXPORT() 49 NCURSES_CONST char *result = NULL; in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_restart.c | 49 NCURSES_CONST char *termp, in NCURSES_EXPORT() 110 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
|
H A D | lib_insch.c | 105 NCURSES_CONST char *s; in NCURSES_EXPORT() 125 NCURSES_CONST char *s; in NCURSES_EXPORT()
|
H A D | lib_color.c | 251 static NCURSES_CONST char name[] = "RGB"; in init_direct_colors()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | build.priv.h | 91 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, name)
|
H A D | report_hashing.c | 39 check_names(const char *name, NCURSES_CONST char *const *table, int termcap) in check_names()
|
H A D | curses.priv.h | 1102 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 D | dump_entry.h | 78 extern NCURSES_CONST char *nametrans(const char *);
|
H A D | dump_entry.c | 78 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 D | tput.c | 157 NCURSES_CONST char *name; in tput_cmd()
|
H A D | tabs.c | 485 NCURSES_CONST char *term_name = 0; in main()
|
H A D | tic.c | 330 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 D | tset.c | 645 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracechr.c | 52 NCURSES_CONST char *name; in NCURSES_EXPORT()
|
H A D | lib_trace.c | 346 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 D | Makefile | 23 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 D | parse_entry.c | 1130 NCURSES_CONST char *const *names; in lookup_fullname()
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1215 NCURSES_CONST='/*nothing*/' 1217 NCURSES_CONST=const 1219 AC_SUBST(NCURSES_CONST) subst
|
H A D | configure | 15620 NCURSES_CONST='/*nothing*/' 15622 NCURSES_CONST=const 30175 s,@NCURSES_CONST@,$NCURSES_CONST,;t t
|