Home
last modified time | relevance | path

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

12

/freebsd-11-stable/usr.bin/tset/
HDMakefile4 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-11-stable/contrib/ncurses/progs/
HDMakefile.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)
HDmodules42 tset progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
/freebsd-11-stable/sys/kern/
HDkern_cpuset.c238 struct cpuset *jset, *tset; in cpuset_lookup() local
241 for (tset = set; tset != NULL; tset = tset->cs_parent) in cpuset_lookup()
242 if (tset == jset) in cpuset_lookup()
244 if (tset == NULL) { in cpuset_lookup()
/freebsd-11-stable/tools/bsdbox/
HDMakefile.base10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
/freebsd-11-stable/sys/fs/fuse/
HDfuse_ipc.c315 sigset_t tset; in fticket_wait_answer() local
332 fuse_block_sigs(&tset); in fticket_wait_answer()
335 fuse_restore_sigs(&tset); in fticket_wait_answer()
/freebsd-11-stable/contrib/ncurses/
HDREADME132 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),
HDANNOUNCE20 tput(1), tset(1), and a termcap conversion tool captoinfo(1). Full
125 * A BSD-like tset(1) utility is provided.
HDMANIFEST472 ./doc/html/man/tset.1.html
700 ./man/tset.1
1046 ./progs/tset.c
HDNEWS532 + 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-11-stable/contrib/ncurses/man/
HDman_db.renames167 tset.1 tset.1
/freebsd-11-stable/usr.bin/
HDMakefile171 tset \
/freebsd-11-stable/tools/tools/tinybsd/conf/minimal/
HDtinybsd.basefiles124 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/tools/tools/tinybsd/conf/vpn/
HDtinybsd.basefiles153 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/
HDtinybsd.basefiles157 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/
HDtinybsd.basefiles158 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/tools/tools/tinybsd/conf/wrap/
HDtinybsd.basefiles157 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/usr.sbin/crunch/examples/
HDreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-11-stable/tools/tools/tinybsd/conf/bridge/
HDtinybsd.basefiles155 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/tools/tools/tinybsd/conf/default/
HDtinybsd.basefiles159 usr/bin/reset:usr/sbin/tset
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress.c86 static struct timeval tset; variable
578 evutil_gettimeofday(&tset, NULL); in test_simpletimeout()
580 test_timeval_diff_eq(&tset, &tcalled, 200); in test_simpletimeout()
/freebsd-11-stable/targets/pseudo/userland/
HDMakefile.depend391 usr.bin/tset \
/freebsd-11-stable/contrib/ncurses/include/
HDCaps.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
HDCaps.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
HDCaps.osf1r5134 # 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