Searched defs:troff (Results 1 - 3 of 3) sorted by relevance

/illumos-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
57 POFILE= troff.d.po
68 troff:= POBJS= $(COMMONOBJS) $(TROFFOBJS) macro
73 troff:= LDLIBS += -lmapmalloc macro
/illumos-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...
/illumos-gate/usr/src/cmd/file/
H A Dfile.c105 static char *troff[] = { /* new troff intermediate lang */ variable
856 (void) printf(gettext("troff output\n"));
874 (void) printf(gettext("troff intermediate output text"));
910 if (lookup(troff) == 0)
912 if (lookup(troff) == 0)

Completed in 84 milliseconds