Home | History | Annotate | Download | only in makeinfo

Lines Matching defs:note

95   char *note;
101 /* A method for remembering footnotes. Note that this list gets output
104 remember_note (char *marker, char *note)
109 temp->note = xstrdup (note);
125 free (temp->note);
138 where "*" is the (optional) marker character for this note. */
143 char *note;
184 note = xmalloc (len + 1);
185 memcpy (note, &input_text[input_text_offset], len);
186 note[len] = 0;
197 me_execute_string_keep_state (note, "}");
204 free (note);
216 free (note);
234 xml_insert_footnote (note);
237 remember_note (marker, note);
257 execute_string (" (*note %s-Footnote-%d::)",
287 free (note);
364 execute_string ("%s", footnote->note);
376 footnote->marker, footnote->note);