Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c58 static int tagmax, havetags; variable
1679 if (ntags >= tagmax) in cache_tag()
1681 tagmax += 16; in cache_tag()
1684 ? TREALLOC(char *, tag_table, tagmax) in cache_tag()
1685 : TMALLOC(char *, tagmax)); in cache_tag()