Lines Matching refs:name
66 search.name = filename; in repertoire_read()
129 result->name = xstrdup (filename); in repertoire_read()
336 repertoire_complain (const char *name) in repertoire_complain() argument
338 if (tfind (name, &unavailable, (__compar_fn_t) strcmp) == NULL) in repertoire_complain()
341 repertoire map file `%s' not found"), name); in repertoire_complain()
344 tsearch (name, &unavailable, (__compar_fn_t) strcmp); in repertoire_complain()
355 return strcmp (r1->name, r2->name); in repertoire_compare()
370 if (len == 11 && memcmp (wordlist[0].name, str, 11) == 0) in repertoiremap_hash()
372 if (len == 12 && memcmp (wordlist[1].name, str, 12) == 0) in repertoiremap_hash()
374 if (len == 7 && memcmp (wordlist[2].name, str, 7) == 0) in repertoiremap_hash()
376 if (len == 3 && memcmp (wordlist[3].name, str, 3) == 0) in repertoiremap_hash()
478 repertoire_find_value (const struct repertoire_t *rep, const char *name, in repertoire_find_value() argument
486 if (find_entry ((hash_table *) &rep->char_table, name, len, &result) < 0) in repertoire_find_value()