Home
last modified time | relevance | path

Searched refs:ohash_create_entry (Results 1 – 5 of 5) sorted by relevance

/src/contrib/mandoc/
H A Dcompat_ohash.h66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
H A Dcompat_ohash.c47 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
/src/lib/libopenbsd/
H A Dohash.h69 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
H A Dohash.c45 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
/src/usr.bin/m4/
H A Dlook.c146 n = ohash_create_entry(&macro_info, name, &end); in create_entry()