Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c957 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()
[all …]
H A DCHANGES5004 add/use putc_both() and puts_both(), incidentally fixing a place where