Home | History | Annotate | Download | only in makeinfo

Lines Matching defs:title

36 add_new_float (char *id, char *title, char *shorttitle,
44 new->title = title;
71 /* Plain text output needs sectioning number and its title,
106 return float_stack->title;
247 if (strlen (temp->title) > 0)
253 execute_string ("%s", temp->title);
264 char *title = expansion (temp->title, 0);
283 and then a colon after the title, to construct a
290 + strlen (temp->number) + strlen (title)
295 if (strlen (title) > 0)
300 len = strlen (title) + strlen (raw_entry);
306 title = expansion (temp->shorttitle, 0);
308 strcat (raw_entry, title);
324 we have a title, then this means title does not
327 as possible of the title. */
329 || (len == number_len && strlen (title) > 0))
398 free (title);