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

12

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c38 #include <tic.h>
H A Dfree_ttype.c43 #include <tic.h>
H A Dname_match.c35 #include <tic.h>
H A DMKfallback.sh55 tic -x $terminfo_src >&2
73 #include <tic.h>
H A Dentries.c37 #include <tic.h>
H A Dinit_keytry.c35 #include <tic.h> /* struct tinfo_fkeys */
H A Dlib_ti.c37 #include <tic.h>
H A Dcomp_error.c42 #include <tic.h>
H A Daccess.c38 #include <tic.h>
H A Ddb_iterator.c39 #include <tic.h>
68 * Special fix to prevent the terminfo directory from being moved after tic
H A Dcomp_expand.c36 #include <tic.h>
H A Dhashed_db.c34 #include <tic.h>
H A Dlib_termcap.c45 #include <tic.h>
H A Dlib_tputs.c47 #include <tic.h>
/freebsd-10-stable/contrib/ncurses/misc/
H A Drun_tic.in33 # This script is used to install terminfo.src using tic. We use a script
61 # Allow tic to run either from the install-path, or from the build-directory.
63 # on the host's copy of tic to compile the terminfo database.
103 Running tic to install $TERMINFO ...
108 tic -x
113 if ( $SHLIB tic$suffix -x -s -o $TERMINFO $source )
117 echo '? tic could not build '$TERMINFO
122 Running tic to install $TERMINFO ...
127 tic -x
132 if ( $SHLIB tic
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dcapconvert106 # First step -- go find tic
111 if test $OPT $x/tic
113 TIC=$x/tic
121 echo "I see tic at $TIC."
123 ./tic)
130 echo "You do not have tic installed anywhere I can see, please fix that."
135 # We have tic. Either there's no system terminfo tree or there is one but
151 # Ensure that that's where tic's compilation results.
152 # This isn't strictly necessary with a 1.9.7 or later tic.
205 # with < 16MB RAM choke on tic'
[all...]
H A Dprogs.priv.h112 #include <tic.h>
/freebsd-10-stable/sys/pc98/cbus/
H A Dolpt.c495 int spin, err, tic; local
515 tic = 0;
521 tic = tic + tic + 1;
525 if (tic > MAX_SLEEP)
526 tic = MAX_SLEEP;
528 "lptpoll", tic);
/freebsd-10-stable/lib/ncurses/
H A Dconfig.mk53 -e 's%@TIC@%tic%g' \
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c35 #include <tic.h>
H A Dlib_newterm.c49 #include <tic.h>
/freebsd-10-stable/tools/tools/netmap/
H A Dpkt-gen.c222 struct timespec tic, toc; member in struct:targ
1078 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1080 targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
1081 targ->tic.tv_nsec = 0;
1082 wait_time(targ->tic);
1083 nexttime = targ->tic;
1257 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1485 struct timeval tic, toc; local
1519 timerclear(&tic);
[all...]
/freebsd-10-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-10-stable/contrib/ncurses/man/
H A Dman_db.renames159 tic.1m tic.1
/freebsd-10-stable/lib/ncurses/ncurses/
H A Dtermcap.c26 #include <tic.h>

Completed in 204 milliseconds

12