Home
last modified time | relevance | path

Searched refs:TERM (Results 1 – 25 of 66) sorted by relevance

123

/titanic_41/usr/src/cmd/nsadmin/
H A Dlogin.csh28 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 Detc-profile.sh30 if [ "$TERM" = "" ]
33 TERM=sun-color
35 TERM=sun
37 export TERM
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.set.c50 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 Ddrain.output.c70 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 Dlp.cat.c406 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 Dtsol_netstandard390 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 Dtsol_netstandard_foomatic407 "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 Dtsol_standard274 # 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 Dtsol_standard_foomatic276 # 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 Dcoprocess.sh203 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 Dsignal.sh285 [[ $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 Dcshrc.sh49 if ( ! $?TERM ) then
50 setenv TERM sun
/titanic_41/usr/src/test/zfs-tests/tests/functional/link_count/
H A Dlink_count_001.ksh82 log_must $KILL -TERM $PID
86 log_must $KILL -TERM $PID
/titanic_41/usr/src/lib/libdscp/svc/
H A Dsvc-dscp91 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
100 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.c68 #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 Dipfilter207 smf_kill_contract $ctid TERM 1
220 kill -TERM $pid
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dsvc-zonestat31 smf_kill_contract $2 TERM
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dsvc-autofs42 smf_kill_contract $2 TERM 1
/titanic_41/usr/src/cmd/allocate/
H A Dwdwwrapper.sh50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
/titanic_41/usr/src/cmd/fs.d/smbclnt/svc/
H A Dsmb-client49 smf_kill_contract $2 TERM 1
/titanic_41/usr/src/cmd/rpcbind/
H A Drpc-bind.sh62 smf_kill_contract $2 TERM 1
/titanic_41/usr/src/cmd/syseventd/
H A Dsvc-syseventd55 smf_kill_contract $2 TERM 1
/titanic_41/usr/src/cmd/sendmail/lib/
H A Dsendmail-client63 smf_kill_contract $2 TERM 1 30
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslp70 smf_kill_contract $2 TERM 1
/titanic_41/usr/src/lib/libshell/common/fun/
H A Dtitle51 case $TERM in

123