Searched refs:ohash_create_entry (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | compat_ohash.h | 66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
| H A D | compat_ohash.c | 47 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
|
| /src/lib/libopenbsd/ |
| H A D | ohash.h | 69 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
| H A D | ohash.c | 45 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
|
| /src/usr.bin/m4/ |
| H A D | look.c | 146 n = ohash_create_entry(¯o_info, name, &end); in create_entry()
|