Lines Matching full:title
34 add_new_float (char *id, char *title, char *shorttitle, in add_new_float() argument
42 new->title = title; in add_new_float()
69 /* Plain text output needs sectioning number and its title, in add_new_float()
104 return float_stack->title; in current_float_title()
245 if (strlen (temp->title) > 0) in cm_listoffloats()
251 execute_string ("%s", temp->title); in cm_listoffloats()
262 char *title = expansion (temp->title, 0); in cm_listoffloats() local
281 and then a colon after the title, to construct a in cm_listoffloats()
288 + strlen (temp->number) + strlen (title) in cm_listoffloats()
293 if (strlen (title) > 0) in cm_listoffloats()
298 len = strlen (title) + strlen (raw_entry); in cm_listoffloats()
304 title = expansion (temp->shorttitle, 0); in cm_listoffloats()
306 strcat (raw_entry, title); in cm_listoffloats()
322 we have a title, then this means title does not in cm_listoffloats()
325 as possible of the title. */ in cm_listoffloats()
327 || (len == number_len && strlen (title) > 0)) in cm_listoffloats()
396 free (title); in cm_listoffloats()