makemandb.c | 106 static void proff_node(const struct roff_node *, mandb_rec *, 891 proff_node(roff->first->child, rec, roff, mdocs); 894 proff_node(roff->first->child, rec, roff, mans); 1152 proff_node(const struct roff_node * n, mandb_rec * rec, function in typeref:typename:void 1179 proff_node(n->child, rec, roff, func); 1180 proff_node(n->next, rec, roff, func);
|