Searched refs:puts_code (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/byacc/
H A Doutput.c51 puts_code(FILE * fp, const char *s) function
1754 puts_code(fp, "# define YYPARSE_DECL() yyparse(");
1816 puts_code(fp,
1820 puts_code(fp, "# define YYLEX_DECL() yylex(YYSTYPE *yylval, ");
1826 puts_code(fp, "# define YYLEX yylex(&yylval, &yylloc, ");
1829 puts_code(fp, "# define YYLEX yylex(&yylval, ");
1851 puts_code(fp, "# define YYLEX_DECL() yylex(");
1855 puts_code(fp, "# define YYLEX yylex(");
1890 puts_code(fp, "#define YYERROR_DECL() yyerror(");
1893 puts_code(f
[all...]

Completed in 44 milliseconds