Lines Matching refs:from
42 uint32_t value, const char *from,
385 struct obstack *ob, uint32_t value, const char *from, in repertoire_new_char() argument
397 insert_entry (ht, from, strlen (from), in repertoire_new_char()
403 sizeof (value), (void *) from); in repertoire_new_char()
411 len1 = strlen (from); in repertoire_new_char()
421 cp = &from[len1 - 1]; in repertoire_new_char()
423 while (isdigit (*cp) && cp >= from) in repertoire_new_char()
426 while (isxdigit (*cp) && cp >= from) in repertoire_new_char()
434 prefix_len = (cp - from) + 1; in repertoire_new_char()
436 if (cp == &from[len1 - 1] || strncmp (from, to, prefix_len) != 0) in repertoire_new_char()
440 from_nr = strtoul (&from[prefix_len], &from_end, decimal_ellipsis ? 10 : 16); in repertoire_new_char()
448 from, to); in repertoire_new_char()
463 prefix_len, from, len1 - prefix_len, cnt); in repertoire_new_char()
472 sizeof (this_value), (void *) from); in repertoire_new_char()