| /onnv/onnv-gate/usr/src/cmd/allocate/ |
| wdwwrapper.sh | 29 # Script to wrap a non-windowing clean script to provide a prompt 32 # For any abnormal termination of the clean script, kill our parent 33 # process so that our grandparent will know that the script did not 37 # Trap any signal that would cause abnormal termination of the script, 39 # when the dtterm window is closed before the script is finished. 52 SCRIPT=$1 55 if [ ! -e $SCRIPT ]; then 56 echo **** Clean script $SCRIPT not found **** [all...] |
| /onnv/onnv-gate/usr/src/cmd/tsol/misc/ |
| Makefile | 33 SCRIPT=txzonemgr 42 all: $(SCRIPT) $(ETCTSOLFILES) 47 $(RM) $(SCRIPT) $(ETCTSOLFILES)
|
| /onnv/onnv-gate/usr/src/cmd/filebench/fbscript/ |
| Makefile | 31 SCRIPT = filebench 34 FBSCRIPT = $(SCRIPT:%=$(ROOTUSRBENCHFBBINDIR)/%) 39 $(RM) $(SCRIPT)
|
| /onnv/onnv-gate/usr/src/cmd/dodatadm/ |
| Makefile | 27 SCRIPT = dodatadm.udaplt 39 ETCINITPROG= $(SCRIPT:%=$(INITD)/%) 43 all: $(SCRIPT) 55 $(LN) $(INITD)/$(SCRIPT) $(STARTDATADM)
|
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| tipout.c | 41 * accepts script file name over the pipe and acts accordingly 56 if (boolean(value(SCRIPT)) && fscript != NULL) 59 boolean(value(SCRIPT)) = FALSE; 66 boolean(value(SCRIPT)) = TRUE; 77 if (boolean(value(SCRIPT)) && fscript != NULL) 154 if (boolean(value(SCRIPT)) && fscript != NULL) {
|
| cmds.c | 617 if (boolean(value(SCRIPT))) 754 if (vtable[SCRIPT].v_access&CHANGED) { 755 vtable[SCRIPT].v_access &= ~CHANGED; 758 * So that "set record=blah script" doesn't 766 if (boolean(value(SCRIPT)))
|
| remote.c | 112 boolean(value(SCRIPT)) = 1;
|
| tip.h | 76 char *RE; /* script record file */ 214 #define SCRIPT 18
|
| tip.c | 362 if (boolean(value(SCRIPT))) {
|
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| Makefile | 51 SCRIPT = batch 63 $(SCRIPT:%=$(ROOTBIN)/%) \ 112 CLOBBERFILES += $(SCRIPT) $(XPG4SCRIPT) 150 all : $(PROG) $(XPG4) $(XPG6) $(SCRIPT) $(XPG4SCRIPT) $(FILES)
|
| /onnv/onnv-gate/usr/src/tools/depcheck/ |
| get_depend_info | 194 if (($filecmd =~ /script/) || ($filecmd =~ /text/)) { 200 # Its not a script, not a kernel module, so its get to be a binary 418 open(SCRIPT, $filename); 421 while (<SCRIPT>) { 453 close(SCRIPT);
|
| /onnv/onnv-gate/usr/src/lib/libshell/misc/ |
| buildksh93.readme | 31 "buildksh93.sh" is a small build script used to build the AT&T "ast-ksh" 38 THIS SCRIPT IS NOT INTENDED FOR NORMAL USAGE. 49 * Example usage of the script (more information can be found in the 50 script itself):
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| charnames.pm | 119 my ($script, $cname) = ($1, $2); 121 if ($txt =~ m/\t\t\U$script\E (?:$case )?LETTER \U\Q$cname\E$/m) { 131 for my $script (@{$^H{charnames_scripts}}) { 132 if ($txt =~ m/\t\t$script (?:$case )?LETTER \U\Q$name\E$/m) { 228 ## see if at least we can find one letter of each script. 233 for my $script (@{$^H{charnames_scripts}}) { 234 if (not $txt =~ m/\t\t$script (?:CAPITAL |SMALL )?LETTER /) { 235 warnings::warn('utf8', "No such script: '$script'"); 357 Pragma C<use charnames> supports arguments C<:full>, C<:short>, script [all...] |
| CGI.pm | 233 embed basefont style span layer ilayer font frameset frame script small big Area Map/], [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgremove/ |
| main.c | 84 #define SCRIPT 0 /* Tells exception_pkg() which pkg list to use */ 125 * is connected during execution of a procedure script. /dev/null is 180 char script[PATH_MAX]; local 331 * --> Do not perform any script locking 764 if (exception_pkg(pkginst, SCRIPT) || 973 * Run a preremove script if one is provided by the package. 974 * Don't execute preremove script if only updating the DB. 975 * Don't execute preremove script if files are not being deleted. 976 * Don't execute preremove script if one or more files reside in 980 /* update the lock - at the preremove script */ 1184 char script[PATH_MAX]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ |
| Makefile.cmd | 144 ROOTUSRSBINSCRIPT=$(SCRIPT:%=$(ROOTUSRSBIN)/%)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| s2p.PL | 83 psed [-an] script [file ...] 84 psed [-an] [-e script] [-f script-file] [file ...] 86 s2p [-an] [-e script] [-f script-file] 92 applying a script consisting of edit commands, and writes resulting lines 95 The edit script is composed from arguments of B<-e> options and 96 script-files, in the given order. A single script argument may be specified 100 sed-to-Perl translator. See L<"sed Script Translation"> [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/ |
| scr.out | 31 UINT SCRIPT[] = {
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| main.c | 115 * is connected during execution of a procedure script. PROC_STDIN is 211 #define SCRIPT 0 /* which exception_pkg() pkg list to use (SCRIPTS) */ 270 char script[PATH_MAX]; local 299 (void) memset(script, '\0', sizeof (script)); 486 * Do not perform any script locking. 569 * --> Do not perform any script locking 1260 * If this script was invoked by 'pkgask', just 1261 * execute request script and quit (do_pkgask()). [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| MM_Any.pm | 60 SCRIPT 478 my $command = $mm->test_via_script($perl, $script); 490 my($self, $perl, $script) = @_; 491 return qq{\t$perl "-I\$(INST_LIB)" "-I\$(INST_ARCHLIB)" $script\n};
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| Name.pl | 589 0261 LATIN SMALL LETTER SCRIPT G [all...] |