Searched defs:xref (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c534 int xref; local
547 xref = strncmp(line, ".Xr", 3) == 0;
581 if (xref) {
585 xref = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h174 typedef struct xref { struct
175 ssize_t xf_position; /* xref fd position in poll fd list */
225 int pd_nsets; /* num of xref sets, used by poll(2) */
226 xref_t *pd_ref; /* ptr to xref info, 1 for each set */
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c783 size_t i, xref, base; local
824 xref = p->ps->pdfbytes;
825 ps_printf(p, "xref\n");
840 ps_printf(p, "%zu\n", xref);

Completed in 61 milliseconds