Lines Matching refs:S3
61 * S3 - D control line parsing (i.e. after ^# is seen but before \n)
62 * S4 - D control line scan (locate control directives only and invoke S3)
71 %s S0 S1 S2 S3 S4
346 <S3>{RGX_INT} {
365 if ((YYSTATE) != S3)
375 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
378 <S3>\"{RGX_STR}\" {
389 if ((YYSTATE) != S3)
446 BEGIN(S3);
627 <S3>\n {
633 <S3>[\f\t\v ]+ ; /* discard */
635 <S3>[^\f\n\t\v "]+ {
654 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
829 if ((YYSTATE) == S3)