| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | modules | 69 lib_mouse lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h 73 lib_newterm lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h 162 access lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h 172 entries lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h 184 lib_keyname lib . $(HEADER_DEPS) $(INCDIR)/tic.h 189 lib_setup lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h 193 lib_ti lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h 194 lib_tparm lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h 196 lib_trace lib $(trace) $(HEADER_DEPS) $(INCDIR)/tic.h 211 trim_sgr0 lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h [all …]
|
| /freebsd-14.2/usr.bin/ncurses/ |
| H A D | Makefile | 8 PROGS= tic tput infocmp toe tabs clear tset 9 SRCS.tic= tic.c transform.c dump_entry.c tparm_type.c 28 LINKS.tic= ${BINDIR}/tic ${BINDIR}/captoinfo \ 29 ${BINDIR}/tic ${BINDIR}/infotocap 32 MLINKS.tic= tic.1 captoinfo.1 \ 33 tic.1 infotocap.1
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | capconvert | 114 if test "$OPT" "$x"/tic 116 TIC=$x/tic 126 ./tic)
|
| H A D | Makefile.in | 142 PUT_PROGS = @MAKE_TERMINFO@ tic$x 156 $(INCDIR)/tic.h \ 208 actual_tic = `echo tic$x| $(TRANSFORM)` 234 @MAKE_TERMINFO@ $(LIBTOOL_INSTALL) $(INSTALL_PROG) tic$x $(DESTDIR)$(bindir)/$(actual_tic) 271 $(MODEL)/tic$o \ 276 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h 363 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tic.c $(srcdir)/dump_entry.c $(LINT_…
|
| H A D | modules | 37 tic progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | run_tic.in | 67 if test -f ../progs/tic$suffix 142 tic -x 162 tic -x
|
| /freebsd-14.2/sys/dev/ppbus/ |
| H A D | lpt.c | 660 int spin, err, tic; in lpt_pushbytes() local 680 tic = 0; in lpt_pushbytes() 686 tic = tic + tic + 1; in lpt_pushbytes() 690 if (tic > MAX_SLEEP) in lpt_pushbytes() 691 tic = MAX_SLEEP; in lpt_pushbytes() 693 LPT_NAME "poll", tic); in lpt_pushbytes()
|
| /freebsd-14.2/tools/tools/netmap/ |
| H A D | pkt-gen.c | 1418 wait_time(targ->tic); in ping_body() 1419 nexttime = targ->tic; in ping_body() 1708 targ->tic = timespec_add(targ->tic, (struct timespec){2,0}); in sender_body() 1710 wait_time(targ->tic); in sender_body() 1711 nexttime = targ->tic; in sender_body() 2079 targ->tic = timespec_add(targ->tic, (struct timespec){2,0}); in txseq_body() 2081 wait_time(targ->tic); in txseq_body() 2082 nexttime = targ->tic; in txseq_body() 2792 timerclear(&tic); in main_thread() 2827 if (!timerisset(&tic) || timespec_ge(&targs[i].tic, &t_tic)) in main_thread() [all …]
|
| /freebsd-14.2/share/mk/ |
| H A D | src.tools.mk | 22 TIC_CMD?= tic
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | INSTALL | 88 In $(prefix)/bin: tic, infocmp, captoinfo, tset, 217 'make install.progs' installs tic, infocmp, etc... 313 infocmp and tic. 517 --disable-tic-depends 992 See also "--with-tic-path" and "--with-infocmp-path". 1298 --with-tic-path[=XXX] 1314 library dependencies for tic and other programs built with the tic 1646 + symbols are used by tic/infocmp/toe: 1765 changed to use the tic-library built separately. 2367 `which tic` \ [all …]
|
| H A D | NEWS | 590 + fix another memory-leak in tic. 618 + fix another memory-leak in tic. 633 "tic -cv3 terminfo". 2027 capabilities in tic. 5233 + fix an inconsistency between tic/infocmp "-x" option; tic omits all 5603 from tic/infocmp. 7761 cur_term in tic.c 7927 checking of tic. 12642 tic, infocmp). 13256 to tic, etc. [all …]
|
| H A D | configure.in | 182 AC_MSG_CHECKING(if you want to build programs such as tic) 254 [ --enable-mixed-case tic should assume mixed-case filenames], 391 TICS_NAME=tic 422 AC_MSG_CHECKING(if you want to build a separate tic library) 424 [ --with-ticlib generate separate tic library], 652 AC_CHECK_TOOL(TIC, tic) 759 ### use option --disable-big-core to make tic run on small machines 889 AC_MSG_CHECKING(if tic should use symbolic links) 900 AC_MSG_CHECKING(if tic should use hard links) 1037 AC_ARG_ENABLE(tic-depends, [all …]
|
| H A D | README | 128 tic -- terminfo source to binary compiler 136 The first two (tic and infocmp) are used for manipulating terminfo 174 toe(1), most of tic(1), trace levels, the HTML intro, wgetnstr() and
|
| H A D | mk-1st.awk | 217 sub(/^tic/, "ncurses", base); # workaround for "w"
|
| H A D | ANNOUNCE | 33 * tic, the terminfo compiler 175 tic 264 TERMINFO_DIRS in ncurses, terminfo and tic manpages. 493 * The tic/captoinfo utility provided with ncurses has the ability to
|
| H A D | MANIFEST | 477 ./doc/html/man/tic.1m.html 571 ./include/tic.h 713 ./man/tic.1m 1089 ./progs/tic.c
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKfallback.sh | 47 test -z "$tic_path" && tic_path=tic
|
| /freebsd-14.2/contrib/ncurses/man/ |
| H A D | manhtml.aliases | 101 tic(1) tic(1M)
|
| H A D | man_db.renames.in | 166 tic.1m tic.1
|
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/ |
| H A D | mathbench.c | 377 tic (void) in tic() function 390 uint64_t t0 = tic (); \ 393 uint64_t t1 = tic (); \
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | headers | 37 # Support for termcap (and tic, etc.), which can be a separate library
|
| H A D | Caps.uwin | 37 # This table is used to generate initializers for tables that drive tic, 115 # to terminfo with tic -I. Some very old obsolete BSD caps like :kn: are 141 # The tic(1) translation code will complain and elide it if it makes a critical 142 # difference (there is special code in tic to recognize this situation). 639 # The magic token below tells the tic compiler-generator code that all the caps
|
| H A D | Caps.hpux11 | 37 # This table is used to generate initializers for tables that drive tic, 115 # to terminfo with tic -I. Some very old obsolete BSD caps like :kn: are 141 # The tic(1) translation code will complain and elide it if it makes a critical 142 # difference (there is special code in tic to recognize this situation). 843 # The magic token below tells the tic compiler-generator code that all the caps
|
| H A D | Caps | 37 # This table is used to generate initializers for tables that drive tic, 115 # to terminfo with tic -I. Some very old obsolete BSD caps like :kn: are 141 # The tic(1) translation code will complain and elide it if it makes a critical 142 # difference (there is special code in tic to recognize this situation). 827 # The magic token below tells the tic compiler-generator code that all the caps
|
| /freebsd-14.2/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 435 The ncurses implementation of tic is rather complex internally; it has 471 The background problem that makes tic tricky is not the capability 486 So our tic is designed to parse an entire terminfo file into a 494 stand-alone user-accessible version of tic partly reverts to the 504 So. The executable tic passes the entry-parser a hook that immediately 513 postdates the time of tic's first call to write_entry(), Thus it will 514 complain about overwriting entries newly made during the tic run, but 519 Another use of tic is to do source translation between various termcap 544 code used by tic for source translation. Perhaps the one interesting
|