Searched refs:inline_citations_to_free (Results 1 – 2 of 2) sorted by relevance
104 stack * inline_citations_to_free; member
195 p->inline_citations_to_free = stack_new(0); in scratch_pad_new()307 while (scratch->inline_citations_to_free->size) { in scratch_pad_free()308 footnote_free(stack_pop(scratch->inline_citations_to_free)); in scratch_pad_free()311 stack_free(scratch->inline_citations_to_free); in scratch_pad_free()2337 stack_push(scratch->inline_citations_to_free, temp); in citation_from_bracket()