Searched refs:get_macro_entry (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | dba.c | 55 *get_macro_entry(struct ohash *, const char *, int32_t); 341 get_macro_entry(struct ohash *macro, const char *value, int32_t np) in get_macro_entry() function 375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new() 393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()
|