/titanic_41/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_41/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 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 | 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}" != "PS" ] 724 # 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 | 274 # ugly error message the first time we use it. See the TERM variable 511 # TERM The printer type (used for Terminfo access) 520 : ${TERM:=unknown} 541 case "$TERM" in 712 if [ "${TERM}" = "PS" -o "${TERM}" = "PSR" ] 735 tabset="/usr/lib/tabset/${TERM}" 773 case "${TERM}" in 876 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" -a "${TERM}" != "PS" ] 906 if [ "${TERM}" = "PSR" ] 928 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 …]
|
/titanic_41/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_41/usr/src/tools/gk/ |
H A D | cshrc.sh | 49 if ( ! $?TERM ) then 50 setenv TERM sun
|
/titanic_41/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_41/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_41/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 68 #define TERM 0 /* used to indicate that the 'indirect' */ macro 291 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} 292 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0} 293 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0} 294 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0} 295 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1} 296 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0} 297 #define TNSZy(name, amode, sz) {TERM, amode, name, 0, sz, 0, 1, 0, 0} 298 #define TNSZvr(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0, 1} 299 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0, 0} [all …]
|
/titanic_41/usr/src/cmd/ipf/svc/ |
H A D | ipfilter | 207 smf_kill_contract $ctid TERM 1 220 kill -TERM $pid
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | svc-zonestat | 31 smf_kill_contract $2 TERM
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | svc-autofs | 42 smf_kill_contract $2 TERM 1
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | wdwwrapper.sh | 50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/svc/ |
H A D | smb-client | 49 smf_kill_contract $2 TERM 1
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpc-bind.sh | 62 smf_kill_contract $2 TERM 1
|
/titanic_41/usr/src/cmd/syseventd/ |
H A D | svc-syseventd | 55 smf_kill_contract $2 TERM 1
|
/titanic_41/usr/src/cmd/sendmail/lib/ |
H A D | sendmail-client | 63 smf_kill_contract $2 TERM 1 30
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/slpd/ |
H A D | slp | 70 smf_kill_contract $2 TERM 1
|
/titanic_41/usr/src/lib/libshell/common/fun/ |
H A D | title | 51 case $TERM in
|