Lines Matching refs:proto
42 # If we select the user's workspace, we also set $root to their proto area
45 if [ -n "$CODEMGR_WS" -a -x $CODEMGR_WS/proto/root_$mach/usr/bin/mdb ]; then
46 mdb_exec=$CODEMGR_WS/proto/root_$mach/usr/bin/mdb
47 root=$CODEMGR_WS/proto/root_$mach
63 elif [ -x $mdb_ws/proto/root_$mach/usr/bin/mdb ]; then
64 mdb_exec=$mdb_ws/proto/root_$mach/usr/bin/mdb
110 echo "\t-s<rel> Use proto area for specified release"
112 echo "\t-s<bld> Use proto area for specified build"
114 echo "\t-[0-9]+ Use proto area for specified build of $os_name"
115 echo "\t-B Use proto area for $os_rel Beta build"
116 echo "\t-G Use proto area for $os_rel Generic build\n"
117 echo "\t-U Use proto area for $os_rel Beta_Update build"
123 # If a build was specified, using the corresponding proto area from $mdb_lib.
129 # If a proto area was set either by specifying a build number, or by using
135 if [ -n "$build" -o "$root" = "$CODEMGR_WS/proto/root_$mach" ]; then
149 elif [ $mdb_exec = $mdb_ws/proto/root_$mach/usr/bin/mdb ]; then
154 usrlib=$mdb_ws/proto/root_$mach/usr/lib