Lines Matching refs:from
126 # during the conversion from y.tab.c to parse.c.
138 from=$1
141 case $from in
142 "y.tab.c") from=y_tab.c;;
143 "y.tab.h") from=y_tab.h;;
149 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
150 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
179 for from in *
181 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
182 if test -f "$from"; then
195 if test $from != $parser; then
208 "$from" >"$target" || ret=$?
211 if test "$from" != "$parser"; then
224 if test "$from" = "$parser"; then