Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/m4/lib/
H A Dohash_create_entry.c28 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() function
H A Dohash.h68 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
/dflybsd-src/contrib/mdocml/
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
/dflybsd-src/usr.bin/m4/
H A DMakefile30 SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
H A Dlook.c145 n = ohash_create_entry(&macro_info, name, &end); in create_entry()