Searched refs:tagmax (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dreader.c33 static int tagmax, havetags; variable
1207 if (ntags >= tagmax)
1209 tagmax += 16;
1212 ? TREALLOC(char *, tag_table, tagmax)
1213 : TMALLOC(char *, tagmax));

Completed in 46 milliseconds