Lines Matching refs:from
128 # during the conversion from y.tab.c to parse.c.
140 from=$1
143 case $from in
144 "y.tab.c") from=y_tab.c;;
145 "y.tab.h") from=y_tab.h;;
151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
181 for from in *
183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
184 if test -f "$from"; then
197 if test $from != $parser; then
210 "$from" >"$target" || ret=$?
213 if test "$from" != "$parser"; then
226 if test "$from" = "$parser"; then