Searched refs:opt (Results 1 - 25 of 66) sorted by relevance

123

/ast/src/cmd/INIT/
H A Dmprobe.sh21 opt=
24 -d) opt=-d ;;
30 mamprobe $opt - "$1"
H A Dfilter.sh27 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
H A Dmamprobe.sh32 opt=
34 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
81 d) opt=-d ;;
96 -d) opt=-d
202 set '' $opt $cc
H A Dcrossexec.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
H A Dexecrate.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/ast/src/cmd/ksh93/tests/
H A Doptions.sh227 for opt in \
241 do old=$opt
242 if [[ ! -o $opt ]]
243 then old=no$opt
246 set --$opt || err_exit "set --$opt failed"
247 [[ -o $opt ]] || err_exit "[[ -o $opt ]] failed"
248 [[ -o no$opt ]] && err_exit "[[ -o no$opt ]] faile
[all...]
/ast/src/cmd/std/
H A Dyes.sh26 case $(getopts '[-]' opt "--???man" 2>&1) in
/ast/src/lib/libcs/
H A DSERVICE.mk18 local opt service type mode dir
24 for opt $(<:O>=3)
25 if "$(opt:N=-*|*=*)"
26 mode += $(opt)
28 dir := $(opt)
/ast/src/cmd/mam/
H A Dmamsh.sh23 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
H A Dmamdag.sh23 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
H A Dmamdot.sh22 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/ast/src/cmd/ksh93/sh/
H A Dbash.c194 Shopt_t newflags=shp->options, opt; local
197 memset(&opt,0,sizeof(opt));
240 opt=newflags;
243 opt.v[n]=~newflags.v[n];
245 memset(&opt,0xff,sizeof(opt));
253 && (is_option(&opt,SH_INTERACTIVE)
254 || is_option(&opt,SH_RESTRICTED)
255 || is_option(&opt,SH_RESTRICTED
[all...]
/ast/src/cmd/pax/
H A Drpm2cpio.sh23 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/ast/src/cmd/proto/
H A Dsear.sh29 opt=
33 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
103 m) opt=${opt}m
112 v) opt=${opt}v
145 [[ $opt ]] && cc="$cc -D_SEAR_OPTS=\"-$opt\""
H A Dchanges.sh22 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/ast/src/cmd/tw/
H A Dlocate.sh23 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/ast/src/cmd/html/
H A Ddownload.sh23 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in
/ast/src/lib/librecsort/
H A Drslib.c46 Opt_t opt; local
68 opt = opt_info;
70 opt_info = opt;
/ast/src/cmd/nmake/
H A Dppcc.sh59 opt=$1
62 $RANDOM)opt=`echo x$1 | sed s/...//` ;;
63 *) opt=${1#??} ;;
67 case $opt in
70 $RANDOM)opt=`echo $opt | sed s/..//` ;;
71 *) opt=${1#??} ;;
74 *) case $opt in
76 $RANDOM)eval `echo $opt | sed 's/\\([^=]*\\)/opt
[all...]
H A Doption.c326 static Optstate_t opt; variable
334 if (!(op = (Option_t*)hashget(opt.table, name)) && (strchr(name, '-') || strchr(name, '_')))
339 op = (Option_t*)hashget(opt.table, sfstruse(internal.tmp));
351 hashput(opt.table, op->name, (char*)op);
358 hashput(opt.table, strdup(sfstruse(internal.tmp)), (char*)op);
368 hashput(opt.table, strdup(buf), (char*)op);
372 hashput(opt.table, strdup(buf), (char*)op);
385 opt.table = hashalloc(NiL, HASH_name, "options", 0);
396 if (opt.tail)
397 opt
[all...]
/ast/src/cmd/warp/
H A Dwarp.sh23 typeset env show command opt prefix dll suffix ifs root path s
28 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in
134 t) opt="$opt-$OPT " ;;
188 opt="$opt-b$base -f$factor "
209 env="WARP='$opt$warp' LD_PRELOAD='$root/$prefix$suffix${LD_PRELOAD:+ $LD_PRELOAD}' DYLD_INSERT_LIBRARIES='$root/$prefix$suffix${DYLD_INSERT_LIBRARIES:+ $DYLD_INSERT_LIBRARIES}'"
/ast/src/lib/libast/aso/
H A Daso-sem.c56 char* opt;
85 while (opt = strchr(path, ','))
89 if ((n = opt - (path + 5)) >= sizeof(tmp))
101 path = opt + 1;
H A Daso-fcntl.c48 char* opt;
93 while (opt = strchr(path, ','))
97 if ((n = opt - (path + 5)) >= sizeof(tmp))
110 path = opt + 1;
/ast/src/cmd/at/
H A Dcrontab.sh36 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in
/ast/src/cmd/ie/
H A Die.sh23 typeset env histfile show command opt prefix dll suffix ifs root path s
27 case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in

Completed in 53 milliseconds

123