/titanic_51/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
|
/titanic_51/usr/src/cmd/lp/model/ |
H A D | lp.set.c | 50 char *TERM = getenv("TERM"); in main() local 53 if (!TERM || !*TERM || tidbit(TERM, (char *)0) == -1) in main() 128 switch (set_charset(argv[5], 1, TERM)) { in main()
|
H A D | drain.output.c | 70 char *TERM; in main() local 84 if ((TERM = getenv("TERM"))) { in main() 85 tidbit (TERM, "bufsz", &bufsz); in main() 86 tidbit (TERM, "cps", &cps); in main()
|
H A D | lp.cat.c | 406 char *TERM; in main() local 436 * - No TERM defined or trouble reading Terminfo database in main() 519 if (!(TERM = getenv("TERM")) || !*TERM) { in main() 521 fprintf(stderr, gettext("No TERM variable defined! " 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_UNKNOW in main() [all...] |
H A D | tsol_netstandard | 390 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" "term : ${TERM}" 401 case "$TERM" in 458 case "${TERM}" in 500 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 529 if [ "${TERM}" = "PSR" ] 555 if [ "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 566 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" ! [all...] |
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}" ! [all...] |
/titanic_51/usr/src/boot/sys/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)
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | coprocess.sh | 203 trap 'sleep_pid=; kill $pid; err_exit "coprocess 1 hung"' TERM 214 trap - TERM 217 trap 'sleep_pid=; kill $pid; err_exit "coprocess 2 hung"' TERM 226 trap - TERM 229 trap 'sleep_pid=; kill $pid; err_exit "coprocess 3 hung"' TERM 242 trap - TERM
|
H A D | signal.sh | 285 [[ $yes ]] && for exp in TERM VTALRM PIPE 308 [[ $(kill -l $?) == TERM ]] || err_exit "wrong exit status expecting TERM got $(kill -l $?)"
|
/titanic_51/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 $$;}& 432 [[ $endb ]] && err_exit 'TERM signal did not kill function b' 433 [[ $enda == 1 ]] || err_exit 'TERM signal killed function a'
|
/titanic_51/usr/src/tools/gk/ |
H A D | cshrc.sh | 49 if ( ! $?TERM ) then 50 setenv TERM sun
|
/titanic_51/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
|
/titanic_51/usr/src/lib/libdscp/svc/ |
H A D | svc-dscp | 91 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}" 100 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
|
/titanic_51/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 68 #define TERM 0 /* used to indicate that the 'indirect' */ macro 292 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} 293 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0} 294 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0} 295 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0} 296 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1} 297 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0} 298 #define TNSZy(name, amode, sz) {TERM, amode, name, 0, sz, 0, 1, 0, 0} 299 #define TNSZvr(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0, 1} 300 #define TS(name, amode) {TERM, amod [all...] |
/titanic_51/usr/src/cmd/ipf/svc/ |
H A D | ipfilter | 213 smf_kill_contract $ctid TERM 1 226 kill -TERM $pid
|
/titanic_51/usr/src/cmd/zonestat/zonestatd/ |
H A D | svc-zonestat | 31 smf_kill_contract $2 TERM
|
/titanic_51/usr/src/cmd/fs.d/autofs/ |
H A D | svc-autofs | 42 smf_kill_contract $2 TERM 1
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | newvers.sh | 35 trap "rm -f $tempfile" EXIT INT TERM
|
/titanic_51/usr/src/cmd/allocate/ |
H A D | wdwwrapper.sh | 50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
|
/titanic_51/usr/src/cmd/fs.d/smbclnt/svc/ |
H A D | smb-client | 49 smf_kill_contract $2 TERM 1
|
/titanic_51/usr/src/cmd/rpcbind/ |
H A D | rpc-bind.sh | 62 smf_kill_contract $2 TERM 1
|
/titanic_51/usr/src/cmd/syseventd/ |
H A D | svc-syseventd | 55 smf_kill_contract $2 TERM 1
|
/titanic_51/usr/src/cmd/sendmail/lib/ |
H A D | sendmail-client | 63 smf_kill_contract $2 TERM 1 30 69 # the contract did not empty after TERM, move on to KILL.
|