Home
last modified time | relevance | path

Searched refs:ohash_init (Results 1 – 8 of 8) sorted by relevance

/src/contrib/mandoc/
H A Dtest-ohash.c36 ohash_init(&h, 2, &i); in main()
H A Dcompat_ohash.h52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
H A Dmandoc_ohash.c43 ohash_init(h, sz, &info); in mandoc_ohash_init()
H A Dmandoc_dbg.c199 ohash_init(&dhash_table, 18, &info); in mandoc_dbg_init()
H A Dcompat_ohash.c188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() function
/src/lib/libopenbsd/
H A Dohash.h55 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
H A Dohash.c186 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() function
/src/usr.bin/m4/
H A Dlook.c92 ohash_init(&macros, 10, &macro_info); in init_macros()