Searched refs:roff (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/mdocml/
H A Dlibmandoc.h21 ROFF_RERUN, /* re-run roff interpreter with offset */
35 struct roff;
59 void roff_free(struct roff *);
60 struct roff *roff_alloc(struct mparse *, int);
61 void roff_reset(struct roff *);
63 struct roff_man *roff_man_alloc(struct roff *, struct mparse *,
66 enum rofferr roff_parseln(struct roff *, int, struct buf *, int *);
67 void roff_endparse(struct roff *);
68 void roff_setreg(struct roff *, const char *, int, char sign);
69 int roff_getreg(const struct roff *, cons
[all...]
H A Dgmdiff45 $ROFF -mandoc $file 2> /tmp/roff.err > /tmp/roff.out
48 for i in roff mandoc; do
51 diff -au /tmp/roff.out /tmp/mandoc.out 2>&1
H A DMakefile.depend1 att.o: att.c config.h mandoc.h roff.h mdoc.h libmdoc.h
3 cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h main.h manconf.h mansearch.h cgi.h
28 demandoc.o: demandoc.c config.h mandoc.h roff.h man.h mdoc.h
29 eqn.o: eqn.c config.h mandoc_aux.h mandoc.h roff.h libmandoc.h libroff.h
32 html.o: html.c config.h mandoc_aux.h mandoc.h roff.h out.h html.h manconf.h main.h
33 lib.o: lib.c config.h mandoc.h roff.h mdoc.h libmdoc.h lib.in
34 main.o: main.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff.h mdoc.h man.h tag.h main.h manconf.h mansearch.h
35 man.o: man.c config.h mandoc_aux.h mandoc.h roff.h man.h libmandoc.h roff_int.h libman.h
36 man_html.o: man_html.c config.h mandoc_aux.h mandoc.h roff.h man.h out.h html.h main.h
37 man_macro.o: man_macro.c config.h mandoc.h roff
[all...]
H A Dread.c38 #include "roff.h"
46 struct roff *roff; /* roff parser (!NULL) */ member in struct:mparse
261 "unsupported roff request",
294 * a parser nor the roff parser found a .Dd or .TH macro
298 if ((format = roff_getformat(curp->roff)) == 0) {
439 * the roff preprocessor. It's line-oriented but can be
441 * readjust our starting point and re-run it. The roff
469 rr = roff_parseln(curp->roff, cur
[all...]
H A Droff.c1 /* $Id: roff.c,v 1.324 2017/07/14 17:16:16 schwarze Exp $ */
34 #include "roff.h"
86 struct roff { struct
124 #define ROFF_ARGS struct roff *r, /* parse ctx */ \
152 static void roffnode_cleanscope(struct roff *);
153 static void roffnode_pop(struct roff *);
154 static void roffnode_push(struct roff *, enum roff_tok,
164 static void roff_ccond(struct roff *, int, int);
171 static enum rofferr roff_eqndelim(struct roff *, struct buf *, int);
172 static int roff_evalcond(struct roff *
818 roff_man_alloc(struct roff *roff, struct mparse *parse, const char *os_s, int quick) argument
[all...]
H A Dmdoc_state.c24 #include "roff.h"
185 roff_setreg(mdoc->roff, "nS", 0, '=');
274 roff_setreg(mdoc->roff, "nS", 1, '=');
277 roff_setreg(mdoc->roff, "nS", 0, '=');
/freebsd-11-stable/gnu/usr.bin/groff/src/roff/
H A DMakefile.inc4 DIST_SUBDIR= src/roff/${.CURDIR:T}
/freebsd-11-stable/gnu/usr.bin/groff/man/
H A DMakefile5 MAN+= ditroff.7 groff.7 groff_char.7 groff_diff.7 roff.7
/freebsd-11-stable/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
/freebsd-11-stable/contrib/groff/man/
H A DMakefile.sub10 roff.n
/freebsd-11-stable/contrib/groff/
H A Dtest-groff.in9 $builddir/roff/groff$SEP\
10 $builddir/roff/troff$SEP\
34 exec $builddir/roff/groff/groff ${1+"$@"}
H A DMakefile.in505 src/roff/groff \
506 src/roff/troff \
545 src/roff/grog \
546 src/roff/nroff \
589 subdir=src/roff/troff
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mbuf.c246 int roff; local
249 m1 = m_getptr(m, skip, &roff);
254 if (roff == 0) {
260 } else if (roff + hlen >= m1->m_len) {
270 if (roff + hlen > m1->m_len) {
271 adjlen = roff + hlen - m1->m_len;
285 adjlen = m1->m_len - roff;
298 bcopy(mtod(m1, u_char *) + roff + hlen,
299 mtod(m1, u_char *) + roff,
300 m1->m_len - (roff
314 int roff; local
[all...]
/freebsd-11-stable/share/doc/usd/13.viref/
H A DMakefile5 EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c103 new->roff = sp->roff;
105 sp->roff += new->rows;
116 new->roff = sp->roff + sp->rows;
258 new->roff = sp->roff;
306 if (tsp->roff >= sp->roff)
313 if (tsp->roff !
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_pci_console.c186 uint16_t roff; local
204 roff = rcnt[0] - 1;
206 roff = OPCIC_RSYS_FIFO_SIZE - 1;
207 c = cvmx_read64_uint8(console_rbuf + roff);
/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub21 GROFFBIN=$(top_builddir)/src/roff/groff/groff
25 $(top_builddir)/src/roff/groff \
26 $(top_builddir)/src/roff/troff \
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in38 TROFFBIN=$(top_builddir)/src/roff/troff/troff
39 GROFFBIN=$(top_builddir)/src/roff/groff/groff
52 $(top_builddir)/src/roff/groff \
53 $(top_builddir)/src/roff/troff \
H A DMakefile.sub21 GROFFBIN=$(top_builddir)/src/roff/groff/groff
30 $(top_builddir)/src/roff/groff \
31 $(top_builddir)/src/roff/troff \
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c499 size_t roff; local
503 roff = 0;
509 len = snprintf(&rval[roff], sizeof(rval) - roff, "%u;", *cp);
510 if (len < 0 || (unsigned)len >= sizeof(rval) - roff)
512 roff += len;
518 if (roff != 0)
519 rval[roff - 1] = '\0';
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A DMakefile.sub41 GROFF_BIN_DIR=$(top_builddir)/src/roff/groff
43 $(top_builddir)/src/roff/troff \
/freebsd-11-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend77 gnu/usr.bin/groff/src/roff/groff \
78 gnu/usr.bin/groff/src/roff/grog \
79 gnu/usr.bin/groff/src/roff/nroff \
80 gnu/usr.bin/groff/src/roff/psroff \
81 gnu/usr.bin/groff/src/roff/troff \
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c300 *yp -= sp->roff;
376 tsp->roff, tsp->coff);
509 lno, sp->roff, cno, sp->coff);
555 if (psp->roff == tsp->roff) {
592 mvvline(sp->roff, sp->cols + sp->coff, '|', sp->rows);
594 mvvline(sp->roff, sp->cols + sp->coff, ACS_VLINE, sp->rows);
688 origp->roff, origp->coff);
690 newp->roff, newp->coff);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c2651 bfd_vma roff;
2663 roff = rel->r_offset + 5;
2693 roff = rel->r_offset + 6;
2706 contents + roff);
2722 bfd_vma roff;
2727 roff = rel->r_offset;
2728 BFD_ASSERT (roff >= 2);
2729 type = bfd_get_8 (input_bfd, contents + roff - 2);
2731 val = bfd_get_8 (input_bfd, contents + roff - 1);
2733 BFD_ASSERT (roff
2649 bfd_vma roff; local
2720 bfd_vma roff; local
2751 bfd_vma roff; local
3038 bfd_vma roff; local
3109 bfd_vma roff; local
3155 bfd_vma roff; local
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dscreen.h59 size_t roff; /* 0-N: screen row offset in display. */ member in struct:_scr

Completed in 270 milliseconds

12