Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfootnote.c97 FN *pending_notes = NULL; variable
108 temp->next = pending_notes; in remember_note()
110 pending_notes = temp; in remember_note()
120 while ((temp = pending_notes)) in free_pending_notes()
124 pending_notes = pending_notes->next; in free_pending_notes()
292 FN *footnote = pending_notes; in output_pending_notes()
294 if (!pending_notes) in output_pending_notes()