Lines Matching refs:FROM
134 from="$1"137 if test $from = "y.tab.c"; then138 from="y_tab.c"140 if test $from = "y.tab.h"; then141 from="y_tab.h"145 if test -f "$from"; then173 FROM=`echo "$from" | sed \180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?