Lines Matching refs:PWD
217 export PROMPT_COMMAND="echo -ne \"\033]0;[${arch}-${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\""
219 export PROMPT_COMMAND="echo -ne \"\033]0;[$arch $apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
581 PWD= /bin/pwd
586 local HERE=$PWD
588 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
590 T=`PWD= /bin/pwd`
616 local HERE=$PWD
618 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
619 T=`PWD= /bin/pwd`
669 TO_CHOP=`(cd -P -- $T && pwd -P) | wc -c | tr -d ' '`
671 START=`PWD= /bin/pwd`
716 local HERE=$PWD
718 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
719 T=$PWD