Searched refs:tparm_type (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | modules | 37 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 D | tparm_type.h | 54 extern TParams tparm_type(const char *name);
|
H A D | tparm_type.c | 44 tparm_type(const char *name) in tparm_type() function
|
H A D | Makefile.in | 273 $(MODEL)/tparm_type$o \ 304 $(MODEL)/tparm_type$o \
|
H A D | tput.c | 270 paramType = tparm_type(name); in tput_cmd()
|
H A D | tic.c | 2266 expect = tparm_type(name); in check_1_infotocap()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tparm.c | 134 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 D | Makefile | 9 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 D | llib-ltinfow | 991 int tparm_type, 999 int *tparm_type,
|
H A D | llib-ltinfo | 969 int tparm_type, 977 int *tparm_type,
|
H A D | llib-ltinfotw | 1067 int tparm_type, 1075 int *tparm_type,
|
H A D | llib-ltinfot | 1045 int tparm_type, 1053 int *tparm_type,
|
H A D | llib-lncursest | 3783 int tparm_type, 3791 int *tparm_type,
|
H A D | llib-lncurses | 3698 int tparm_type, 3706 int *tparm_type,
|
H A D | llib-lncursestw | 4744 int tparm_type, 4752 int *tparm_type,
|
H A D | llib-lncursesw | 4659 int tparm_type, 4667 int *tparm_type,
|
/freebsd/contrib/ncurses/ |
H A D | MANIFEST | 1091 ./progs/tparm_type.c 1092 ./progs/tparm_type.h
|