Lines Matching refs:input
43 for input in ${REF_DIR}/*.c
45 case $input in #(vi
51 test -f "$input" || continue
53 run_make "$input"
56 case $input in #(vi
64 run_make "$input" DEFINES="$DEFS"
71 for input in ${TEST_DIR}/*.y
73 test -f "$input" || continue
74 case $input in
88 echo "... testing $input"
91 case $input in
93 if test -z `fgrep -l '%pure-parser' $input`
100 sed -e '/^%expect/s,%expect.*,,' $input >>run_make.y
105 sed -e '/^#line/s,"run_make.y","'$input'",' y.tab.c >run_make.c
109 input=run_make.c
111 if test -f $input
115 echo "?? $input not found"
134 for input in ${TEST_DIR}/*.y
136 test -f "$input" || continue
138 echo "... testing $input"
141 case $input in
143 echo "... skipping $input"
147 if fgrep '%pure-parser' $input >/dev/null ||
148 fgrep '%parse-param' $input >/dev/null ||
149 fgrep '%lex-param' $input >/dev/null ||
150 fgrep 'YYLEX_PARAM' $input >/dev/null
152 echo "... skipping $input"
158 sed -e '/^%expect/s,%expect.*,,' $input >>run_make.y
163 sed -e '/^#line/s,"run_make.y","'$input'",' y.tab.c >run_make.c
167 input=run_make.c
169 if test -f $input
173 echo "?? $input not found"