Searched refs:tset (Results 1 – 25 of 34) sorted by relevance
12
| /freebsd-11-stable/usr.bin/tset/ |
| HD | Makefile | 4 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/ |
| HD | Makefile.in | 136 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)
|
| HD | modules | 42 tset progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_cpuset.c | 238 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/ |
| HD | Makefile.base | 10 CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
|
| /freebsd-11-stable/sys/fs/fuse/ |
| HD | fuse_ipc.c | 315 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/ |
| HD | README | 132 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),
|
| HD | ANNOUNCE | 20 tput(1), tset(1), and a termcap conversion tool captoinfo(1). Full 125 * A BSD-like tset(1) utility is provided.
|
| HD | MANIFEST | 472 ./doc/html/man/tset.1.html 700 ./man/tset.1 1046 ./progs/tset.c
|
| HD | NEWS | 532 + 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/ |
| HD | man_db.renames | 167 tset.1 tset.1
|
| /freebsd-11-stable/usr.bin/ |
| HD | Makefile | 171 tset \
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/minimal/ |
| HD | tinybsd.basefiles | 124 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/vpn/ |
| HD | tinybsd.basefiles | 153 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/wireless/ |
| HD | tinybsd.basefiles | 157 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/firewall/ |
| HD | tinybsd.basefiles | 158 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/wrap/ |
| HD | tinybsd.basefiles | 157 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/usr.sbin/crunch/examples/ |
| HD | really-big.conf | 51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/bridge/ |
| HD | tinybsd.basefiles | 155 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/tools/tools/tinybsd/conf/default/ |
| HD | tinybsd.basefiles | 159 usr/bin/reset:usr/sbin/tset
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/test/ |
| HD | regress.c | 86 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/ |
| HD | Makefile.depend | 391 usr.bin/tset \
|
| /freebsd-11-stable/contrib/ncurses/include/ |
| HD | Caps.uwin | 134 # 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
|
| HD | Caps.aix4 | 134 # 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
|
| HD | Caps.osf1r5 | 134 # 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