/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 51 stuff : eqn { putout($1); } 56 eqn : box 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 D | Makefile | 33 SUBDIR2 = neqn.d eqn.d 50 POFILE= eqn.po
|
H A D | io.c | 26 int eqn(int, char *[]); 43 return (eqn(argc, argv)); in main() 47 eqn(int argc, char *argv[]) in eqn() function
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | BRACKETS_NOTE | 25 and bottom bracket pieces used by eqn. The files are only used if the character 28 solution is to change eqn so large brackets and braces are built differently. 30 There were some serious collisions with eqn's bracket building algorithm and 31 Adobe's Symbol font. eqn extends all the pieces with the \(bv character, while 35 Anyway using a single extender (the way eqn does) can't ever work with the
|
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | Makefile | 35 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/eqn/eqn.d/ |
H A D | Makefile | 10 PROG = eqn 27 POFILE= eqn.d.po
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | README | 46 pic file | tbl | eqn | troff -mm -Tpost | dpost >file.ps 50 pic -T720 file | tbl | eqn -r720 | troff -mm -Tpost | dpost >file.ps 52 should work if you're using old versions of eqn and pic.
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tree.c | 197 if (n->eqn) in print_mdoc() 198 print_box(n->eqn->first, indent + 4); in print_mdoc() 280 if (n->eqn) in print_man() 281 print_box(n->eqn->first, indent + 4); in print_man()
|
H A D | roff.c | 126 struct eqn_node *eqn; /* active equation parser */ member 745 r->last_eqn = r->eqn = NULL; in roff_free1() 1105 eqn_box_free(n->eqn); in roff_node_free() 1837 if (len > 80 && r->tbl == NULL && r->eqn == NULL && in roff_parseln() 1849 (r->eqn == NULL || r->eqn_inline)) { in roff_parseln() 1881 if (r->eqn != NULL && strncmp(buf->buf + ppos, ".EN", 3)) { in roff_parseln() 1882 eqn_read(r->eqn, buf->buf + ppos); in roff_parseln() 1987 if (r->eqn != NULL) { in roff_endparse() 1989 r->eqn->node->line, r->eqn->node->pos, "EQ"); in roff_endparse() 1990 eqn_parse(r->eqn); in roff_endparse() [all …]
|
H A D | Makefile.common | 29 eqn.o \
|
H A D | roff.h | 511 struct eqn_box *eqn; /* EQN */ member
|
H A D | man_html.c | 198 print_eqn(h, n->eqn); in print_man_node()
|
H A D | eqn.c | 669 parent = ep->node->eqn; in eqn_parse()
|
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 112 static void eqn(void); 477 eqn(); in comline() 621 eqn(); in sdis() 655 eqn(void) in eqn() function
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 125 eqn.1 \ 616 checkeq.1 := LINKSRC = eqn.1 617 neqn.1 := LINKSRC = eqn.1
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | text-doctools.p5m | 43 file path=usr/bin/eqn mode=0555 273 file path=usr/share/lib/tmac/eqn.me 283 file path=usr/share/lib/tmac/ms.eqn 302 link path=usr/share/man/man1/checkeq.1 target=eqn.1 306 file path=usr/share/man/man1/eqn.1 309 link path=usr/share/man/man1/neqn.1 target=eqn.1 335 license usr/src/cmd/eqn/THIRDPARTYLICENSE \ 336 license=usr/src/cmd/eqn/THIRDPARTYLICENSE
|
H A D | system-man.p5m | 47 file path=usr/share/man/man7/eqn.7
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_event.h | 296 void hermon_eq_doorbell(hermon_state_t *state, uint32_t eq_cmd, uint32_t eqn,
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_event.h | 249 void tavor_eq_doorbell(tavor_state_t *state, uint32_t eq_cmd, uint32_t eqn,
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 156 eqn \ 590 eqn \
|
/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 50 eqn.7 \
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/ |
H A D | README | 196 A typical command line (assuming you have up to date versions of eqn 199 pic file | tbl | eqn | troff -mm -Tpost | dpost >file.ps 201 If old versions of eqn and pic are installed try, 203 pic -T720 | tbl | eqn -r720 | troff -mm -Tpost | dpost >file.ps
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | local | 158 eqn
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.h | 297 uint32_t eqn :6; member
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_event.c | 576 tavor_eq_doorbell(tavor_state_t *state, uint32_t eq_cmd, uint32_t eqn, in tavor_eq_doorbell() argument 583 ((uint64_t)eqn << TAVOR_EQDB_EQN_SHIFT) | eq_param; in tavor_eq_doorbell()
|