Home
last modified time | relevance | path

Searched refs:NCURSES_CONST (Results 26 – 50 of 79) sorted by relevance

1234

/dports/devel/ncurses/ncurses-6.3/test/
H A Ddemo_terminfo.c174 dumpit(NCURSES_CONST char *cap, const char *show) in dumpit()
275 setupterm((NCURSES_CONST char *) name, 1, (int *) 0); in brute_force()
330 NCURSES_CONST char *cap; in demo_terminfo()
727 copy_code_list(NCURSES_CONST char *const *list) in copy_code_list()
H A Dtest_arrays.c64 dump_array(const char *name, NCURSES_CONST char *const *list) in dump_array()
H A Ddots.c102 get_number(NCURSES_CONST char *cap, int map) in get_number()
H A Drailroad.c188 NCURSES_CONST char *name = getenv("TERM"); in railroad()
H A Ddots_mvcur.c103 get_number(NCURSES_CONST char *cap, int map) in get_number()
H A Ddemo_defkey.c184 duplicate(WINDOW *win, NCURSES_CONST char *name, int code) in duplicate()
H A Ddemo_new_pair.c49 valid_cap(NCURSES_CONST char *name) in valid_cap()
H A Dtestcurs.c110 NCURSES_CONST char *Message = "The window will now scroll slowly"; in scrollTest()
635 NCURSES_CONST char *text;
H A Dmovewindow.c58 #if defined(NCURSES_CONST)
59 #define CONST_FMT NCURSES_CONST
H A Dtest_sgr.c198 setupterm((NCURSES_CONST char *) my_name, 1, (int *) 0); in brute_force()
H A Dbs.c284 prompt(int n, NCURSES_CONST char *f, const char *s) in prompt()
294 error(NCURSES_CONST char *s) in error()
834 NCURSES_CONST char *m = NULL; in plyturn()
H A Dclip_printw.c60 clip_wprintw(WINDOW *win, NCURSES_CONST char *fmt, ...) in clip_wprintw()
H A Dncurses.c1516 NCURSES_CONST char *name;
1555 NCURSES_CONST char *name;
2116 static NCURSES_CONST char *the_color_names[] =
4696 transient(FRAME * curp, NCURSES_CONST char *msg) in transient()
5139 static NCURSES_CONST char *mod[] =
5174 saywhat(NCURSES_CONST char *text) in saywhat()
5351 set_panel_userptr(px[1], (NCURSES_CONST void *) "p1"); in demo_panels()
5358 set_panel_userptr(px[2], (NCURSES_CONST void *) "p2"); in demo_panels()
5365 set_panel_userptr(px[3], (NCURSES_CONST void *) "p3"); in demo_panels()
5372 set_panel_userptr(px[4], (NCURSES_CONST void *) "p4"); in demo_panels()
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dlib_trace.c298 NCURSES_EXPORT(NCURSES_CONST void *)
299 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr()
/dports/devel/ncurses/ncurses-6.3/progs/
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 *
918 NCURSES_CONST char *name; in fmt_entry()
1708 NCURSES_CONST char *name; in compare_entry()
H A Dtput.c153 NCURSES_CONST char *name; in tput_cmd()
H A Dtabs.c477 NCURSES_CONST char *term_name = 0; in main()
/dports/databases/pspg/pspg-5.3.4/src/
H A Dcommands.c31 s = tigetstr((NCURSES_CONST char *) capname); in get_code()
/dports/games/bs/bs-73947294765e163a7b914fd6eb4dd364125b3382/
H A Dbs.c264 static void prompt(int n, NCURSES_CONST char *f, const char *s) in prompt()
273 static void error(NCURSES_CONST char *s) in error()
829 NCURSES_CONST char *m = NULL; in plyturn()
/dports/devel/adacurses/AdaCurses-20180127/
H A Dconfigure.in275 NCURSES_CONST='/*nothing*/'
277 NCURSES_CONST=const
279 AC_SUBST(NCURSES_CONST) subst
/dports/devel/ncurses/ncurses-6.3/Ada95/
H A Dconfigure.in261 NCURSES_CONST='/*nothing*/'
263 NCURSES_CONST=const
265 AC_SUBST(NCURSES_CONST) subst
/dports/devel/ncurses/ncurses-6.3/ncurses/
H A Dcurses.priv.h1041 NCURSES_CONST char *_mouse_xtermcap; /* string to enable/disable mouse */
1620 extern NCURSES_EXPORT(NCURSES_CONST void *) _nc_retrace_cvoid_ptr (NCURSES_CONST void *);
2537 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_keyname (SCREEN *, int);
2539 extern NCURSES_EXPORT(NCURSES_CONST char *) _nc_unctrl (SCREEN *, chtype);
/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dtty-ncurses.c743 return tgetstr ((NCURSES_CONST char *) cap, &unused); in tty_tgetstr()
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dtty-ncurses.c743 return tgetstr ((NCURSES_CONST char *) cap, &unused); in tty_tgetstr()
/dports/sysutils/linrename/util-linux-2.25.2/term-utils/
H A Dsetterm.c63 #ifndef NCURSES_CONST
64 # define NCURSES_CONST const /* define before including term.h */ macro

1234