Searched refs:puts_both (Results 1 – 2 of 2) sorted by relevance
957 puts_both(const char *s) in puts_both() function996 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()[all …]
5004 add/use putc_both() and puts_both(), incidentally fixing a place where