Lines Matching refs:input
50 INPUT is the input file69 # The input.70 input="$1"72 case "$input" in78 input="`pwd`/$input"110 0) $prog "$input" ;;111 *) $prog "$@" "$input" ;;127 # The directory holding the input.128 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`