Home
last modified time | relevance | path

Searched refs:tparm_type (Results 1 – 17 of 17) sorted by relevance

/src/contrib/ncurses/progs/
H A Dmodules37 … $(HEADER_DEPS) $(INCDIR)/hashed_db.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h ../include/par…
44 tparm_type progs $(srcdir) $(HEADER_DEPS) $(srcdir)/tparm_type.h
45 …) $(HEADER_DEPS) $(srcdir)/clear_cmd.h $(srcdir)/reset_cmd.h $(srcdir)/tparm_type.h $(srcdir)/tty_…
H A Dtparm_type.h54 extern TParams tparm_type(const char *name);
H A Dtparm_type.c44 tparm_type(const char *name) in tparm_type() function
H A DMakefile.in274 $(MODEL)/tparm_type$o \
305 $(MODEL)/tparm_type$o \
H A Dtput.c252 paramType = tparm_type(name); in tput_cmd()
H A Dtic.c2268 expect = tparm_type(name); in check_1_infotocap()
/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c134 int tparm_type; /* bit-set for each string-parameter */ member
654 result->tparm_type |= (1 << n); in tparm_setup()
1141 if (want_type == data->tparm_type) { in check_string_caps()
1150 #define ValidCap(allow_strings) (myData.tparm_type == 0 || \
1256 tiparm_s(int num_expected, int tparm_type, const char *string, ...) in tiparm_s() argument
1268 tparm_type >= 0 && in tiparm_s()
1269 tparm_type < 7 && /* limit to 2 string parameters */ in tiparm_s()
1271 myData.tparm_type == tparm_type && in tiparm_s()
1288 tiscan_s(int *num_expected, int *tparm_type, const char *string) in tiscan_s() argument
1300 *tparm_type = myData.tparm_type; in tiscan_s()
/src/usr.bin/ncurses/
H A DMakefile9 SRCS.tic= tic.c transform.c dump_entry.c tparm_type.c
10 SRCS.tput= tput.c tparm_type.c transform.c dump_entry.c clear_cmd.c reset_cmd.c \
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo975 int tparm_type,
983 int *tparm_type,
H A Dllib-ltinfow997 int tparm_type,
1005 int *tparm_type,
H A Dllib-ltinfot1051 int tparm_type,
1059 int *tparm_type,
H A Dllib-ltinfotw1073 int tparm_type,
1081 int *tparm_type,
H A Dllib-lncurses3704 int tparm_type,
3712 int *tparm_type,
H A Dllib-lncursest3789 int tparm_type,
3797 int *tparm_type,
H A Dllib-lncursesw4665 int tparm_type,
4673 int *tparm_type,
H A Dllib-lncursestw4750 int tparm_type,
4758 int *tparm_type,
/src/contrib/ncurses/
H A DMANIFEST1090 ./progs/tparm_type.c
1091 ./progs/tparm_type.h