Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h126 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
H A Dhash.c211 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, in _new_HashTable() argument
249 hash->case_sensitive = hcase==HONOUR_CASE; in _new_HashTable()