Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/refer/
HDrefer.cpp89 static int citation_max = 0; variable
685 if (ncitations >= citation_max) { in store_citation()
687 citation = new reference*[citation_max = 100]; in store_citation()
690 citation_max *= 2; in store_citation()
691 citation = new reference *[citation_max]; in store_citation()