| /src/usr.bin/gprof/ |
| Makefile | 3 SUBDIR.roff=PSD.doc
|
| /src/external/bsd/mdocml/dist/ |
| libmandoc.h | 19 * and the top-level functions to call the mdoc, man, and roff parsers. 23 * Return codes passed from the roff parser to the main parser. 29 #define ROFF_RERUN 0x002 /* Re-run the roff parser with an offset. */ 51 struct roff; 70 void roff_free(struct roff *); 71 struct roff *roff_alloc(int); 72 void roff_reset(struct roff *); 74 struct roff_man *roff_man_alloc(struct roff *, const char *, int); 76 int roff_parseln(struct roff *, int, struct buf *, int *, size_t); 77 void roff_userret(struct roff *); [all...] |
| gmdiff | 30 ROFF="nroff" 35 ROFF="groff -ket -ww -Tutf8 -P -c" 39 ROFF="groff -ket -ww -mtty-char -Tascii -P -c" 48 $ROFF -mandoc $file | $COLPIPE 2> /tmp/roff.err > /tmp/roff.out 51 for i in roff mandoc; do 54 diff -au $DIFFOPT /tmp/roff.out /tmp/mandoc.out 2>&1
|
| roff_int.h | 24 struct roff; 34 struct roff *roff; /* Roff parser state data. */ member in struct:roff_man 88 * Functions called from roff.c need to be declared here,
|
| /src/external/bsd/nvi/docs/ |
| Makefile | 4 SUBDIR.roff= USD.doc
|
| /src/usr.sbin/timed/ |
| Makefile | 5 SUBDIR.roff+= SMM.doc
|
| /src/usr.sbin/lpr/ |
| Makefile | 5 SUBDIR.roff+= SMM.doc
|
| /src/external/gpl2/groff/bin/grog/ |
| Makefile | 3 # $FreeBSD: src/gnu/usr.bin/groff/src/roff/grog/Makefile,v 1.1 2001/04/17 12:37:12 ru Exp $ 5 DIST_SUBDIR= src/roff/grog
|
| /src/external/gpl2/groff/bin/nroff/ |
| Makefile | 3 # $FreeBSD: src/gnu/usr.bin/groff/src/roff/nroff/Makefile,v 1.1 2001/04/17 12:37:13 ru Exp $ 5 DIST_SUBDIR= src/roff/nroff
|
| /src/external/gpl2/groff/man/ |
| Makefile | 7 MAN+= ditroff.7 groff.7 groff_char.7 groff_diff.7 roff.7
|
| /src/external/bsd/nvi/docs/USD.doc/vi.ref/ |
| Makefile | 10 DEPSRCS= ex.cmd.roff set.opt.roff vi.cmd.roff ref.so index.so
|
| /src/sbin/fsck_ffs/ |
| Makefile | 12 SUBDIR.roff= SMM.doc
|
| /src/share/doc/usd/18.msdiffs/ |
| Makefile | 6 SECTION=reference/ref1/roff
|
| /src/share/doc/usd/19.memacros/ |
| Makefile | 6 SECTION=reference/ref1/roff
|
| /src/share/doc/usd/20.meref/ |
| Makefile | 6 SECTION=reference/ref1/roff
|
| /src/external/gpl2/groff/bin/groff/ |
| Makefile | 3 # $FreeBSD: src/gnu/usr.bin/groff/src/roff/groff/Makefile,v 1.7 2003/05/01 13:22:20 ru Exp $ 5 DIST_SUBDIR= src/roff/groff
|
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| t-groff.bat | 5 test -d ./src/roff/groff
10 test -x ./src/roff/groff/groff
20 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grotty;%PATH1%
23 roff\groff\groff -V -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
26 roff\groff\groff -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
28 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grops;%PATH1%
30 roff\groff\groff -V -e -s -t -p -R -me -Tps ../doc/meintro.me
33 REM roff\groff\groff -e -s -t -p -R -me -Tps ../doc/meintro.me >>prn
35 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grolj4;%PATH1%
37 roff\groff\groff -V -e -s -t -p -R -me -Tlj4 ../doc/meintro.me [all...] |
| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| node.c | 30 (HFS_BLOCKSZ - (n).roff[(n).nd.ndNRecs] - 2 * ((n).nd.ndNRecs + 1)) 49 np->roff[0] = 0x00e; 122 reclen = np->roff[i + 1] - np->roff[i]; 126 np->roff[nrecs++] = offset; 139 np->roff[nrecs] = offset; 228 && left->roff[mid] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1)) 238 && right.roff[nrecs] - right.roff[mid] + left->roff[0] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1) [all...] |
| /src/external/gpl2/groff/dist/ |
| test-groff.in | 9 $builddir/roff/groff$SEP\ 10 $builddir/roff/troff$SEP\ 34 exec $builddir/roff/groff/groff ${1+"$@"}
|
| /src/share/doc/usd/17.msmacros/ |
| Makefile | 3 SECTION=reference/ref1/roff
|
| /src/usr.bin/dc/ |
| Makefile | 12 SUBDIR.roff+=USD.doc
|
| /src/external/gpl2/groff/tmac/mom/examples/ |
| Makefile | 8 FILESDIR= /usr/share/doc/reference/ref1/roff/mom_examples
|
| /src/external/bsd/nvi/dist/vi/ |
| vs_split.c | 108 new->roff = sp->roff; 110 sp->roff += new->rows; 121 new->roff = sp->roff + sp->rows; 263 new->roff = sp->roff; 311 if (tsp->roff >= sp->roff) 318 if (tsp->roff != sp->roff || tsp->coff > sp->coff [all...] |
| /src/share/ |
| Makefile | 22 SUBDIR.roff+= doc
|
| /src/external/bsd/mdocml/man/ |
| Makefile | 23 mandoc_roff.7: ${DISTDIR}/roff.7 26 ${TOOL_CAT} ${DISTDIR}/roff.7 > ${.TARGET}
|