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

/freebsd-11-stable/contrib/mdocml/
H A Ddba.c55 *get_macro_entry(struct ohash *, const char *, int32_t);
341 get_macro_entry(struct ohash *macro, const char *value, int32_t np) function
359 * In addition to get_macro_entry(), add multiple page references,
375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np);
382 * In addition to get_macro_entry(), add one page reference,
393 entry = get_macro_entry(dba_array_get(macros, im), value, 1);

Completed in 112 milliseconds