Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dmodules37 tic progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h
44 tparm_type progs $(srcdir) $(HEADER_DEPS) $(srcdir)/tparm_type.h
45 tput progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/tparm_type.h reset_cmd.h tty_settings.h
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.in273 $(MODEL)/tparm_type$o \
304 $(MODEL)/tparm_type$o \
H A Dtput.c270 paramType = tparm_type(name); in tput_cmd()
H A Dtic.c2266 expect = tparm_type(name); in check_1_infotocap()
/freebsd/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()
/freebsd/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 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow991 int tparm_type,
999 int *tparm_type,
H A Dllib-ltinfo969 int tparm_type,
977 int *tparm_type,
H A Dllib-ltinfotw1067 int tparm_type,
1075 int *tparm_type,
H A Dllib-ltinfot1045 int tparm_type,
1053 int *tparm_type,
H A Dllib-lncursest3783 int tparm_type,
3791 int *tparm_type,
H A Dllib-lncurses3698 int tparm_type,
3706 int *tparm_type,
H A Dllib-lncursestw4744 int tparm_type,
4752 int *tparm_type,
H A Dllib-lncursesw4659 int tparm_type,
4667 int *tparm_type,
/freebsd/contrib/ncurses/
H A DMANIFEST1091 ./progs/tparm_type.c
1092 ./progs/tparm_type.h