HomeSort by: relevance | last modified time | path
    Searched defs:proff_node (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
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);
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);

Completed in 22 milliseconds