Home | History | Annotate | Download | only in stressapptest

Lines Matching refs:tab

84   bison        create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab.c