Lines Matching refs:puts_both
957 puts_both(const char *s) in puts_both() function
996 puts_both("#ifdef YYSTYPE\n"); in copy_union()
997 puts_both("#undef YYSTYPE_IS_DECLARED\n"); in copy_union()
998 puts_both("#define YYSTYPE_IS_DECLARED 1\n"); in copy_union()
999 puts_both("#endif\n"); in copy_union()
1000 puts_both("#ifndef YYSTYPE_IS_DECLARED\n"); in copy_union()
1001 puts_both("#define YYSTYPE_IS_DECLARED 1\n"); in copy_union()
1015 puts_both("union "); in copy_union()
1016 puts_both(prefix_buf); in copy_union()
1017 puts_both(filler_buf); in copy_union()
1021 puts_both("typedef union YYSTYPE"); in copy_union()
1022 puts_both(filler_buf); in copy_union()
1029 puts_both(filler_buf); in copy_union()
1064 puts_both(prefix_len ? "; " : " YYSTYPE;\n"); in copy_union()
1067 puts_both("typedef union "); in copy_union()
1068 puts_both(prefix_buf); in copy_union()
1069 puts_both(" YYSTYPE;\n"); in copy_union()
1071 puts_both("#endif /* !YYSTYPE_IS_DECLARED */\n"); in copy_union()
1081 puts_both(s); in copy_union()
1089 puts_both(s); in copy_union()