Searched refs:footnote_count (Results 1 – 1 of 1) sorted by relevance
59 int footnote_count = 0; variable111 footnote_count++; in remember_note()128 footnote_count = 0; in free_pending_notes()338 FN **array = xmalloc ((footnote_count + 1) * sizeof (FN *)); in output_pending_notes()339 array[footnote_count] = NULL; in output_pending_notes()341 while (--footnote_count > -1) in output_pending_notes()343 array[footnote_count] = footnote; in output_pending_notes()351 while ((footnote = array[++footnote_count])) in output_pending_notes()