Searched refs:OPT (Results 1 - 25 of 36) sorted by relevance

12

/ast/src/cmd/mam/
H A Dmamsh.sh47 getopts $ARGV0 "$USAGE" OPT '-?'
51 while getopts $ARGV0 "$USAGE" OPT
52 do case $OPT in
H A Dmamdag.sh49 getopts $ARGV0 "$USAGE" OPT '-?'
53 while getopts $ARGV0 "$USAGE" OPT
54 do case $OPT in
H A Dmamdot.sh48 getopts $ARGV0 "$USAGE" OPT '-?'
56 while getopts $ARGV0 "$USAGE" OPT
57 do case $OPT in
H A Dmamexec.sh65 getopts $ARGV0 "$USAGE" OPT '-?'
85 while getopts $ARGV0 "$USAGE" OPT
86 do case $OPT in
87 d) _debug_=$OPT ;;
/ast/src/cmd/pax/
H A Drpm2cpio.sh52 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
59 do case $OPT in
H A Ddelta2patch.sh41 getopts -a $command "$USAGE" OPT '--??long'
45 while getopts -a $command "$USAGE" OPT
46 do case $OPT in
H A Dcpio.sh48 while getopts -a $command "$OPTSTR" OPT
49 do case $OPT in
56 [klvV]) options="$options -$OPT" ;;
/ast/src/cmd/html/
H A Ddownload.sh54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
59 do case $OPT in
60 i) . $OPT || exit 1 ;;
/ast/src/cmd/tw/
H A Dlocate.sh61 getopts $ARGV0 "$USAGE" OPT '-?'
68 while getopts $ARGV0 "$USAGE" OPT
69 do case $OPT in
H A Dupdatedb.sh88 getopts $ARGV0 "$USAGE" OPT '-?'
103 while getopts $ARGV0 "$USAGE" OPT
104 do case $OPT in
/ast/src/cmd/INIT/
H A Dfilter.sh55 getopts $ARGV0 "$USAGE" OPT '-?'
59 while getopts $ARGV0 "$USAGE" OPT
60 do case $OPT in
H A Dcrossexec.sh69 getopts $ARGV0 "$USAGE" OPT '-?'
77 while getopts $ARGV0 "$USAGE" OPT
78 do case $OPT in
H A Dexecrate.sh54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
59 do case $OPT in
H A Dhurl.sh66 getopts $ARGV0 "$USAGE" OPT '-?'
72 while getopts $ARGV0 "$USAGE" OPT
73 do case $OPT in
H A Dditto.sh80 getopts $ARGV0 "$USAGE" OPT '-?'
143 while getopts $ARGV0 "$USAGE" OPT
144 do case $OPT in
H A Dmamprobe.sh79 while getopts -a "$command" "$USAGE" OPT
80 do case $OPT in
H A Drt.sh62 getopts $ARGV0 "$USAGE" OPT '-?'
66 while getopts $ARGV0 "$USAGE" OPT
67 do case $OPT in
/ast/src/cmd/proto/
H A Dchanges.sh52 getopts $ARGV0 "$USAGE" OPT '-?'
57 while getopts $ARGV0 "$USAGE" OPT
58 do case $OPT in
H A Dsear.sh89 getopts $ARGV0 "$USAGE" OPT '-?'
93 while getopts $ARGV0 "$USAGE" OPT
94 do case $OPT in
/ast/src/cmd/at/
H A Dcrontab.sh133 while getopts "$usage" OPT
134 do case $OPT in
157 *) getopts "$usage" OPT; exit 2 ;;
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh68 getopts $ARGV0 "$USAGE" OPT '-?'
88 while getopts $ARGV0 "$USAGE" OPT
89 do case $OPT in
/ast/src/cmd/ie/
H A Die.sh24 typeset OPT ARGV0 USAGE
82 while getopts $ARGV0 "$USAGE" OPT
83 do case $OPT in
91 0) set -- '-?'; getopts $ARGV0 "$USAGE" OPT; exit 2 ;;
/ast/src/cmd/warp/
H A Dwarp.sh25 typeset OPT ARGV0 USAGE
129 while getopts $ARGV0 "$USAGE" OPT
130 do case $OPT in
134 t) opt="$opt-$OPT " ;;
140 0) set -- '-?'; getopts $ARGV0 "$USAGE" OPT; exit 2 ;;
/ast/src/cmd/3d/
H A D3d.sh239 while getopts $ARGV0 "$USAGE" OPT
240 do case $OPT in
254 x) options="$options -$OPT" ;;
/ast/src/cmd/nmake/
H A Doption.c361 sfsprintf(buf, sizeof(buf), "+%d", OPT(op->flags));
365 buf[1] = OPT(op->flags);
389 switch (OPT(options[i].flags))
391 case OPT(OPT_debug):
416 sfsprintf(buf, sizeof(buf), "+%d", OPT(flag));
420 buf[1] = OPT(flag);
493 sfputc(internal.tmp, OPT(op->flags));
533 sfputc(opt.usage, OPT(op->flags));
757 if (OPT(op->flags) != OPT(OPT_optio
848 case OPT(OPT_global): function
873 case OPT(OPT_define): function
883 case OPT(OPT_preprocess): function
891 case OPT(OPT_errorid): function
914 case OPT(OPT_mam): function
1243 case OPT(OPT_regress): function
1267 case OPT(OPT_silent): function
[all...]

Completed in 73 milliseconds

12