Lines Matching refs:FROM
136 from="$1"139 if test $from = "y.tab.c"; then140 from="y_tab.c"142 if test $from = "y.tab.h"; then143 from="y_tab.h"147 if test -f "$from"; then175 FROM=`echo "$from" | sed \182 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \183 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?