Home
last modified time | relevance | path

Searched refs:hcase (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dhash.h128 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
H A Dhash.c213 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, in _new_HashTable() argument
251 hash->case_sensitive = hcase==HONOUR_CASE; in _new_HashTable()