Home
last modified time | relevance | path

Searched full:roff (Results 1 – 25 of 216) sorted by relevance

123456789

/openbsd-src/regress/usr.bin/mandoc/roff/args/
H A Droff.out_lint1 mandoc: roff.in:31:15: STYLE: whitespace at end of input line
2 mandoc: roff.in:33:16: STYLE: whitespace at end of input line
3 mandoc: roff.in:35:17: STYLE: whitespace at end of input line
4 mandoc: roff.in:55:27: STYLE: whitespace at end of input line
5 mandoc: roff.in:57:28: STYLE: whitespace at end of input line
6 mandoc: roff.in:59:29: STYLE: whitespace at end of input line
7 mandoc: roff.in:63:7: STYLE: unterminated quoted argument
8 mandoc: roff.in:64:11: STYLE: unterminated quoted argument
9 mandoc: roff.in:66:7: STYLE: unterminated quoted argument
10 mandoc: roff.in:66:12: STYLE: whitespace at end of input line
[all …]
H A Droff.out_ascii1 ARGS-ROFF(1) General Commands Manual ARGS-ROFF(1)
4 args-roff - arguments to roff macros
38 OpenBSD February 21, 2015 ARGS-ROFF(1)
H A Droff.in1 .\" $OpenBSD: roff.in,v 1.6 2018/08/19 23:55:40 schwarze Exp $
2 .TH ARGS-ROFF 1 "February 21, 2015"
4 args-roff - arguments to roff macros
H A DMakefile3 REGRESS_TARGETS = roff man mdoc esc infrec
4 LINT_TARGETS = roff man mdoc infrec
/openbsd-src/usr.bin/mandoc/
H A Dlibmandoc.h19 * 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...]
H A Dmandoc.1276 .Xr roff 7
837 .Xr roff 7
991 .Pq roff
1109 .Pq mdoc , man , roff
1114 .Pq roff
1213 .Pq roff
1457 .Pq roff , eqn
1463 .Pq roff
1767 .Pq roff
1775 .Xr roff
[all...]
H A Dread.c22 * handling of roff(7) loops and file inclusion,
42 #include "roff.h"
53 struct roff *roff; /* roff parser (!NULL) */ member
103 * a parser nor the roff parser found a .Dd or .TH macro in choose_parser()
107 if ((format = roff_getformat(curp->roff)) == 0) { in choose_parser()
278 * the roff preprocessor. It's line-oriented but can be in mparse_buf_r()
280 * readjust our starting point and re-run it. The roff in mparse_buf_r()
287 line_result = roff_parseln(curp->roff, curp->line, in mparse_buf_r()
345 /* Process the main instruction from the roff parser. */ in mparse_buf_r()
371 roff_userret(curp->roff); in mparse_buf_r()
[all …]
H A Droff_int.h24 struct roff;
34 struct roff *roff; /* Roff parser state data. */ member
91 * Functions called from roff.c need to be declared here,
H A Droff.c1 /* $OpenBSD: roff.c,v 1.276 2025/01/06 18:48:13 schwarze Exp $ */
18 * Implementation of the roff(7) parser for mandoc(1).
34 #include "roff.h"
100 struct roff { struct
142 #define ROFF_ARGS struct roff *r, /* parse ctx */ \ argument
170 static int roffnode_cleanscope(struct roff *);
171 static int roffnode_pop(struct roff *);
172 static void roffnode_push(struct roff *, enum roff_tok,
182 static int roff_ccond(struct roff *, int, int);
191 static int roff_eqndelim(struct roff *, struc
101 manroff global() argument
102 lastroff global() argument
106 regtabroff global() argument
107 strtabroff global() argument
108 rentabroff global() argument
109 xmbtabroff global() argument
110 xtabroff global() argument
131 optionsroff global() argument
866 roff_man_alloc(struct roff * roff,const char * os_s,int quick) roff_man_alloc() argument
[all...]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dnode.c30 (HFS_BLOCKSZ - (n).roff[(n).nd.ndNRecs] - 2 * ((n).nd.ndNRecs + 1))
49 np->roff[0] = 0x00e; in n_init()
122 reclen = np->roff[i + 1] - np->roff[i]; in n_compact()
126 np->roff[nrecs++] = offset; in n_compact()
139 np->roff[nrecs] = offset; in n_compact()
228 && left->roff[mid] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1)) in n_split()
238 …&& right.roff[nrecs] - right.roff[mid] + left->roff[0] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1)) in n_split()
338 np->roff[i] = np->roff[i - 1] + reclen; in n_insertx()
376 right->roff[right->nd.ndNRecs] - right->roff[0]); in n_merge()
378 offset = left->roff[left->nd.ndNRecs] - right->roff[0]; in n_merge()
[all …]
H A Dbtree.c79 d_fetchw(&ptr, (short *) &np->roff[i]); in bt_getnode()
128 d_storew(&ptr, np->roff[i]); in bt_putnode()
155 bt->hdrnd.roff[0] != 0x00e || in bt_readhdr()
156 bt->hdrnd.roff[1] != 0x078 || in bt_readhdr()
157 bt->hdrnd.roff[2] != 0x0f8 || in bt_readhdr()
158 bt->hdrnd.roff[3] != 0x1f8) in bt_readhdr()
220 n.roff[0] != 0x00e || in bt_readhdr()
221 n.roff[1] != 0x1fa) in bt_readhdr()
308 n.roff[0] != 0x00e || in bt_writehdr()
309 n.roff[1] != 0x1fa) in bt_writehdr()
[all …]
/openbsd-src/usr.bin/vi/docs/USD.doc/vitut/
H A DMakefile11 ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
13 ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
16 ${TBL} vi.summary | ${ROFF} > ${.TARGET}
18 ${TBL} vi.summary | ${ROFF} -Tascii > ${.TARGET}
21 ${ROFF} vi.apwh.ms > ${.TARGET}
23 ${ROFF} -Tascii vi.apwh.ms > ${.TARGET}
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/
H A DMakefile5 SRCS= vi.ref ex.cmd.roff set.opt.roff vi.cmd.roff ref.so
11 soelim vi.ref | ${TBL} | ${ROFF} -U > ${.TARGET}
14 soelim vi.ref | ${TBL} | ${ROFF} -U -Tascii > ${.TARGET}
19 ${TBL} | ${ROFF} -U > /dev/null
H A Dspell.ok161 ex.cmd.roff
280 roff
290 set.opt.roff
361 vi.cmd.roff
/openbsd-src/usr.bin/vi/docs/USD.doc/exref/
H A DMakefile11 ${ROFF} ${SRCS} > ${.TARGET}
13 ${ROFF} -Tascii ${SRCS} > ${.TARGET}
16 ${TBL} ex.summary | ${ROFF} > ${.TARGET}
18 ${TBL} ex.summary | ${ROFF} -Tascii > ${.TARGET}
/openbsd-src/share/man/man7/
H A Dman.762 .Xr roff 7
68 .Xr roff 7
162 .Xr roff 7
174 .Xr roff 7
185 .Xr roff 7
197 .Xr roff 7
221 .Xr roff 7
280 .Xr roff 7
347 .Xr roff 7
435 .Xr roff 7
[all …]
H A Dmandoc_char.728 .Xr roff 7
99 .Xr roff 7
132 .Xr roff 7
161 .Xr roff 7 .
195 .Xr roff 7
220 .Xr roff 7
249 .Xr roff 7
253 .Xr roff 7
267 .Xr roff 7
774 as deprecated in the Heirloom roff manual;
[all …]
/openbsd-src/usr.bin/vi/
H A DLAYOUT36 edit/ Roff source for "Edit: A tutorial". This document
40 exref/ Roff source for "Ex Reference Manual -- Version
44 vi.man/ Roff source for a UNIX manual page for nex/nvi.
47 vi.ref/ Roff source for the nex/nvi reference document.
51 vitut/ Roff source for "An Introduction to Display
/openbsd-src/sys/netinet/
H A Dip_ipcomp.c140 int hlen, error, clen, roff; in ipcomp_input() local
226 m1 = m_getptr(m, skip, &roff); in ipcomp_input()
240 if (roff == 0) { in ipcomp_input()
249 } else if (roff + hlen >= m1->m_len) { in ipcomp_input()
252 if (roff + hlen > m1->m_len) { in ipcomp_input()
253 adjlen = roff + hlen - m1->m_len; in ipcomp_input()
269 adjlen = m1->m_len - roff; in ipcomp_input()
281 memmove(mtod(m1, u_char *) + roff, in ipcomp_input()
282 mtod(m1, u_char *) + roff + hlen, in ipcomp_input()
283 m1->m_len - (roff + hlen)); in ipcomp_input()
[all …]
/openbsd-src/usr.bin/ctfconv/
H A Delf.c272 size_t nsymb, rsym, rtyp, roff; in elf_reloc_apply() local
310 roff = rela[j].r_offset; in elf_reloc_apply()
313 if (roff >= filesize) in elf_reloc_apply()
319 if (rsize == -1 || roff + rsize >= ssz) in elf_reloc_apply()
322 ELF_WRITE_RELOC(sdata + roff, value, rsize); in elf_reloc_apply()
330 roff = rel[j].r_offset; in elf_reloc_apply()
333 if (roff >= filesize) in elf_reloc_apply()
339 if (rsize == -1 || roff + rsize >= ssz) in elf_reloc_apply()
342 ELF_WRITE_RELOC(sdata + roff, value, rsize); in elf_reloc_apply()
/openbsd-src/regress/usr.bin/mandoc/roff/esc/
H A Dcomment.out_ascii1 ROFF-ESC-COMMENT(1) General Commands Manual ROFF-ESC-COMMENT(1)
4 rrooffff--eesscc--ccoommmmeenntt - roff(7) comments
H A Dcomment.in6 .Nm roff-esc-comment
7 .Nd roff(7) comments
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm1 # Convert POD data to formatted *roff input.
3 # This module translates POD documentation into *roff markup using the man
60 # those settings that they are overriding. Data indicates =for roff blocks,
113 # used with roff output. It assumes that the standard preamble has already
115 # want to do something better than this when *roff actually supports other
162 return $encoding ne 'roff' && $encoding ne 'groff';
186 $self->accept_targets (qw/man MAN roff ROFF/);
203 # Degrade to the old roff encoding if Encode is not available.
284 # used to map our internal font escapes to actual *roff sequence
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dfor-blocks12 =for roff \fBBold text.\fP
19 =for ROFF
/openbsd-src/usr.bin/dc/USD.doc/
H A DMakefile8 ${EQN} ${SRCS} | ${ROFF} > ${.TARGET}
11 ${EQN} -Tascii ${SRCS} | ${ROFF} -Tascii > ${.TARGET}

123456789