Lines Matching full:input
46 for input in ${REF_DIR}/*.c
48 case $input in #(vi
55 test -f "$input" || continue
57 run_make "$input"
60 case $input in #(vi
68 run_make "$input" DEFINES="$DEFS"
75 for input in ${TEST_DIR}/*.y
77 test -f "$input" || continue
78 case $input in
98 echo "... testing $input"
101 case $input in
103 if test -z "`$FGREP -i -l '%pure-parser' "$input"`"
110 sed -e '/^%expect/s,%expect.*,,' "$input" >>run_make.y
122 sed -e '/^#line/s,"run_make.y","'"$input"'",' y.tab.c >run_make.c
126 input=run_make.c
128 if test -f $input
132 echo "?? $input not found"
151 for input in ${TEST_DIR}/*.y
153 test -f "$input" || continue
155 echo "... testing $input"
158 case $input in
160 echo "... skipping $input"
164 if $FGREP -i '%pure-parser' "$input" >/dev/null ||
165 $FGREP -i '%parse-param' "$input" >/dev/null ||
166 $FGREP -i '%lex-param' "$input" >/dev/null ||
167 $FGREP -i '%token-table' "$input" >/dev/null ||
168 $FGREP 'YYLEX_PARAM' "$input" >/dev/null
170 echo "... skipping $input"
176 sed -e '/^%expect/s,%expect.*,,' "$input" >>run_make.y
181 sed -e '/^#line/s,"run_make.y","'"$input"'",' y.tab.c >run_make.c
185 input=run_make.c
187 if test -f $input
191 echo "?? $input not found"