Lines Matching refs:raw_entry
261 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()
340 strcat (entry, raw_entry); in cm_listoffloats()
355 strcat (entry, raw_entry); in cm_listoffloats()