Searched refs:puts_code (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | output.c | 51 puts_code(FILE * fp, const char *s) in puts_code() function 1754 puts_code(fp, "# define YYPARSE_DECL() yyparse("); in output_parse_decl() 1816 puts_code(fp, in output_lex_decl() 1820 puts_code(fp, "# define YYLEX_DECL() yylex(YYSTYPE *yylval, "); in output_lex_decl() 1826 puts_code(fp, "# define YYLEX yylex(&yylval, &yylloc, "); in output_lex_decl() 1829 puts_code(fp, "# define YYLEX yylex(&yylval, "); in output_lex_decl() 1851 puts_code(fp, "# define YYLEX_DECL() yylex("); in output_lex_decl() 1855 puts_code(fp, "# define YYLEX yylex("); in output_lex_decl() 1890 puts_code(fp, "#define YYERROR_DECL() yyerror("); in output_error_decl() 1893 puts_code(fp, "YYLTYPE *loc, "); in output_error_decl() [all …]
|