Home
last modified time | relevance | path

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

1234

/dports/devel/ncurses/ncurses-6.3/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 *);
/dports/devel/ncurses/ncurses-6.3/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);
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dtty-ncurses.h29 #ifndef NCURSES_CONST
30 #define NCURSES_CONST const macro
/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dtty-ncurses.h29 #ifndef NCURSES_CONST
30 #define NCURSES_CONST const macro
/dports/devel/ncurses/ncurses-6.3/test/
H A Dfoldkeys.c113 NCURSES_CONST char *name = strnames[code]; in demo_foldkeys()
114 NCURSES_CONST char *value = tigetstr(name); in demo_foldkeys()
115 if (value != 0 && value != (NCURSES_CONST char *) -1) { in demo_foldkeys()
131 NCURSES_CONST char *name = keyname(code); in demo_foldkeys()
H A Ddemo_panels.c88 saywhat(NCURSES_CONST char *text) in saywhat()
99 show_position(NCURSES_CONST char *text, in show_position()
100 NCURSES_CONST char *also, in show_position()
112 get_position(NCURSES_CONST char *text, in get_position()
113 NCURSES_CONST char *also, in get_position()
227 set_panel_userptr(pan, (NCURSES_CONST void *) userdata); in mkpanel()
571 NCURSES_CONST char *cmd, in wrapper()
H A Ddots_termcap.c64 NCURSES_CONST char *name;
169 get_number(NCURSES_CONST char *cap, const char *env) in get_number()
265 *(my_caps[t].value) = tgetstr((NCURSES_CONST char *) in main()
H A Dtest_setupterm.c47 test_rc(NCURSES_CONST char *name, int actual_rc, int actual_err) in test_rc()
95 test_setupterm(NCURSES_CONST char *name) in test_setupterm()
H A Ddemo_termcap.c249 dumpit(NCURSES_CONST char *cap) in dumpit()
322 dump_xname(NCURSES_CONST char *cap) in dump_xname()
330 demo_termcap(NCURSES_CONST char *name) in demo_termcap()
340 NCURSES_CONST char *cap; in demo_termcap()
697 copy_code_list(NCURSES_CONST char *const *list) in copy_code_list()
H A Dsp_tinfo.c85 setupterm((NCURSES_CONST char *) name, fileno(output), &error); in initialize()
104 #define TC_PARMS data->sp, (NCURSES_CONST char *)tc
105 #define TI_PARMS data->sp, (NCURSES_CONST char *)ti
H A Dcolor_name.h40 static NCURSES_CONST char *const the_color_names[] =
H A Dlist_keys.c92 NCURSES_CONST char *value = tigetstr((NCURSES_CONST char *) name); in show_key()
479 setupterm((NCURSES_CONST char *) argv[n], 1, &status); in main()
H A Dtest.priv.h1031 #ifndef NCURSES_CONST
1033 #define NCURSES_CONST const /* close enough */ macro
1035 #define NCURSES_CONST /* nothing */ macro
1143 #if defined(NCURSES_CONST)
1144 #define CONST_MENUS NCURSES_CONST
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_restart.c49 NCURSES_CONST char *termp, in NCURSES_EXPORT()
113 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()
/dports/comms/minicom/minicom-2.7.1/src/
H A Dwkeys.c47 #ifndef NCURSES_CONST
48 #define NCURSES_CONST macro
51 static NCURSES_CONST char *func_key[] = {
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.cc66 result = ::vw_scanw (w, const_cast<NCURSES_CONST char *>(fmt), args); in scanw()
81 result = ::vw_scanw (w, const_cast<NCURSES_CONST char *>(fmt), args); in scanw()
93 result = ::vw_scanw (w, const_cast<NCURSES_CONST char *>(fmt), args); in scanw()
105 result = ::vw_scanw (w, const_cast<NCURSES_CONST char *>(fmt), args); in scanw()
/dports/devel/pdcurses/PDCurses-3.5/demos/
H A Dncurses_cfg.h14 #define NCURSES_CONST macro
/dports/devel/ncurses/ncurses-6.3/ncurses/widechar/
H A Dlib_key_name.c43 NCURSES_EXPORT(NCURSES_CONST char *) in NCURSES_EXPORT()
/dports/devel/ncurses/ncurses-6.3/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()
/dports/devel/ncurses/ncurses-6.3/progs/
H A Ddump_entry.h78 extern NCURSES_CONST char *nametrans(const char *);
/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dlib_tracechr.c52 NCURSES_CONST char *name; in NCURSES_EXPORT()

1234