Searched refs:citation_max (Results 1 – 1 of 1) sorted by relevance
89 static int citation_max = 0; variable685 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()