Home
last modified time | relevance | path

Searched refs:_new_HashSymbol (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h135 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
H A Dhash.c338 Symbol *_new_HashSymbol(HashTable *hash, const char *name, int code, in _new_HashSymbol() function
H A Dkeytab.c692 if(!_new_HashSymbol(kt->actions, action, 0, (void (*)(void))fn, data, 0)) { in _kt_set_action()