Searched refs:HashTab (Results 1 – 2 of 2) sorted by relevance
76 typedef struct _HashTab HashTab; typedef108 static HashTab *111 HashTab *hashtab; in hnj_hash_new()114 hashtab = hnj_malloc (sizeof(HashTab)); in hnj_hash_new()122 hnj_hash_free (HashTab *hashtab) in hnj_hash_free()140 hnj_hash_insert (HashTab *hashtab, const char *key, int val) in hnj_hash_insert()155 hnj_hash_lookup (HashTab *hashtab, const char *key) in hnj_hash_lookup()168 hnj_get_state (HyphenDict *dict, HashTab *hashtab, const char *string) in hnj_get_state()217 HashTab *global;283 HashTab *hashtab; in hnj_hyphen_load_from_buffer()
92 HashTab *hashtab;