Searched refs:ohash (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_ohash.h18 #include <ohash.h>
23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
H A Dcompat_ohash.h1 /* $OpenBSD: ohash.h,v 1.2 2014/06/02 18:52:03 deraadt Exp $ */
38 struct ohash { struct
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
53 void ohash_delete(struct ohash *);
55 unsigned int ohash_lookup_interval(struct ohash *, const char *,
57 unsigned int ohash_lookup_memory(struct ohash *, const char *,
59 void *ohash_find(struct ohash *, unsigned int);
60 void *ohash_remove(struct ohash *, unsigned int);
61 void *ohash_insert(struct ohash *, unsigned int, void *);
62 void *ohash_first(struct ohash *, unsigne
[all...]
H A Dcompat_ohash.c9 /* $OpenBSD: ohash.c,v 1.1 2014/06/02 18:52:03 deraadt Exp $ */
47 static void ohash_resize(struct ohash *);
71 ohash_delete(struct ohash *h)
80 ohash_resize(struct ohash *h)
128 ohash_remove(struct ohash *h, unsigned int i)
146 ohash_find(struct ohash *h, unsigned int i)
155 ohash_insert(struct ohash *h, unsigned int i, void *p)
173 ohash_entries(struct ohash *h)
179 ohash_first(struct ohash *h, unsigned int *pos)
186 ohash_next(struct ohash *
[all...]
H A Dmandoc_ohash.c31 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko)
H A Dtag.c41 static struct ohash tag_data;
98 * Set up the ohash table to collect output line numbers
148 * information and clear the ohash table while going along.
H A Dchars.c414 static struct ohash mchars;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c661 register unsigned long *ohash = __m_screen->_hash; local
693 if (ohash[or] != nhash[nr]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c797 unsigned int *ohash = __m_screen->_hash; local
799 unsigned long *ohash = __m_screen->_hash; local
830 if (ohash[or] != nhash[nr]) {

Completed in 83 milliseconds