Searched refs:tset (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/tset/
H A DMakefile3 PROG= tset
4 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-9.3-release/sys/kern/
H A Dkern_cpuset.c232 struct cpuset *jset, *tset; local
235 for (tset = set; tset != NULL; tset = tset->cs_parent)
236 if (tset == jset)
238 if (tset == NULL) {
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames162 tset.1 tset.1
/freebsd-9.3-release/usr.bin/
H A DMakefile168 tset \
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c2369 dns_rdataset_t *tset = NULL; local
2371 &tset) == ISC_R_SUCCESS ||
2373 &tset) == ISC_R_SUCCESS ) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c2281 dns_rdataset_t *tset = NULL; local
2283 &tset) == ISC_R_SUCCESS
2286 &tset) == ISC_R_SUCCESS
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c86 static struct timeval tset; variable in typeref:struct:timeval
578 evutil_gettimeofday(&tset, NULL);
580 test_timeval_diff_eq(&tset, &tcalled, 200);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src4693 # :is1: resets scrolling region in case a previous user had used "tset vt100"
5863 # Note that this clears the tabs so it must be done by tset before
11475 # tset or setterm etc.) provided that the terminal has been manually set
11527 # by the "reset", "tset", or "tabs" utilities. No delays are specified; use
13363 # RESET--ONLINE--!tset.
15703 # You need to have "stty nl2" in effect. Some versions of tset(1) know
18876 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).

Completed in 238 milliseconds