Home
last modified time | relevance | path

Searched refs:tic (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/ncurses/ncurses/
H A Dmodules48 lib_color lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h $(srcdir)/new_pair.h
69 lib_mouse lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
71 lib_mvcur lib $(serial) $(HEADER_DEPS) $(INCDIR)/tic.h $(srcdir)/../progs/dump_entry.h
73 lib_newterm lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
87 lib_set_term lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
122 lib_freeall lib $(base) $(HEADER_DEPS) $(INCDIR)/tic.h
160 # Support for termcap (and tic, etc.), which can be a separate library
162 access lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
164 alloc_ttype lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
166 comp_captab lib . $(HEADER_DEPS) $(INCDIR)/tic.h ../include/hashsize.h
[all …]
/freebsd/usr.bin/ncurses/
H A DMakefile8 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/contrib/ncurses/progs/
H A Dcapconvert114 if test "$OPT" "$x"/tic
116 TIC=$x/tic
126 ./tic)
H A DMakefile.in143 PUT_PROGS = @MAKE_TERMINFO@ tic$x
157 $(INCDIR)/tic.h \
209 actual_tic = `echo tic$x| $(TRANSFORM)`
235 @MAKE_TERMINFO@ $(LIBTOOL_INSTALL) $(INSTALL_PROG) tic$x $(BINDIR)/$(actual_tic)
272 $(MODEL)/tic$o \
277 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h
366 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tic.c $(srcdir)/dump_entry.c $(LINT_…
H A Dmodules37 tic progs $(srcdir) $(HEADER_DEPS) $(INCDIR)/hashed_db.h $(srcdir)/dump_entry.h $(srcdir)/tparm_t…
/freebsd/sys/dev/ppbus/
H A Dlpt.c655 int spin, err, tic; in lpt_pushbytes() local
675 tic = 0; in lpt_pushbytes()
681 tic = tic + tic + 1; in lpt_pushbytes()
685 if (tic > MAX_SLEEP) in lpt_pushbytes()
686 tic = MAX_SLEEP; in lpt_pushbytes()
688 LPT_NAME "poll", tic); in lpt_pushbytes()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c337 struct timespec tic, toc; member
1416 targ->tic = timespec_add(now, (struct timespec){2,0}); in ping_body()
1417 targ->tic.tv_nsec = 0; in ping_body()
1418 wait_time(targ->tic); in ping_body()
1419 nexttime = targ->tic; in ping_body()
1706 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic); in sender_body()
1708 targ->tic = timespec_add(targ->tic, (struct timespec){2,0}); in sender_body()
1709 targ->tic.tv_nsec = 0; in sender_body()
1710 wait_time(targ->tic); in sender_body()
1711 nexttime = targ->tic; in sender_body()
[all …]
/freebsd/share/mk/
H A Dsrc.tools.mk22 TIC_CMD?= tic
/freebsd/contrib/ncurses/
H A DINSTALL88 In $(prefix)/bin: tic, infocmp, captoinfo, tset,
184 This should compile the ncurses library, the terminfo compiler tic(1),
217 'make install.progs' installs tic, infocmp, etc...
220 'make install.data' installs the terminfo data. (Note: 'tic' must
300 script. Or you may be building tic for a smaller machine.
313 infocmp and tic.
517 --disable-tic-depends
518 When building shared libraries, normally the tic library is linked to
520 if the --with-termlib option was given). The tic- and tinfo-library
524 the tic library must be built without an explicit dependency on the
[all …]
H A DNEWS67 + add a null-pointer check in tic -c option.
77 + revert change using NCURSES_SBOOL in tic.h which interfered with
383 + add check for infinite loop in tic's use-resolution.
831 + improve error messages in tic (patch by Branden Robinson).
895 ncurses, terminfo and tic manpages (patch by Sven Joachim).
912 + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
983 + check return value of _nc_save_str(), in special case for tic where
1042 report problems within the current runtime of tic rather than for
1076 + correct limit-check when dumping tc/use clause via tic -I (report by
1159 + fix another memory-leak in tic.
[all …]
H A Dconfigure.in171 AC_MSG_CHECKING(if you want to build programs such as tic)
173 [ --without-progs suppress build/install with programs (e.g., tic)],
243 [ --enable-mixed-case tic should assume mixed-case filenames],
252 AC_DEFINE(MIXEDCASE_FILENAMES,1,[Define to 1 if tic should assume mixed-case filenames])
256 # do this after mixed-case option (tags/TAGS is not as important as tic).
366 TICS_NAME=tic
397 AC_MSG_CHECKING(if you want to build a separate tic library)
399 [ --with-ticlib generate separate tic library],
622 # The fallback feature in ncurses relies upon tic/infocmp outside the build
627 AC_CHECK_TOOL(TIC, tic)
[all …]
H A DREADME128 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 Dmk-1st.awk216 sub(/^tic/, "ncurses", base); # workaround for "w"
H A DANNOUNCE33 * 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 DMANIFEST479 ./doc/html/man/tic.1m.html
571 ./include/tic.h
712 ./man/tic.1m
1088 ./progs/tic.c
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh47 [ -z "$tic_path" ] && tic_path=tic
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c306 tic (void) in tic() function
323 uint64_t t0 = tic (); \
326 uint64_t t1 = tic (); \
/freebsd/contrib/ncurses/misc/
H A Drun_tic.in77 if test -f ../progs/tic"$suffix"
/freebsd/contrib/ncurses/man/
H A Dmanhtml.aliases115 tic(1) tic(1M)
H A Dman_db.renames.in166 tic.1m tic.1
/freebsd/contrib/ncurses/include/
H A Dheaders37 # Support for termcap (and tic, etc.), which can be a separate library
H A DCaps.uwin37 # 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 DCaps.hpux1137 # 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 DCaps37 # 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).
835 # The magic token below tells the tic compiler-generator code that all the caps
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc435 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

12