Home | History | Annotate | Download | only in dist

Lines Matching defs:puts_both

966 puts_both(const char *s)
1005 puts_both("#ifdef YYSTYPE\n");
1006 puts_both("#undef YYSTYPE_IS_DECLARED\n");
1007 puts_both("#define YYSTYPE_IS_DECLARED 1\n");
1008 puts_both("#endif\n");
1009 puts_both("#ifndef YYSTYPE_IS_DECLARED\n");
1010 puts_both("#define YYSTYPE_IS_DECLARED 1\n");
1024 puts_both("union ");
1025 puts_both(prefix_buf);
1026 puts_both(filler_buf);
1030 puts_both("typedef union YYSTYPE");
1031 puts_both(filler_buf);
1038 puts_both(filler_buf);
1073 puts_both(prefix_len ? "; " : " YYSTYPE;\n");
1076 puts_both("typedef union ");
1077 puts_both(prefix_buf);
1078 puts_both(" YYSTYPE;\n");
1080 puts_both("#endif /* !YYSTYPE_IS_DECLARED */\n");
1090 puts_both(s);
1098 puts_both(s);