Home
last modified time | relevance | path

Searched refs:raw_entry (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.c261 char *raw_entry; in cm_listoffloats() local
287 raw_entry = (char *) xmalloc (strlen (float_type) in cm_listoffloats()
291 sprintf (raw_entry, "%s %s", float_type, temp->number); in cm_listoffloats()
294 strcat (raw_entry, ": "); in cm_listoffloats()
296 number_len = strlen (raw_entry); in cm_listoffloats()
298 len = strlen (title) + strlen (raw_entry); in cm_listoffloats()
306 strcat (raw_entry, title); in cm_listoffloats()
307 len = strlen (raw_entry); in cm_listoffloats()
315 while (raw_entry[len] != ' ' && len >= 0) in cm_listoffloats()
331 raw_entry[len] = 0; in cm_listoffloats()
[all …]