Lines Matching refs:uniqstr
29 #include "uniqstr.h"
32 | A uniqstr hash table. |
35 /* Initial capacity of uniqstr hash table. */
41 | Create the uniqstr for S if needed. |
44 uniqstr
47 uniqstr res = hash_lookup (uniqstrs_table, str);
59 | Abort if S is not a uniqstr. |
68 "not a uniqstr: %s", quotearg (str));
75 | Print the uniqstr. |
79 uniqstr_print (uniqstr ustr)
94 | A uniqstr hash table. |