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

  /src/usr.sbin/makemandb/
makemandb.c 95 typedef void (*proff_nf)(const struct roff_node *n, mandb_rec *); typedef in typeref:typename:void (*)(const struct roff_node * n,mandb_rec *)
107 struct roff_meta *, const proff_nf *);
131 static const proff_nf mdocs[MDOC_MAX - MDOC_Dd] = {
254 static const proff_nf mans[MAN_MAX - MAN_TH] = {
1153 struct roff_meta * roff, const proff_nf * func)
makemandb.c 95 typedef void (*proff_nf)(const struct roff_node *n, mandb_rec *); typedef in typeref:typename:void (*)(const struct roff_node * n,mandb_rec *)
107 struct roff_meta *, const proff_nf *);
131 static const proff_nf mdocs[MDOC_MAX - MDOC_Dd] = {
254 static const proff_nf mans[MAN_MAX - MAN_TH] = {
1153 struct roff_meta * roff, const proff_nf * func)

Completed in 57 milliseconds