Home | History | Annotate | Download | only in dist

Lines Matching refs:input

46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 INPUT is the input file
69 # The input.
70 input="$1"
72 case "$input" in
78 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,'`