Lines Matching refs:path_sep
107 path_sep=";"
109 path_sep=":"
113 CDPATH=${ZSH_VERSION+.}$path_sep
122 for dir in `echo $PATH | tr "$path_sep" " "`; do
183 txincludes="$txincludes$1$path_sep"
428 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
438 # as `EMPTY' so they don't get lost when we split on $path_sep.
440 replace_empty="-e 's/^$path_sep/EMPTY$path_sep/g' \
441 -e 's/$path_sep\$/${path_sep}EMPTY/g' \
442 -e 's/$path_sep$path_sep/${path_sep}EMPTY:/g'"
446 IFS=$path_sep
453 TEXINPUTS=$TEXINPUTS$path_sep
456 TEXINPUTS=$TEXINPUTS$path_sep$dir
459 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
469 INDEXSTYLE=$INDEXSTYLE$path_sep
472 INDEXSTYLE=$INDEXSTYLE$path_sep$dir
475 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs