Home
last modified time | relevance | path

Searched refs:tset (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12-stable/usr.bin/tset/
DMakefile4 PROG= tset
5 SRCS= map.c misc.c set.c term.c tset.c wrterm.c
8 LINKS= ${BINDIR}/tset ${BINDIR}/reset
9 MLINKS= tset.1 reset.1
/freebsd-12-stable/contrib/ncurses/progs/
DMakefile.in136 GET_PROGS = infocmp$x clear$x tabs$x tput$x tset$x toe$x
175 actual_tset = `echo tset$x| $(TRANSFORM)`
208 $(LIBTOOL_INSTALL) $(INSTALL_PROG) tset$x $(DESTDIR)$(bindir)/$(actual_tset)
273 $(MODEL)/tset$o \
276 tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform.h
321 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/tset.c $(srcdir)/dump_entry.c $(LINT_LIBS)
Dmodules42 tset progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
/freebsd-12-stable/tools/bsdbox/
DMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-12-stable/sys/kern/
Dkern_cpuset.c288 struct cpuset *jset, *tset; in cpuset_lookup() local
291 for (tset = set; tset != NULL; tset = tset->cs_parent) in cpuset_lookup()
292 if (tset == jset) in cpuset_lookup()
294 if (tset == NULL) { in cpuset_lookup()
/freebsd-12-stable/contrib/ncurses/
DREADME132 tset -- terminal-initialization utility
136 last (tset) is provided for 4.4BSD compatibility. The source code for all of
171 the man pages, infocmp(1), tput(1), clear(1), captoinfo(1), tset(1),
DANNOUNCE20 tput(1), tset(1), and a termcap conversion tool captoinfo(1). Full
125 * A BSD-like tset(1) utility is provided.
DMANIFEST472 ./doc/html/man/tset.1.html
700 ./man/tset.1
1046 ./progs/tset.c
DNEWS532 + remove dead code in progs/tset.c, test/linedata.h
1002 + modify tset.c to allow for case when size-change logic is not used.
1189 + fix typo in tset manpage (patch by Sven Joachim).
1628 + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1996 tset.c per
2509 + fix a missing prototype for ioctl() on OpenBSD in tset.c
2885 + modify makefile rules to allow clear, tput and tset to be built
2909 + separated ifdef's for some BSD-related symbols in tset.c, to make
3459 + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3513 + use _nc_basename() in tset to improve $SHELL check for csh/sh.
[all …]
/freebsd-12-stable/contrib/ncurses/man/
Dman_db.renames167 tset.1 tset.1
/freebsd-12-stable/usr.bin/
DMakefile166 tset \
/freebsd-12-stable/tools/tools/tinybsd/conf/minimal/
Dtinybsd.basefiles124 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/tools/tools/tinybsd/conf/vpn/
Dtinybsd.basefiles153 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/tools/tools/tinybsd/conf/wrap/
Dtinybsd.basefiles157 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/tools/tools/tinybsd/conf/bridge/
Dtinybsd.basefiles155 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/tools/tools/tinybsd/conf/wireless/
Dtinybsd.basefiles157 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/tools/tools/tinybsd/conf/firewall/
Dtinybsd.basefiles158 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/usr.sbin/crunch/examples/
Dreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-12-stable/tools/tools/tinybsd/conf/default/
Dtinybsd.basefiles159 usr/bin/reset:usr/sbin/tset
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress.c88 static struct timeval tset; variable
626 evutil_gettimeofday(&tset, NULL); in test_simpletimeout()
628 test_timeval_diff_eq(&tset, &tcalled, 200); in test_simpletimeout()
/freebsd-12-stable/contrib/libevent/test/
Dregress.c88 static struct timeval tset; variable
626 evutil_gettimeofday(&tset, NULL); in test_simpletimeout()
628 test_timeval_diff_eq(&tset, &tcalled, 200); in test_simpletimeout()
/freebsd-12-stable/targets/pseudo/userland/
DMakefile.depend366 usr.bin/tset \
/freebsd-12-stable/contrib/ncurses/include/
DCaps.uwin134 # We can't do it (yet); 4.4BSD tput and tset use them.
143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
DCaps.aix4134 # We can't do it (yet); 4.4BSD tput and tset use them.
143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion
DCaps.hpux11134 # We can't do it (yet); 4.4BSD tput and tset use them.
143 # Yes, BSD tset(1) uses hpa. We elide hpa/vpa anyway because the motion

12