Lines Matching refs:FROM
96 from="$1"99 if test $from = "y.tab.c"; then100 from="y_tab.c"102 if test $from = "y.tab.h"; then103 from="y_tab.h"107 if test -f "$from"; then125 FROM=`echo "$from" | sed \131 sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||