Searched refs:tic (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c38 #include <tic.h>
H A Dfree_ttype.c43 #include <tic.h>
H A Dcomp_hash.c44 #include <tic.h>
H A Dentries.c38 #include <tic.h>
H A Dinit_keytry.c30 #include <tic.h> /* struct tinfo_fkeys */
H A Dname_match.c34 #include <tic.h>
H A Dcomp_error.c42 #include <tic.h>
H A Daccess.c37 #include <tic.h>
H A Dlib_ti.c37 #include <tic.h>
H A Dcomp_expand.c36 #include <tic.h>
H A Dalloc_entry.c48 #include <tic.h>
H A Ddb_iterator.c40 #include <tic.h>
142 * aside from bulk I/O such as tic and toe, that leaves interactive programs
200 * Special fix to prevent the terminfo directory from being moved after tic
272 * This is the first item in the list, and is used only when tic is
H A Dhashed_db.c34 #include <tic.h>
H A Dlib_termcap.c46 #include <tic.h>
H A Dlib_tputs.c52 #include <tic.h>
/freebsd-12-stable/contrib/ncurses/progs/
H A Dcapconvert108 # First step -- go find tic
113 if test $OPT $x/tic
115 TIC=$x/tic
123 echo "I see tic at $TIC."
125 ./tic)
132 echo "You do not have tic installed anywhere I can see, please fix that."
137 # We have tic. Either there's no system terminfo tree or there is one but
153 # Ensure that that's where tic's compilation results.
154 # This isn't strictly necessary with a 1.9.7 or later tic.
207 # with < 16MB RAM choke on tic'
[all...]
H A DMakefile.in135 # tic relies on direct access to the terminfo database
137 PUT_PROGS = @MAKE_TERMINFO@ tic$x
146 $(INCDIR)/tic.h \
172 actual_tic = `echo tic$x| $(TRANSFORM)`
196 @MAKE_TERMINFO@ $(LIBTOOL_INSTALL) $(INSTALL_PROG) tic$x $(DESTDIR)$(bindir)/$(actual_tic)
233 $(MODEL)/tic$o \
237 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h
315 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tic.c $(srcdir)/dump_entry.c $(LINT_LIBS)
H A Dprogs.priv.h121 #include <tic.h>
/freebsd-12-stable/contrib/ncurses/misc/
H A Drun_tic.in33 # This script is used to install terminfo.src using tic. We use a script
62 # Allow tic to run either from the install-path, or from the build-directory.
64 # on the host's copy of tic to compile the terminfo database.
67 if test -f ../progs/tic$suffix
81 TIC_PATH="$SHLIB tic"
83 TIC_PATH="tic"
87 echo '? no tic program found'
135 tic -x
144 echo '? tic could not build '$TERMINFO
154 tic
[all...]
/freebsd-12-stable/lib/ncurses/
H A Dconfig.mk53 -e 's%@TIC@%tic%g' \
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c34 #include <tic.h>
H A Dlib_newterm.c49 #include <tic.h>
/freebsd-12-stable/sys/dev/ppbus/
H A Dlpt.c666 int spin, err, tic; local
686 tic = 0;
692 tic = tic + tic + 1;
696 if (tic > MAX_SLEEP)
697 tic = MAX_SLEEP;
699 LPT_NAME "poll", tic);
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt-gen.c337 struct timespec tic, toc; member in struct:targ
1329 targ->tic = timespec_add(now, (struct timespec){2,0});
1330 targ->tic.tv_nsec = 0;
1331 wait_time(targ->tic);
1332 nexttime = targ->tic;
1604 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1606 targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
1607 targ->tic.tv_nsec = 0;
1608 wait_time(targ->tic);
2601 struct timeval tic, toc; local
[all...]
/freebsd-12-stable/lib/ncurses/ncurses/
H A Dtermcap.c26 #include <tic.h>

Completed in 101 milliseconds

12