Searched refs:_new_HashNode (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | hash.c | 94 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code, 373 node = _new_HashNode(hash, name, code, fn, data, del_fn); in _new_HashSymbol() 478 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code, in _new_HashNode() function
|