Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Ddba.c47 *get_macro_entry(struct ohash *, const char *, int32_t);
333 get_macro_entry(struct ohash *macro, const char *value, int32_t np) in get_macro_entry() function
367 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new()
385 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()