Home
last modified time | relevance | path

Searched refs:SCRIPT (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/allocate/
H A Dwdwwrapper.sh52 SCRIPT=$1
55 if [ ! -e $SCRIPT ]; then
56 echo **** Clean script $SCRIPT not found ****
64 $SCRIPT "$@"
/titanic_44/usr/src/cmd/dodatadm/
H A DMakefile27 SCRIPT = dodatadm.udaplt macro
39 ETCINITPROG= $(SCRIPT:%=$(INITD)/%)
43 all: $(SCRIPT)
55 $(LN) $(INITD)/$(SCRIPT) $(STARTDATADM)
/titanic_44/usr/src/cmd/tsol/misc/
H A DMakefile33 SCRIPT=txzonemgr macro
42 all: $(SCRIPT) $(ETCTSOLFILES)
47 $(RM) $(SCRIPT) $(ETCTSOLFILES)
/titanic_44/usr/src/cmd/tip/
H A Dtipout.c56 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT()
59 boolean(value(SCRIPT)) = FALSE; in intEMT()
66 boolean(value(SCRIPT)) = TRUE; in intEMT()
77 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM()
154 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout()
H A Dcmds.c617 if (boolean(value(SCRIPT))) in setscript()
754 if (vtable[SCRIPT].v_access&CHANGED) { in variable()
755 vtable[SCRIPT].v_access &= ~CHANGED; in variable()
766 if (boolean(value(SCRIPT))) in variable()
H A Dtip.h214 #define SCRIPT 18 macro
H A Dremote.c112 boolean(value(SCRIPT)) = 1; in getremcap()
H A Dtip.c362 if (boolean(value(SCRIPT))) { in tipin()
/titanic_44/usr/src/cmd/cron/
H A DMakefile56 SCRIPT = batch macro
68 $(SCRIPT:%=$(ROOTBIN)/%) \
117 CLOBBERFILES += $(SCRIPT) $(XPG4SCRIPT)
155 all : $(PROG) $(XPG4) $(XPG6) $(SCRIPT) $(XPG4SCRIPT) $(FILES)
/titanic_44/usr/src/tools/depcheck/
H A Dget_depend_info418 open(SCRIPT, $filename);
421 while (<SCRIPT>) {
453 close(SCRIPT);
/titanic_44/usr/src/cmd/script/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF SCRIPT COMMAND FUNCTIONALITY
/titanic_44/usr/src/lib/libshell/misc/
H A Dbuildksh93.readme37 THIS SCRIPT IS NOT INTENDED FOR NORMAL USAGE.
/titanic_44/usr/src/cmd/
H A DMakefile.cmd148 ROOTUSRSBINSCRIPT=$(SCRIPT:%=$(ROOTUSRSBIN)/%)
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.out31 UINT SCRIPT[] = {
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog3159 Check if in CMDLINE or SCRIPT mode and ask password immediately.