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