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

/freebsd-13-stable/contrib/mandoc/
H A Dmandocdb.c72 const struct mpage *mpage; /* if set, the owning parse */ member in struct:str
82 struct mpage { struct
89 struct mpage *next; /* singly linked list */
102 struct mpage *mpage; /* parent */ member in struct:mlink
108 typedef int (*mdoc_fp)(struct mpage *, const struct roff_meta *,
120 static void dbadd(struct dba *, struct mpage *);
131 static void mlink_check(struct mpage *, struct mlink *);
133 static void mlinks_undupe(struct mpage *);
933 struct mpage *mpage; local
990 struct mpage *mpage; local
1014 mlinks_undupe(struct mpage *mpage) argument
1051 mlink_check(struct mpage *mpage, struct mlink *mlink) argument
1117 struct mpage *mpage, *mpage_dest; local
1250 parse_cat(struct mpage *mpage, int fd) argument
1392 putkey(const struct mpage *mpage, char *value, uint64_t type) argument
1401 putmdockey(const struct mpage *mpage, const struct roff_node *n, uint64_t m, int taboo) argument
1416 parse_man(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1546 parse_mdoc(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1581 parse_mdoc_Fa(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1595 parse_mdoc_Fd(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1639 parse_mdoc_fname(struct mpage *mpage, const struct roff_node *n) argument
1660 parse_mdoc_Fn(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1682 parse_mdoc_Fo(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1696 parse_mdoc_Va(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1721 parse_mdoc_Xr(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1741 parse_mdoc_Nd(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1751 parse_mdoc_Nm(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1773 parse_mdoc_Sh(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1781 parse_mdoc_head(struct mpage *mpage, const struct roff_meta *meta, const struct roff_node *n) argument
1794 putkeys(const struct mpage *mpage, char *cp, size_t sz, uint64_t v) argument
2037 dbadd(struct dba *dba, struct mpage *mpage) argument
[all...]
H A Dmansearch.c93 struct manpage *mpage; local
187 mpage = *res + cur;
188 mandoc_asprintf(&mpage->file, "%s/%s",
191 mpage->file, R_OK) == -1) {
192 warn("%s", mpage->file);
196 free(mpage->file);
200 mpage->names = buildnames(page);
201 mpage->output = buildoutput(outkey, page);
202 mpage->bits = search->firstmatch ? rp->bits : 0;
203 mpage
[all...]
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in560 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
568 echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
611 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
619 rm -f -- $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \

Completed in 63 milliseconds