Home | History | Annotate | Download | only in expat

Lines Matching refs:thisdir

4440   thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
4441 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
4443 # Follow symbolic links until we get to the real thisdir.
4448 # If there was a directory component, then change thisdir.
4451 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
4452 *) thisdir=\"\$thisdir/\$destdir\" ;;
4457 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
4465 if test \"\$thisdir\" = \".\"; then
4466 thisdir=\`pwd\`
4468 # remove .libs from thisdir
4469 case \"\$thisdir\" in
4470 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
4471 $objdir ) thisdir=. ;;
4476 absdir=\`cd \"\$thisdir\" && pwd\`
4477 test -n \"\$absdir\" && thisdir=\"\$absdir\"
4483 progdir=\"\$thisdir/$objdir\"
4517 progdir=\"\$thisdir/$objdir\"