Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c984 size_t filler_len = 0; in copy_union() local
1027 if (filler_len >= sizeof(filler_buf) - 1) in copy_union()
1030 filler_len = 0; in copy_union()
1032 filler_buf[filler_len++] = (char)c; in copy_union()
1033 filler_buf[filler_len] = 0; in copy_union()