Lines Matching refs:tab
86 bison create \`y.tab.[ch]', if possible, from existing .[ch]
92 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
209 rm -f y.tab.c y.tab.h
216 cp "$SRCFILE" y.tab.c
220 cp "$SRCFILE" y.tab.h
225 if [ ! -f y.tab.h ]; then
226 echo >y.tab.h
228 if [ ! -f y.tab.c ]; then
229 echo 'main() { return 0; }' >y.tab.c