Home | History | Annotate | Download | only in src

Lines Matching refs:input

26 #     ylwrap INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
27 # * INPUT is the input file
34 # The input.
35 input="$1"
37 case "$input" in
43 input="`pwd`/$input"
74 $prog ${1+"$@"} "$input"
89 # The directory holding the input.
90 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`