Home | History | Annotate | Download | only in build-aux

Lines Matching refs:tab

81   bison        create 'y.tab.[ch]', if possible, from existing .[ch]
86 yacc create 'y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if test ! -f y.tab.h; then
233 echo >y.tab.h
235 if test ! -f y.tab.c; then
236 echo 'main() { return 0; }' >y.tab.c