Home
last modified time | relevance | path

Searched refs:puts_both (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/byacc/
H A Dreader.c874 puts_both(const char *s) in puts_both() function
903 puts_both("#ifdef YYSTYPE\n"); in copy_union()
904 puts_both("#undef YYSTYPE_IS_DECLARED\n"); in copy_union()
905 puts_both("#define YYSTYPE_IS_DECLARED 1\n"); in copy_union()
906 puts_both("#endif\n"); in copy_union()
907 puts_both("#ifndef YYSTYPE_IS_DECLARED\n"); in copy_union()
908 puts_both("#define YYSTYPE_IS_DECLARED 1\n"); in copy_union()
911 puts_both("typedef union"); in copy_union()
932 puts_both(" YYSTYPE;\n"); in copy_union()
943 puts_both(s); in copy_union()
[all …]
H A DCHANGES4854 add/use putc_both() and puts_both(), incidentally fixing a place where