Searched refs:pending_notes (Results 1 – 1 of 1) sorted by relevance
97 FN *pending_notes = NULL; variable108 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()