Lines Matching refs:input
79 INPUT is the input file98 # The input.99 input=$1102 input_sub_rx=`get_dirname "$input" | quote_for_sed`103 case $input in109 input=`pwd`/$input112 input_rx=`get_dirname "$input" | quote_for_sed`175 0) "$prog" "$input" ;;176 *) "$prog" "$@" "$input" ;;