Home | History | Annotate | Download | only in dist

Lines Matching refs:input

71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
75 INPUT is the input file
96 # The input.
97 input=$1
100 input_sub_rx=`get_dirname "$input" | quote_for_sed`
101 case $input in
107 input=`pwd`/$input
110 input_rx=`get_dirname "$input" | quote_for_sed`
173 0) "$prog" "$input" ;;
174 *) "$prog" "$@" "$input" ;;