Lines Matching refs:uniqstr
28 #include "uniqstr.h"
31 | A uniqstr hash table. |
34 /* Initial capacity of uniqstr hash table. */
40 | Create the uniqstr for S if needed. |
43 uniqstr
46 uniqstr res = hash_lookup (uniqstrs_table, str);
57 uniqstr
74 | Abort if S is not a uniqstr. |
83 "not a uniqstr: %s", quotearg (str));
90 | Print the uniqstr. |
94 uniqstr_print (uniqstr ustr)
109 | A uniqstr hash table. |