Searched refs:footnote_count (Results 1 – 1 of 1) sorted by relevance
57 int footnote_count = 0; variable109 footnote_count++; in remember_note()126 footnote_count = 0; in free_pending_notes()336 FN **array = xmalloc ((footnote_count + 1) * sizeof (FN *)); in output_pending_notes()337 array[footnote_count] = NULL; in output_pending_notes()339 while (--footnote_count > -1) in output_pending_notes()341 array[footnote_count] = footnote; in output_pending_notes()349 while ((footnote = array[++footnote_count])) in output_pending_notes()