Home
last modified time | relevance | path

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

/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dwriter.h104 stack * inline_citations_to_free; member
H A Dwriter.c195 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()