Home | History | Annotate | Download | only in config

Lines Matching refs:xrpath

1157     xrpath=
1398 rpath | xrpath)
1413 case "$xrpath " in
1415 *) xrpath="$xrpath $arg" ;;
1724 prev=xrpath
1738 case "$xrpath " in
1740 *) xrpath="$xrpath $dir" ;;
2257 # Make sure the xrpath contains only unique directories.
2258 case "$xrpath " in
2260 *) xrpath="$xrpath $dir" ;;
2896 case " $xrpath " in
2898 *) xrpath="$xrpath $temp_xrpath";;
3124 if test -n "$xrpath"; then
3472 if test -n "$xrpath"; then
3475 for libdir in $xrpath; do
4258 if test -n "$xrpath"; then
4439 if test -n "$rpath$xrpath"; then
4441 for libdir in $rpath $xrpath; do