Home | History | Annotate | Download | only in tests

Lines Matching refs:DASH

6122 %token WITH-DASH
6123 %token WITHOUT_DASH "WITHOUT-DASH"
6131 start: with-dash without_dash with.period without_period;
6132 with-dash: WITH-DASH;
6133 without_dash: "WITHOUT-DASH";
6171 echo >>"$at_stderr"; $as_echo "input.y:9.8-16: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6172 input.y:18.8-16: POSIX Yacc forbids dashes in symbol names: with-dash
6262 echo >>"$at_stderr"; $as_echo "input.y:9.8-16: warning: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6263 input.y:18.8-16: warning: POSIX Yacc forbids dashes in symbol names: with-dash
6298 input.y:9.8-16: warning: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6299 input.y:18.8-16: warning: POSIX Yacc forbids dashes in symbol names: with-dash