Home | History | Annotate | Download | only in build-aux

Lines Matching refs:path_sep

99   path_sep=";"
101 path_sep=":"
105 CDPATH=${ZSH_VERSION+.}$path_sep
154 txincludes="$txincludes$1$path_sep"
360 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
369 # as `EMPTY' so they don't get lost when we split on $path_sep.
373 IFS=$path_sep
380 TEXINPUTS=$TEXINPUTS$path_sep
383 TEXINPUTS=$TEXINPUTS$path_sep$dir
386 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
396 INDEXSTYLE=$INDEXSTYLE$path_sep
399 INDEXSTYLE=$INDEXSTYLE$path_sep$dir
402 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs