/titanic_44/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
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | libmandoc.h | 55 int mdoc_addeqn(struct mdoc *, const struct eqn *); 63 int man_addeqn(struct man *, const struct eqn *); 84 const struct eqn *roff_eqn(const struct roff *);
|
H A D | tree.c | 145 } else if (n->eqn) { in print_mdoc() 147 print_box(n->eqn->root, indent); in print_mdoc() 249 } else if (n->eqn) { in print_man() 251 print_box(n->eqn->root, indent); in print_man()
|
H A D | libroff.h | 53 struct eqn eqn; member
|
H A D | man.h | 101 const struct eqn *eqn; /* EQN */ member
|
H A D | eqn.c | 33 #define EQN_MSG(t, x) mandoc_msg((t), (x)->parse, (x)->eqn.ln, (x)->eqn.pos, NULL) 342 p->eqn.name = mandoc_strndup(name, sz + 1); in eqn_alloc() 346 p->eqn.ln = line; in eqn_alloc() 347 p->eqn.pos = pos; in eqn_alloc() 363 ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box)); in eqn_end() 365 root = ep->eqn.root; in eqn_end() 646 eqn_box_free(p->eqn.root); in eqn_free() 653 free(p->eqn.name); in eqn_free()
|
H A D | roff.c | 126 struct eqn_node *eqn; /* current equation being parsed */ member 425 r->first_eqn = r->last_eqn = r->eqn = NULL; in roff_free1() 721 if (r->eqn) in roff_parseln() 722 return(eqn_read(&r->eqn, ln, *bufp, ppos, offs)); in roff_parseln() 767 if (r->eqn) { in roff_endparse() 769 r->eqn->eqn.ln, r->eqn->eqn.pos, NULL); in roff_endparse() 770 eqn_end(&r->eqn); in roff_endparse() 1551 return(r->eqn && ROFF_EQN == eqn_end(&r->eqn) ? 1 : 0); 1562 assert(NULL == r->eqn); in roff_openeqn() 1570 r->eqn = r->last_eqn = e; in roff_openeqn() [all …]
|
H A D | mdoc.h | 376 const struct eqn *eqn; /* EQN */ member
|
H A D | eqn_term.c | 41 term_eqn(struct termp *p, const struct eqn *ep) in term_eqn()
|
H A D | Makefile.common | 18 mandoc_OBJS = arch.o att.o chars.o eqn.o eqn_html.o eqn_term.o \
|
H A D | eqn_html.c | 42 print_eqn(struct html *p, const struct eqn *ep) in print_eqn()
|
H A D | term.h | 104 void term_eqn(struct termp *, const struct eqn *);
|
H A D | html.h | 148 void print_eqn(struct html *, const struct eqn *);
|
/titanic_44/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 \
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/eqn/eqn.d/ |
H A D | Makefile | 8 PROG = eqn 25 POFILE= eqn.d.po
|
/titanic_44/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.
|
/titanic_44/usr/src/cmd/deroff/ |
H A D | deroff.c | 114 static void eqn(void); 479 eqn(); in comline() 623 eqn(); in sdis() 657 eqn(void) in eqn() function
|
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | shman.sh | 216 …tbl <<<"${tmp}" | eqn | nroff -u0 -Tlp -man - | col -x | browse_manpage /dev/stdin "${manname}(${m… 224 …tbl <"${match}" | eqn | nroff -u0 -Tlp -man - | col -x | browse_manpage /dev/stdin "${manname}(${m…
|
/titanic_44/usr/src/man/man1/ |
H A D | Makefile | 124 eqn.1 \ 617 checkeq.1 := LINKSRC = eqn.1 618 neqn.1 := LINKSRC = eqn.1
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | text-doctools.mf | 59 file path=usr/bin/eqn mode=0555 269 file path=usr/share/lib/tmac/eqn.me 279 file path=usr/share/lib/tmac/ms.eqn 299 file path=usr/share/man/man1/eqn.1 331 license usr/src/cmd/eqn/THIRDPARTYLICENSE \ 332 license=usr/src/cmd/eqn/THIRDPARTYLICENSE 344 link path=usr/share/man/man1/checkeq.1 target=eqn.1 345 link path=usr/share/man/man1/neqn.1 target=eqn.1
|
/titanic_44/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,
|
/titanic_44/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,
|