Searched refs:ohash_init (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | test-ohash.c | 36 ohash_init(&h, 2, &i); in main()
|
| H A D | compat_ohash.h | 52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
|
| H A D | mandoc_ohash.c | 43 ohash_init(h, sz, &info); in mandoc_ohash_init()
|
| H A D | mandoc_dbg.c | 199 ohash_init(&dhash_table, 18, &info); in mandoc_dbg_init()
|
| H A D | compat_ohash.c | 188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() function
|
| /src/lib/libopenbsd/ |
| H A D | ohash.h | 55 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
|
| H A D | ohash.c | 186 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init() function
|
| /src/usr.bin/m4/ |
| H A D | look.c | 92 ohash_init(¯os, 10, ¯o_info); in init_macros()
|