Searched refs:eqn (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/eqn/
H A DMakefile27 # cmd/eqn/Makefile
33 SUBDIR2 = neqn.d eqn.d
50 POFILE= eqn.po
H A De.y51 stuff : eqn { putout($1); }
56 eqn : box label
57 | eqn box { eqnbox($1, $2, 0); }
58 | eqn lineupbox { eqnbox($1, $2, 1); }
106 | left eqn right { paren($1, $2, $3); }
155 list : eqn { lp[ct++] = $1; }
156 | list ABOVE eqn { lp[ct++] = $3; }
179 pbox : '{' eqn '}' { $$ = $2; }
H A Dio.c26 int eqn(int, char *[]);
43 return (eqn(argc, argv));
47 eqn(int argc, char *argv[]) function
66 * printf(".if \\n(%d>\\n(.l .tm too-long eqn,
191 error(FATAL, gettext("no eqn strings left"), ebuf);
264 printf(gettext("eqn fatal error: "));
268 fprintf(stderr, gettext("eqn: "));
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A DMakefile35 chars.me deltext.me e eqn.me \
37 mmn mmt ms.acc ms.cov ms.eqn ms.ref ms.tbl \
/illumos-gate/usr/src/cmd/mandoc/
H A Droff_int.h28 void roff_addeqn(struct roff_man *, const struct eqn *);
H A Deqn.c1 /* $Id: eqn.c,v 1.61 2016/01/08 00:50:45 schwarze Exp $ */
338 p->eqn.ln = line;
339 p->eqn.pos = pos;
346 * Find the key "key" of the give size within our eqn-defined values.
384 ep->eqn.ln, ep->eqn.pos, NULL);
426 ep->eqn.ln, ep->eqn.pos, NULL);
481 * A token consists of one of the recognised eqn(7) strings.
605 ep->eqn
[all...]
H A Dlibmandoc.h38 struct eqn;
84 const struct eqn *roff_eqn(const struct roff *);
H A Dlibroff.h41 struct eqn eqn; /* syntax tree of this equation */ member in struct:eqn_node
H A Droff.h95 const struct eqn *eqn; /* EQN */ member in struct:roff_node
H A Dterm.h110 struct eqn;
114 void term_eqn(struct termp *, const struct eqn *);
H A Dhtml.h147 struct eqn;
158 void print_eqn(struct html *, const struct eqn *);
H A Dtree.c97 t = "eqn";
174 if (n->eqn)
175 print_box(n->eqn->root->first, indent + 4);
216 t = "eqn";
259 if (n->eqn)
260 print_box(n->eqn->root->first, indent + 4);
287 t = "eqn-root";
291 t = "eqn-list";
294 t = "eqn-expr";
297 t = "eqn
[all...]
H A Droff.c328 struct eqn_node *eqn; /* current equation being parsed */ member in struct:roff
858 r->first_eqn = r->last_eqn = r->eqn = NULL;
1128 roff_addeqn(struct roff_man *man, const struct eqn *eqn) argument
1132 n = roff_node_alloc(man, eqn->ln, eqn->pos, ROFFT_EQN, TOKEN_NONE);
1133 n->eqn = eqn;
1134 if (eqn->ln > man->last->line)
1536 (r->eqn
[all...]
H A Deqn_term.c43 term_eqn(struct termp *p, const struct eqn *ep)
H A Deqn_html.c179 print_eqn(struct html *p, const struct eqn *ep)
184 PAIR_CLASS_INIT(&tag, "eqn");
H A Dmandoc.h113 MANDOCERR_EQN_NOBOX, /* missing eqn box, using "": op */
192 MANDOCERR_TBLOPT_EQN, /* eqn delim option in tbl: arg */
303 EQN_SUBEXPR, /* nested `eqn' subexpression */
346 * A "box" is a parsed mathematical expression as defined by the eqn.7
374 struct eqn { struct
/illumos-gate/usr/src/cmd/eqn/eqn.d/
H A DMakefile8 PROG = eqn
25 POFILE= eqn.d.po
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_event.h249 void tavor_eq_doorbell(tavor_state_t *state, uint32_t eq_cmd, uint32_t eqn,
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshman.sh216 tbl <<<"${tmp}" | eqn | nroff -u0 -Tlp -man - | col -x | browse_manpage /dev/stdin "${manname}(${mansect})"
224 tbl <"${match}" | eqn | nroff -u0 -Tlp -man - | col -x | browse_manpage /dev/stdin "${manname}(${mansect})"
372 # cd /usr/man; LC_MESSAGES=C /usr/lib/sgml/sgml2roff /usr/man/sman1as/asadmin-list-timers.1as | tbl | eqn | nroff -u0 -Tlp -man - | col -x > /tmp/mpLQaqac
/illumos-gate/usr/src/man/man1/
H A DMakefile124 eqn.1 \
611 checkeq.1 := LINKSRC = eqn.1
612 neqn.1 := LINKSRC = eqn.1
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h296 void hermon_eq_doorbell(hermon_state_t *state, uint32_t eq_cmd, uint32_t eqn,
/illumos-gate/usr/src/man/man5/
H A DMakefile47 eqn.5 \
/illumos-gate/usr/src/cmd/
H A DMakefile146 eqn \
571 eqn \
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c41 * Deroff command -- strip troff, eqn, and Tbl sequences from a file.
114 static void eqn(void);
479 eqn();
623 eqn();
657 eqn(void) function
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h297 uint32_t eqn :6; member in struct:tavor_hw_uar_eq_s

Completed in 131 milliseconds

12