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

12

/freebsd-11-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>
/freebsd-11-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-11-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-11-stable/sys/pc98/cbus/
H A Dolpt.c497 int spin, err, tic; local
517 tic = 0;
523 tic = tic + tic + 1;
527 if (tic > MAX_SLEEP)
528 tic = MAX_SLEEP;
530 "lptpoll", tic);
/freebsd-11-stable/lib/ncurses/
H A Dconfig.mk53 -e 's%@TIC@%tic%g' \
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c34 #include <tic.h>
H A Dlib_newterm.c49 #include <tic.h>
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c664 int spin, err, tic; local
684 tic = 0;
690 tic = tic + tic + 1;
694 if (tic > MAX_SLEEP)
695 tic = MAX_SLEEP;
697 LPT_NAME "poll", tic);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c332 struct timespec tic, toc; member in struct:targ
1310 targ->tic = timespec_add(now, (struct timespec){2,0});
1311 targ->tic.tv_nsec = 0;
1312 wait_time(targ->tic);
1313 nexttime = targ->tic;
1585 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1587 targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
1588 targ->tic.tv_nsec = 0;
1589 wait_time(targ->tic);
2569 struct timeval tic, toc; local
[all...]
/freebsd-11-stable/lib/ncurses/ncurses/
H A Dtermcap.c26 #include <tic.h>

Completed in 124 milliseconds

12