Searched refs:tparm_type (Results 1 – 17 of 17) sorted by relevance
| /src/contrib/ncurses/progs/ |
| H A D | modules | 37 … $(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 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 | 274 $(MODEL)/tparm_type$o \ 305 $(MODEL)/tparm_type$o \
|
| H A D | tput.c | 252 paramType = tparm_type(name); in tput_cmd()
|
| H A D | tic.c | 2268 expect = tparm_type(name); in check_1_infotocap()
|
| /src/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()
|
| /src/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 \
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 975 int tparm_type, 983 int *tparm_type,
|
| H A D | llib-ltinfow | 997 int tparm_type, 1005 int *tparm_type,
|
| H A D | llib-ltinfot | 1051 int tparm_type, 1059 int *tparm_type,
|
| H A D | llib-ltinfotw | 1073 int tparm_type, 1081 int *tparm_type,
|
| H A D | llib-lncurses | 3704 int tparm_type, 3712 int *tparm_type,
|
| H A D | llib-lncursest | 3789 int tparm_type, 3797 int *tparm_type,
|
| H A D | llib-lncursesw | 4665 int tparm_type, 4673 int *tparm_type,
|
| H A D | llib-lncursestw | 4750 int tparm_type, 4758 int *tparm_type,
|
| /src/contrib/ncurses/ |
| H A D | MANIFEST | 1090 ./progs/tparm_type.c 1091 ./progs/tparm_type.h
|