Lines Matching refs:CODEMGR_WS
33 # CODEMGR_WS
126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \
179 # absolute pathname in order to set CODEMGR_WS.
204 (cd $wsname && env CODEMGR_WS="" $WHICH_SCM) | read SCM_MODE tmpwsname
216 CODEMGR_WS=$wsname ; export CODEMGR_WS
222 wsosdir=$CODEMGR_WS/$CM_DATA/sunos
226 wsosdir=$CODEMGR_WS/$CM_DATA
230 wsosdir=$CODEMGR_WS/$CM_DATA
245 if [[ ! -w $CODEMGR_WS/$CM_DATA ]]; then
270 # The variable CODEMGR_WS is available to this script.
286 PROTO1=\$CODEMGR_WS/proto
291 if [[ -f "\$CODEMGR_WS/Codemgr_wsdata/parent" ]]; then
296 parent=\`workspace parent \$CODEMGR_WS\`
304 parent=\`(cd \$CODEMGR_WS && hg path default 2>/dev/null)\`