/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | login.csh | 28 if ( $?TERM == 0 ) then 30 setenv TERM sun-color 32 setenv TERM sun 35 if ( $TERM == "" ) then 37 setenv TERM sun-color 39 setenv TERM sun
|
H A D | etc-profile.sh | 30 if [ "$TERM" = "" ] 33 TERM=sun-color 35 TERM=sun 37 export TERM
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | lp.set.c | 48 char *TERM = getenv("TERM"); in main() local 51 if (!TERM || !*TERM || tidbit(TERM, (char *)0) == -1) in main() 126 switch (set_charset(argv[5], 1, TERM)) { in main()
|
H A D | drain.output.c | 68 char *TERM; in main() local 82 if ((TERM = getenv("TERM"))) { in main() 83 tidbit (TERM, "bufsz", &bufsz); in main() 84 tidbit (TERM, "cps", &cps); in main()
|
H A D | lp.cat.c | 406 char *TERM; in main() local 519 if (!(TERM = getenv("TERM")) || !*TERM) { in main() 525 if (!STREQU(TERM, NAME_UNKNOWN) && in main() 526 tidbit(TERM, "cps", &print_rate) == -1) { in main() 529 "type \"%s\"; check the Terminfo database.\n"), TERM); in main() 532 if (STREQU(TERM, NAME_UNKNOWN)) in main()
|
H A D | tsol_netstandard | 389 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" "term : ${TERM}" 400 case "$TERM" in 457 case "${TERM}" in 499 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 528 if [ "${TERM}" = "PSR" ] 554 if [ "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 565 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 723 # if [ "no" = "${nobanner}" -a "${TERM}" = "PSR" ]
|
H A D | tsol_netstandard_foomatic | 407 "term : ${TERM}" 418 case "$TERM" in 483 case "${TERM}" in 525 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 554 if [ "${TERM}" = "PSR" ] 580 if [ "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 593 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 761 #if [ "no" = "${nobanner}" -a "${TERM}" = "PSR" ]
|
H A D | tsol_standard | 273 # ugly error message the first time we use it. See the TERM variable 510 # TERM The printer type (used for Terminfo access) 519 : ${TERM:=unknown} 540 case "$TERM" in 711 if [ "${TERM}" = "PS" -o "${TERM}" = "PSR" ] 734 tabset="/usr/lib/tabset/${TERM}" 772 case "${TERM}" in 875 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 905 if [ "${TERM}" = "PSR" ] 927 if [ "${TERM}" != "PSR" -a "${TERM}" != "PS" ] [all …]
|
H A D | tsol_standard_foomatic | 276 # ugly error message the first time we use it. See the TERM variable 526 # TERM The printer type (used for Terminfo access) 535 : ${TERM:=unknown} 559 case "$TERM" in 740 if [ "${TERM}" = "PS" -o "${TERM}" = "PSR" ] 763 tabset="/usr/lib/tabset/${TERM}" 801 case "${TERM}" in 904 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 934 if [ "${TERM}" = "PSR" ] 956 if [ "${TERM}" != "PSR" -a "${TERM}" != "PS" ] [all …]
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | README.markdown | 34 * Linux text only console ($TERM = linux) 35 * Linux KDE terminal application ($TERM = xterm) 36 * Linux xterm ($TERM = xterm) 37 * Linux Buildroot ($TERM = vt100) 38 * Mac OS X iTerm ($TERM = xterm) 39 * Mac OS X default Terminal.app ($TERM = xterm) 40 * OpenBSD 4.5 through an OSX Terminal.app ($TERM = screen) 42 * FreeBSD xterm ($TERM = xterm)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 214 trap 'sleep_pid=; kill $pid; err_exit "$cat coprocess 1 hung"' TERM 225 trap - TERM 228 trap 'sleep_pid=; kill $pid; err_exit "$cat coprocess 2 hung"' TERM 237 trap - TERM 240 trap 'sleep_pid=; kill $pid; err_exit "$cat coprocess 3 hung"' TERM 253 trap - TERM
|
H A D | signal.sh | 282 then for exp in TERM VTALRM PIPE 356 trap 'trap - TERM; return' TERM 357 ( sleep $1; kill -TERM $$ ) >/dev/null 2>&1 & 424 trap 'print int' TERM 429 { /bin/sleep 1;kill -s TERM $$;}&
|
/illumos-gate/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 69 #define TERM 0 /* used to indicate that the 'indirect' */ macro 320 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} 321 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0} 322 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0} 323 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0} 324 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1} 325 #define TNSSb(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0, 0, AVS5B } 326 #define TNSSd(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0, 0, AVS5D } 327 #define TNSSq(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0, 0, AVS5Q } 328 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0} [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/link_count/ |
H A D | link_count_001.ksh | 82 log_must kill -TERM $PID 86 log_must kill -TERM $PID
|
/illumos-gate/usr/src/lib/libdscp/svc/ |
H A D | svc-dscp | 91 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}" 100 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
|
/illumos-gate/usr/src/test/net-tests/tests/forwarding/ |
H A D | ip_forwarding.ksh | 337 pkill -TERM -P $nt_listener_ppid 369 pkill -TERM -P $nt_listener_ppid 425 pkill -TERM -P $nt_listener_ppid 457 pkill -TERM -P $nt_listener_ppid
|
/illumos-gate/usr/src/cmd/ipf/svc/ |
H A D | ipfilter | 213 smf_kill_contract $ctid TERM 1 226 kill -TERM $pid
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | svc-zonestat | 31 smf_kill_contract $2 TERM
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | svc-autofs | 42 smf_kill_contract $2 TERM 1
|
/illumos-gate/usr/src/boot/common/ |
H A D | newvers.sh | 35 trap "rm -f $tempfile" EXIT INT TERM
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | wdwwrapper.sh | 47 trap "killparent" HUP INT TERM QUIT TSTP ABRT
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/svc/ |
H A D | smb-client | 49 smf_kill_contract $2 TERM 1
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | rpc-bind.sh | 62 smf_kill_contract $2 TERM 1
|
/illumos-gate/usr/src/cmd/syseventd/ |
H A D | svc-syseventd | 55 smf_kill_contract $2 TERM 1
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | sendmail-client | 63 smf_kill_contract $2 TERM 1 30
|