Lines Matching refs:puts_code
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()
1901 puts_code(fp, "#define YYERROR_CALL(msg) yyerror("); in output_error_decl()
1904 puts_code(fp, "&yylloc, "); in output_error_decl()
1919 puts_code(fp, in output_yydestruct_decl()
1924 puts_code(fp, ", YYLTYPE *loc"); in output_yydestruct_decl()
1928 puts_code(fp, ", "); in output_yydestruct_decl()
1937 puts_code(fp, "#define YYDESTRUCT_CALL(msg, psymb, val"); in output_yydestruct_decl()
1940 puts_code(fp, ", loc"); in output_yydestruct_decl()
1942 puts_code(fp, ") yydestruct(msg, psymb, val"); in output_yydestruct_decl()
1945 puts_code(fp, ", loc"); in output_yydestruct_decl()
1949 puts_code(fp, ", "); in output_yydestruct_decl()
1987 puts_code(code_file, destructor_code); in output_yydestruct_impl()