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

/freebsd-10-stable/gnu/usr.bin/groff/src/roff/
H A DMakefile3 SUBDIR= groff grog nroff psroff troff
/freebsd-10-stable/share/doc/usd/21.troff/
H A DMakefile4 VOLUME= usd/21.troff
/freebsd-10-stable/games/fortune/tools/
H A DDo_troff10 echo troff output in $file.tr
/freebsd-10-stable/share/doc/usd/
H A DMakefile20 21.troff \
/freebsd-10-stable/gnu/usr.bin/groff/src/preproc/pic/
H A DMakefile5 common.cpp troff.cpp tex.cpp
/freebsd-10-stable/gnu/usr.bin/groff/src/roff/troff/
H A DMakefile3 PROG_CXX= troff
/freebsd-10-stable/contrib/groff/
H A Dtest-groff.in10 $builddir/roff/troff$SEP\
/freebsd-10-stable/usr.bin/indent/
H A Dindent.c228 if (troff || input == stdin)
237 if (troff) {
284 if (troff) {
514 if (troff && !ps.dumped_decl_indent && !is_procname && ps.last_token == decl) {
586 if (troff && !ps.dumped_decl_indent && ps.in_decl && !is_procname) {
604 if (troff && token[0] == '-' && token[1] == '>')
620 if (troff)
933 if (troff && !ps.dumped_decl_indent) {
997 if (troff && ps.its_a_keyword) {
1063 if (troff)
[all...]
H A Dio.c69 if (troff) {
164 if (troff) {
469 if (troff)
H A Dindent_globs.h160 int troff; /* true iff were generating troff input */ variable
210 /* -troff font state information */
H A Dargs.c63 #define PRO_FONT 4 /* troff font */
161 {"troff", PRO_BOOL, false, ON, &troff},
H A Dpr_comment.c177 if (troff) {
/freebsd-10-stable/share/mk/
H A Dbsd.doc.mk4 # The include file <bsd.doc.mk> handles installing BSD troff documents.
9 # DCOMPRESS_CMD Program to compress troff documents. Output is to stdout.
22 # NO_DOCCOMPRESS If you do not want formatted troff documents to be
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c229 static int format_troff=0; /* Format troff? */
421 * OR it's a troff request (and we don't format troff),
639 int troff=0; local
645 if (len+spaces_pending==0 && ch=='.' && !format_troff) troff=1;
647 else if (troff || iswprint(ch)) {
/freebsd-10-stable/contrib/file/magic/
H A DMakefile.am261 $(MAGIC_FRAGMENT_DIR)/troff \
H A DMakefile.in533 $(MAGIC_FRAGMENT_DIR)/troff \
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2man.pl27 troff(1) using the man(7) macro set.
38 a teeny bit smaller in troff(1), and escaping backslashes so you don't
255 troff -man -rC1 -rD1 -rF1 perl.1 perldata.1 perlsyn.1 ...
567 . \" fudge factors for nroff and troff
582 . \" simple accents for nroff and troff
605 . \" troff and (daisy-wheel) nroff accents
1016 # make troff just be normal, but make small nroff get quoted
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp43 // troff will be passed an argument of -rXREG=1 if the -X option is
124 commands[TROFF_INDEX].set_name(command_prefix, "troff");
396 // environment -- troff will pick it up later.
739 "-Idir\tsearch dir for soelim, troff, and grops. Implies -s\n"
/freebsd-10-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh430 'local-file' 'location' 'troff' 'update'";
433 'pager' 'preprocessor' 'prompt' 'sections' 'systems' 'troff-device'";
443 'match-case' 'troff' 'update' 'version' 'whatis' 'where' 'where-cat'";
4333 -t|--troff)
4416 -T|--device|--troff-device) # device; arg
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp24 #include "troff.h"
123 int debug_state = 0; // turns on debugging of the html troff state
6363 // This is a really bizarre troff feature.
7286 printf("GNU troff (groff) version %s\n", Version_string);
7623 init_request("troff", troff_request);

Completed in 341 milliseconds