Searched refs:troff (Results 1 - 21 of 21) sorted by relevance

/opensolaris-onvv-gate/exception_lists/
H A Dmapfilechk42 usr/src/cmd/troff/troff.d/tmac.d/*
/opensolaris-onvv-gate/usr/src/cmd/troff/
H A DMakefile27 # cmd/troff/Makefile
32 SUBDIRS = nroff.d troff.d
47 POFILE= troff.po
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A DMakefile25 # cmd/troff/troff.d/Makefile
30 PROG = troff ta makedev
43 TXTS = README maketables troff.sh
50 POFILE= troff.d.po
61 troff:= POBJS= $(COMMONOBJS) $(TROFFOBJS) macro
66 troff:= LDLIBS += -lmapmalloc macro
H A Dtroff.sh68 exec troff $newargs
H A DREADME39 The troff in this directory
40 is a troff that produces machine-independent output.
46 troff -Taps ...
68 descriptions into a binary form that the troff can
74 that converts the more or less machine-independent troff
82 troff
87 The recommended way to create the necessary files to make troff
101 troff(5), which describes the output language produced by troff,
166 This version is the current evolution of 8th Edition troff
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DREADME33 Postscript definitions of some special troff characters. For now each file
34 is named by its two character troff name and is copied to the output file,
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME23 Source code for a program that translates device independent troff output into
44 read when you add the -Tpost option to troff. A typical command line would be,
46 pic file | tbl | eqn | troff -mm -Tpost | dpost >file.ps
50 pic -T720 file | tbl | eqn -r720 | troff -mm -Tpost | dpost >file.ps
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvgrind.ksh21 troff=${TROFF:-/usr/bin/troff}
226 cmd="$cmd | $troff -rx1 $troffopts -i $macros - 2>> xindex"
243 cmd="$cmd | $troff -i $troffopts $macros -"
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME26 in /usr/lib/font/devpost. You can point troff there using the -Tpost option, while
31 The mapping from troff's one or two character font names to PostScript fonts is
32 handled by definitions made near the start of file ../postscript/dpost.ps. troff
41 Adding a new font file (for troff and dpost) can be time consuming, but isn't
44 1: Pick a one or two character font name for troff and dpost - no longer a
131 The tables should only be used by dpost - troff files should be formatted with
/opensolaris-onvv-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c54 Errorclass troff(void);
98 ((errorclass = troff()) != C_UNKNOWN) ||
100 ((errorclass = troff()) != C_UNKNOWN))) {
534 troff(void) function
537 * troff source error message, from eqn, bib, tbl...
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm80 .\" expand to `' in nroff, nothing in troff, for use with C<>.
119 . \" fudge factors for nroff and troff
134 . \" simple accents for nroff and troff
151 . \" troff and (daisy-wheel) nroff accents
1097 # Also separate troff from nroff if there are any fixed-width fonts in use
1106 my $troff = $_;
1107 $troff =~ s/\"\"([^\"]*)\"\"/\`\`$1\'\'/g;
1111 $troff =~ s/\\\*\(C[\'\`]//g;
1114 $troff = qq("$troff")
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL117 terminal using nroff(1), normally via man(1), or printing using troff(1).
133 it. This generally only matters for troff output for printing. Similarly,
143 takes care of several other troff-specific tweaks. See L<Pod::Man> for
164 Some systems may want CR instead. Only matters for troff(1) output.
169 troff(1) output.
175 version). Defaults to CI. Only matters for troff(1) output.
181 (such as Solaris) have this font available as CX. Only matters for troff(1)
223 troff output).
268 troff -man -rC1 -rD1 perl.1 perldata.1 perlsyn.1 ...
272 troff
[all...]
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile410 troff \
715 troff \
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME109 FONTDIR - Where the binary font files go. Should be set to troff's font
190 Translates output produced by the device independent troff into PostScript.
199 pic file | tbl | eqn | troff -mm -Tpost | dpost >file.ps
203 pic -T720 | tbl | eqn -r720 | troff -mm -Tpost | dpost >file.ps
291 troff, dpost, and the picture inclusion macros. It's not a replacement
299 picpack file | troff -mm -Tpost >file.t
303 have a PostScript printer generate new troff width tables for printer or
324 available on your printer. Characters that troff uses but that aren't on
327 The mapping from troff's one or two character font names into PostScript
341 Stand-alone troff macr
[all...]
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dfile.c105 static char *troff[] = { /* new troff intermediate lang */ variable
849 (void) printf(gettext("troff output\n"));
867 (void) printf(gettext("troff intermediate output text"));
903 if (lookup(troff) == 0)
905 if (lookup(troff) == 0)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/i386/
H A Dconfig.sh936 troff=''
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/sparc/
H A Dconfig.sh935 troff=''
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh264 # enumerate comments in a troff document
519 file_format="troff"
543 file_format="troff"
641 troff)
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1027 troff=''
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1027 troff=''
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dtext-doctools.mf28 value="utilities and fonts for development, display, and production of documentation such as manual pages (nroff/troff)"
72 file path=usr/bin/troff mode=0555
360 desc="utilities and fonts for development, display, and production of documentation such as manual pages (nroff/troff)" \

Completed in 119 milliseconds