Searched refs:NCURSES_CONST (Results 1 – 19 of 19) sorted by relevance
/openbsd/lib/libpanel/ |
H A D | p_user.c | 45 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 D | panel.h | 52 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 D | term.h | 78 #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 D | unctrl.h | 60 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); 63 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
|
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 | 1101 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 D | curses.h | 128 #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 D | lib_key_name.c | 45 NCURSES_EXPORT(NCURSES_CONST char *) in NCURSES_EXPORT() 51 NCURSES_CONST char *result = NULL; in NCURSES_EXPORT()
|
/openbsd/lib/libcurses/base/ |
H A D | lib_restart.c | 51 NCURSES_CONST char *termp, in NCURSES_EXPORT() 112 restartterm(NCURSES_CONST char *termp, int filenum, int *errret) in restartterm()
|
H A D | lib_insch.c | 107 NCURSES_CONST char *s; in NCURSES_EXPORT() 127 NCURSES_CONST char *s; in NCURSES_EXPORT()
|
H A D | lib_color.c | 253 static NCURSES_CONST char name[] = "RGB"; in init_direct_colors()
|
/openbsd/usr.bin/tic/ |
H A D | dump_entry.h | 80 extern NCURSES_CONST char *nametrans(const char *);
|
H A D | dump_entry.c | 80 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 D | tic.c | 332 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 D | lib_trace.c | 356 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 D | tput.c | 159 NCURSES_CONST char *name; in tput_cmd()
|
/openbsd/usr.bin/tset/ |
H A D | tset.c | 647 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
|
/openbsd/lib/libcurses/tinfo/ |
H A D | parse_entry.c | 1132 NCURSES_CONST char *const *names; in lookup_fullname()
|