Home
last modified time | relevance | path

Searched defs:ohash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h38 struct ohash { struct
39 struct _ohash_record *t; argument
40 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c795 unsigned int *ohash = __m_screen->_hash; in cost() local
797 unsigned long *ohash = __m_screen->_hash; in cost() local
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c661 register unsigned long *ohash = __m_screen->_hash; local