Home
last modified time | relevance | path

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

/openbsd/lib/libpanel/
H A Dp_user.c45 set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr) in PANEL_EXPORT()
47 T((T_CALLED("set_panel_userptr(%p,%p)"), (void *)pan, (NCURSES_CONST void *)uptr)); in PANEL_EXPORT()
54 PANEL_EXPORT(NCURSES_CONST void *)
58 returnCVoidPtr(pan ? pan->user : (NCURSES_CONST void *)0); in panel_userptr()
H A Dpanel.h52 NCURSES_CONST void *user;
82 extern PANEL_EXPORT(int) set_panel_userptr (PANEL *, NCURSES_CONST void *);
83 extern PANEL_EXPORT(NCURSES_CONST void*) panel_userptr (const PANEL *);
/openbsd/lib/libcurses/
H A Dterm.h78 #undef NCURSES_CONST
79 #define NCURSES_CONST const macro
762 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolnames);
763 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolcodes);
764 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, boolfnames);
765 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numnames);
766 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numcodes);
767 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numfnames);
768 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strnames);
769 NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, strcodes);
[all …]
H A Dunctrl.h60 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype);
63 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
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.h1101 NCURSES_CONST char *_mouse_xtermcap; /* string to enable/disable mouse */
1703 extern NCURSES_EXPORT(NCURSES_CONST void *) _nc_retrace_cvoid_ptr (NCURSES_CONST void *);
2632 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_keyname (SCREEN *, int);
2634 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_unctrl (SCREEN *, chtype);
H A Dcurses.h128 #undef NCURSES_CONST
129 #define NCURSES_CONST const macro
686 extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */
1034 extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented…
1769 extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */
/openbsd/lib/libcurses/widechar/
H A Dlib_key_name.c45 NCURSES_EXPORT(NCURSES_CONST char *) in NCURSES_EXPORT()
51 NCURSES_CONST char *result = NULL; in NCURSES_EXPORT()
/openbsd/lib/libcurses/base/
H A Dlib_restart.c51 NCURSES_CONST char *termp, in NCURSES_EXPORT()
112 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
H A Dlib_insch.c107 NCURSES_CONST char *s; in NCURSES_EXPORT()
127 NCURSES_CONST char *s; in NCURSES_EXPORT()
H A Dlib_color.c253 static NCURSES_CONST char name[] = "RGB"; in init_direct_colors()
/openbsd/usr.bin/tic/
H A Ddump_entry.h80 extern NCURSES_CONST char *nametrans(const char *);
H A Ddump_entry.c80 static NCURSES_CONST char *const *bool_names;
81 static NCURSES_CONST char *const *num_names;
82 static NCURSES_CONST char *const *str_names;
169 NCURSES_CONST char *
919 NCURSES_CONST char *name; in fmt_entry()
1720 NCURSES_CONST char *name; in compare_entry()
H A Dtic.c332 NCURSES_CONST char *tp; in put_translate()
1215 same_color(NCURSES_CONST char *oldcap, NCURSES_CONST char *newcap, int limit) in same_color()
2244 check_1_infotocap(const char *name, NCURSES_CONST char *value, int count) in check_1_infotocap()
/openbsd/lib/libcurses/trace/
H A Dlib_trace.c356 NCURSES_EXPORT(NCURSES_CONST void *)
357 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr()
/openbsd/usr.bin/tput/
H A Dtput.c159 NCURSES_CONST char *name; in tput_cmd()
/openbsd/usr.bin/tset/
H A Dtset.c647 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
/openbsd/lib/libcurses/tinfo/
H A Dparse_entry.c1132 NCURSES_CONST char *const *names; in lookup_fullname()