Home
last modified time | relevance | path

Searched refs:mpage (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/mandoc/
H A Dmandocdb.c63 const struct mpage *mpage; /* if set, the owning parse */ member
73 struct mpage { struct
80 struct mpage *next; /* singly linked list */ argument
93 struct mpage *mpage; /* parent */ argument
99 typedef int (*mdoc_fp)(struct mpage *, const struct roff_meta *,
111 static void dbadd(struct dba *, struct mpage *);
118 static void mlink_check(struct mpage *, struct mlink *);
120 static void mlinks_undupe(struct mpage *);
123 static void parse_cat(struct mpage *, int);
124 static void parse_man(struct mpage *, const struct roff_meta *,
[all …]
H A Dmansearch.c90 struct manpage *mpage; in mansearch() local
184 mpage = *res + cur; in mansearch()
185 mandoc_asprintf(&mpage->file, "%s/%s", in mansearch()
188 mpage->file, R_OK) == -1) { in mansearch()
189 warn("%s", mpage->file); in mansearch()
193 free(mpage->file); in mansearch()
197 mpage->names = buildnames(page); in mansearch()
198 mpage->output = buildoutput(outkey, page); in mansearch()
199 mpage->bits = search->firstmatch ? rp->bits : 0; in mansearch()
200 mpage->ipath = i; in mansearch()
[all …]
/openbsd-src/usr.sbin/ldapd/
H A Dbtree.c125 struct mpage { /* an in-memory cached page */ struct
126 RB_ENTRY(mpage) entry; /* page cache entry */
127 SIMPLEQ_ENTRY(mpage) next; /* queue of dirty pages */
128 TAILQ_ENTRY(mpage) lru_next; /* LRU queue */
129 struct mpage *parent; /* NULL if root */ argument
137 RB_HEAD(page_cache, mpage); argument
138 SIMPLEQ_HEAD(dirty_queue, mpage);
139 TAILQ_HEAD(lru_queue, mpage);
141 static int mpage_cmp(struct mpage *a, struct mpage *b);
142 static struct mpage *mpage_lookup(struct btree *bt, pgno_t pgno);
[all …]
H A Dbtree.h24 struct mpage;
32 struct mpage *mp; /* ref'd memory page */
/openbsd-src/usr.sbin/unbound/
H A DMakefile.in588 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
596 echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
639 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
647 rm -f -- $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \