Searched refs:eqn (Results 1 - 25 of 45) sorted by path

12

/freebsd-11-stable/contrib/bmake/mk/
H A Ddoc.mk7 EQN?= eqn
/freebsd-11-stable/contrib/groff/
H A DMakefile.in112 # no Unix counterparts. Note that the groff versions of eqn and tbl
509 src/preproc/eqn \
H A Dtest-groff.in12 $builddir/preproc/eqn$SEP\
/freebsd-11-stable/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh9 # Take a pic/eqn diagram on stdin, emit cropped bitmap on stdout.
13 # supported by convert(1). An -eqn option changes the eqn delimiters.
32 # We don't have complete option coverage on eqn because this is primarily
33 # intended as a pic translator; we can live with eqn defaults.
51 -eqn)
93 # 2. Process through eqn and pic to emit troff markup.
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in55 $(top_builddir)/src/preproc/eqn \
88 # For simplicity, we always call grn and eqn.
H A DMakefile.sub33 $(top_builddir)/src/preproc/eqn \
115 # For simplicity, we always call grn and eqn.
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A DMakefile.sub1 PROG=eqn$(EXEEXT)
2 MAN1=eqn.n neqn.n
6 eqn.$(OBJEXT) \
38 $(srcdir)/eqn.h \
40 GRAM=$(srcdir)/eqn.y
41 YTABC=eqn.cpp
H A Dneqn.sh3 # GNU eqn with groff -Tascii|-Tlatin1|-Tkoi8-r|-Tutf8|-Tcp1047 is supported.
23 exec @g@eqn -T${T} ${1+"$@"}
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp165 commands[EQN_INDEX].set_name(command_prefix, "eqn");
706 "-e\tpreprocess with eqn\n"
736 "-N\tdon't allow newlines within eqn delimiters\n"
/freebsd-11-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl47 $eqn++;
178 if ($pic || $tbl || $eqn || $grn || $grap || $refer) {
187 $s .= "e" if $eqn;
/freebsd-11-stable/contrib/mdocml/
H A DMakefile83 eqn.c \
154 eqn.7 \
219 LIBROFF_OBJS = eqn.o \
332 eqn.7.html \
408 $(INSTALL_MAN) eqn.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_EQN).7
H A DMakefile.depend29 eqn.o: eqn.c config.h mandoc_aux.h mandoc.h roff.h libmandoc.h libroff.h
H A Deqn.c1 /* $Id: eqn.c,v 1.78 2017/07/15 16:26:17 schwarze Exp $ */
333 * Find the key "key" of the give size within our eqn-defined values.
643 parent = ep->node->eqn;
H A Dman_html.c279 print_eqn(h, n->eqn);
H A Dman_term.c892 term_eqn(p, n->eqn);
H A Dmdoc_html.c373 print_eqn(h, n->eqn);
H A Dmdoc_term.c356 term_eqn(p, n->eqn);
H A Droff.c102 struct eqn_node *eqn; /* active equation parser */ member in struct:roff
708 r->last_eqn = r->eqn = NULL;
1045 if (n->eqn != NULL)
1046 eqn_box_free(n->eqn);
1474 (r->eqn == NULL || r->eqn_inline)) {
1505 if (r->eqn != NULL && strncmp(buf->buf + ppos, ".EN", 3)) {
1506 eqn_read(r->eqn, buf->buf + ppos);
1591 if (r->eqn != NULL) {
1593 r->eqn->node->line, r->eqn
[all...]
H A Droff.h502 struct eqn_box *eqn; /* EQN */ member in struct:roff_node
H A Dtree.c121 t = "eqn";
204 if (n->eqn)
205 print_box(n->eqn->first, indent + 4);
246 t = "eqn";
289 if (n->eqn)
290 print_box(n->eqn->first, indent + 4);
317 t = "eqn-list";
320 t = "eqn-expr";
323 t = "eqn-text";
326 t = "eqn
[all...]
/freebsd-11-stable/contrib/sendmail/doc/op/
H A DMakefile9 EQN_CMD= eqn
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/
H A DMakefile3 SUBDIR= eqn grn html pic refer tbl
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile3 PROG_CXX= eqn
4 SRCS= eqn.cpp eqn_tab.h main.cpp lex.cpp \
11 MAN= eqn.1 neqn.1
12 CLEANFILES= eqn.cpp eqn_tab.h ${SCRIPTS} ${MAN} y.tab.c y.tab.h
14 eqn_tab.h: eqn.cpp
/freebsd-11-stable/share/me/
H A DMakefile6 MESRCS= acm.me chars.me deltext.me eqn.me float.me footnote.me \
/freebsd-11-stable/share/mk/
H A Dbsd.doc.mk34 # USE_EQN If set, preprocess with eqn(1). [not set]

Completed in 319 milliseconds

12