Searched refs:ohash_create_entry (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/m4/lib/ |
H A D | ohash_create_entry.c | 26 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
|
H A D | ohash.h | 66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | compat_ohash.h | 66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
H A D | compat_ohash.c | 55 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
|
/netbsd-src/usr.bin/m4/ |
H A D | Makefile | 13 SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
|
H A D | look.c | 147 n = ohash_create_entry(¯o_info, name, &end); in create_entry()
|