Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/texinfo/makeinfo/
Dfootnote.c95 FN *pending_notes = NULL; variable
106 temp->next = pending_notes; in remember_note()
108 pending_notes = temp; in remember_note()
118 while ((temp = pending_notes)) in free_pending_notes()
122 pending_notes = pending_notes->next; in free_pending_notes()
290 FN *footnote = pending_notes; in output_pending_notes()
292 if (!pending_notes) in output_pending_notes()