Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c983 char filler_buf[NAME_LEN + 1]; in copy_union() local
988 filler_buf[0] = '\0'; in copy_union()
1017 puts_both(filler_buf); in copy_union()
1022 puts_both(filler_buf); in copy_union()
1027 if (filler_len >= sizeof(filler_buf) - 1) in copy_union()
1029 puts_both(filler_buf); in copy_union()
1032 filler_buf[filler_len++] = (char)c; in copy_union()
1033 filler_buf[filler_len] = 0; in copy_union()
H A DCHANGES76 ensure that filler_buf and prefix_buf are initialized for the special case