Searched refs:ROFF (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/docs/edit/
H A DMakefile3 ROFF= groff macro
10 ${TBL} $< | ${ROFF} -ms -Thtml | \
16 ${TBL} $< | ${ROFF} -ms > $@
/netbsd-current/external/bsd/nvi/dist/docs/vi.man/
H A DMakefile3 ROFF= groff macro
8 ${ROFF} -man -Tascii < vi.1 > $@
12 ${ROFF} -man < vi.1 > $@
17 ${ROFF} -man -Thtml < vi.1 | \
/netbsd-current/external/bsd/mdocml/dist/
H A Dgmdiff30 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
/netbsd-current/external/bsd/nvi/dist/docs/exref/
H A DMakefile3 ROFF= groff macro
12 ${TBL} $< | ${ROFF} -ms -Thtml | \
19 ${TBL} $< | ${ROFF} -ms -Thtml | \
25 ${TBL} $< | ${ROFF} -ms > $@
29 ${TBL} $< | ${ROFF} -ms > $@
/netbsd-current/external/bsd/nvi/dist/docs/vitut/
H A DMakefile4 ROFF= groff macro
11 ${TBL} vi.in vi.chars | ${ROFF} ${MACROS} > $@
15 ${TBL} vi.summary | ${ROFF} ${MACROS} > $@
19 ${TBL} vi.apwh.ms | ${ROFF} ${MACROS} > $@
24 ${TBL} $+ | ${ROFF} -ms -Thtml | \
30 ${TBL} $< | ${ROFF} -ms -Thtml | \
36 ${TBL} $< | ${ROFF} -ms -Thtml | \
/netbsd-current/external/bsd/nvi/dist/docs/vi.ref/
H A DMakefile4 ROFF= groff macro
/netbsd-current/external/gpl2/xcvs/dist/doc/
H A DMakefile.am87 $(ROFF) -t -p -ms -Tps $(srcdir)/cvs-paper.ms >cvs-paper.ps-t
95 $(ROFF) -t -p -ms -Tps $(srcdir)/cvs-paper.ms >cvs-paper.ps-t
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c436 #define ROFF(x) (((x) & 0xffff) << 16) macro
534 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 0), ROFF(csc[0]) |
537 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 2), ROFF(csc[3]) |
540 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 4), ROFF(csc[6]) |

Completed in 197 milliseconds