Searched refs:TERM (Results 26 - 50 of 68) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t99 undef $ENV{TERM};
102 like( $@, qr/TERM not set/, 'Tgetent() should croaks without TERM' );
123 $ENV{TERM} = 'foo';
134 $vals->{TERM} = 'quux';
142 $vals->{TERM} = 'bar';
148 $vals->{TERM} = 'baz';
H A DCap.pm48 $terminal = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed };
121 type I<TERM> (defaults to the environment variable I<TERM>) from the
126 type name is the same as the environment string I<TERM>, the
130 slash and name is different from I<TERM>, B<Tgetent> searches the
157 =item TERM
160 default to $ENV{TERM}: if that is not set then B<Tgetent> will croak.
195 $self->{TERM} = ($self->{TERM} || $ENV{TERM} || croa
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.t36 my @normal = qw( HUP INT PIPE TERM );
46 my @old = qw( ABRT BUS EMT FPE ILL PIPE QUIT SEGV SYS TERM TRAP );
H A Dsigtrap.pm32 unshift @_, grep(exists $SIG{$_}, qw(HUP INT PIPE TERM));
41 qw(ABRT BUS EMT FPE ILL PIPE QUIT SEGV SYS TERM TRAP));
197 TERM.
209 SEGV, SYS, TERM, and TRAP. If no signals or signals lists are passed to
263 Die on HUP, INT, PIPE or TERM:
267 Die on HUP, INT, PIPE or TERM, except don't change the behavior for
/opensolaris-onvv-gate/usr/src/lib/libshell/common/fun/
H A Ddirs60 case $TERM in
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dnetstandard356 logger -p lpr.debug -t "netstandard: ${request_id}" "term : ${TERM}"
367 case "$TERM" in
422 case "${TERM}" in
475 if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" ]
617 if [ "no" = "${nobanner}" -a "${TERM}" = "PSR" ]
H A Duri68 # TERM 15 - we have been cancelled or shutdown
88 trap 'catch_cancellation()' TERM
/opensolaris-onvv-gate/usr/src/cmd/allocate/
H A Daudio_clean.sh62 trap "" INT TERM QUIT TSTP ABRT
/opensolaris-onvv-gate/usr/src/cmd/ipf/svc/
H A Dipfilter207 smf_kill_contract $ctid TERM 1
220 kill -TERM $pid
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.t52 $ENV{TERM} = 'xterm';
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Delfcmp.sh74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
/opensolaris-onvv-gate/usr/src/common/dis/i386/
H A Ddis_tables.c68 #define TERM 0 /* used to indicate that the 'indirect' */ macro
277 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0}
278 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0}
279 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0}
280 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0}
281 #define TNSyp(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 1}
282 #define TNSZ(name, amode, sz) {TERM, amode, name, 0, sz, 0, 0, 0, 0}
283 #define TNSZy(name, amode, sz) {TERM, amode, name, 0, sz, 0, 1, 0, 0}
284 #define TS(name, amode) {TERM, amode, name, 1, 0, 0, 0, 0, 0}
285 #define TSx(name, amode) {TERM, amod
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl49 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
H A Dbuildcode.pl69 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server152 /usr/bin/pkill -TERM -x -u 0 -z $zone nfslogd
156 smf_kill_contract $2 TERM 1
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t40 $ENV{TERM} = $ENV{TERM} ne ''? $ENV{TERM} : 'dummy';
137 $ENV{TERM} = 'dumb';
171 # tainted $TERM is unsafe only if it contains metachars
172 local $ENV{TERM};
173 $ENV{TERM} = 'e=mc2';
175 $ENV{TERM} = 'e=mc2' . $TAINT;
177 test 5, $@ =~ /^Insecure \$ENV{TERM}/, $@;
908 $k !~ /^(BASH_ENV|CDPATH|ENV|IFS|PATH|PERL_CORE|TEMP|TERM|TM
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail112 smf_kill_contract $2 TERM 1 30
117 # possible that some of these are not responding to TERM. If the
118 # contract did not empty after TERM, move on to KILL.
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
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 $?)"
H A Dbuiltins.sh186 trap 'print TERM' TERM
187 exp=$'trap -- \'print TERM\' TERM\ntrap -- \'cd /; rm -rf '$tmp$'\' EXIT'
190 exp='print TERM'
191 got=$(trap -p TERM)
192 [[ $got == $exp ]] || err_exit "\$(trap -p TERM) failed -- expected \"$exp\", got \"$got\""
196 [[ $($SHELL -c '( trap "" TERM);kill $$;print bad' == bad) ]] 2> /dev/null && err_exit 'trap ignored in subshell causes it to be ignored by parent'
526 [[ $($SHELL -c 'trap foo TERM; (trap;(trap) )') == 'trap -- foo TERM' ]] || err_exi
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dtermclock.sh66 if [[ ${TERM} == ~(Elr)(vt100|vt220|xterm|xterm-color|dtterm) ]] ; then
H A Dgnaw.sh1014 case ${TERM} in
1029 printf "# Unrecognised terminal type '%s', fetching %dx%d items from terminfo database, please wait...\n" "${TERM}" "${termsize.columns}" "${termsize.lines}"
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c38 #define TERM 259 macro
461 case TERM:
465 lev = (t-TERM) | 04;
1178 case L'0': return (TERM);
1226 return (TERM);
1228 return (TERM);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest117 $SIG{INT} = $SIG{TERM} = $SIG{HUP} = sub { $exit = 1; };
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c117 * TERM : expression term
151 #define TERM(retval) return (CLINE, REPORT2("term",retval) PL_expect = XOPERATOR, PL_bufptr = s,(int)retval) macro
2140 { "OPERATOR", "TERM", "REF", "STATE", "BLOCK", "ATTRBLOCK",
2899 TERM(POSTDEC);
2913 TERM(ARROW);
2928 TERM(POSTINC);
2947 TERM('*');
2967 TERM('%');
3125 TERM(tmp);
3138 TERM(']');
[all...]
/opensolaris-onvv-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c113 static char TERM[100]; variable
121 static char *newenviron[] = { &TERM[0], &TERMCAP[0], 0 };
195 "%s: TERM=%s: commented out code '%.2s' "
212 "%s: TERM=%s: unknown type given for the "
229 "%s: TERM=%s: wrong type given for the "
239 "%s: TERM=%s: wrong type given for the "
249 "%s: TERM=%s: wrong type given for the "
256 "%s: TERM=%s: the %s termcap code '%.2s' is not a valid "
276 "%s: TERM=%s: tgetent failed with return code %d (%s).\n",
335 "%s: TERM
[all...]

Completed in 226 milliseconds

123