/titanic_50/usr/src/cmd/mandoc/ |
H A D | eqn.c | 338 p->eqn.ln = line; in eqn_alloc() 339 p->eqn.pos = pos; in eqn_alloc() 384 ep->eqn.ln, ep->eqn.pos, NULL); in eqn_next() 426 ep->eqn.ln, ep->eqn.pos, NULL); in eqn_next() 604 ep->eqn.ln, ep->eqn.pos, "delim"); in eqn_delim() 629 ep->eqn.ln, ep->eqn.pos, "undef"); in eqn_undef() 650 ep->eqn.ln, ep->eqn.pos, "define"); in eqn_def() 680 ep->eqn.ln, ep->eqn.pos, "define %s", def->key); in eqn_def() 733 ep->eqn.ln, ep->eqn.pos, "tdefine"); in eqn_parse() 741 ep->eqn.ln, ep->eqn.pos, eqn_toks[tok]); in eqn_parse() [all …]
|
H A D | libmandoc.h | 40 struct eqn; 65 void mdoc_addeqn(struct mdoc *, const struct eqn *); 74 void man_addeqn(struct man *, const struct eqn *); 93 const struct eqn *roff_eqn(const struct roff *);
|
H A D | libroff.h | 41 struct eqn eqn; /* syntax tree of this equation */ member
|
H A D | man.h | 100 const struct eqn *eqn; /* EQN */ member
|
H A D | tree.c | 168 if (n->eqn) in print_mdoc() 169 print_box(n->eqn->root->first, indent + 4); in print_mdoc() 255 if (n->eqn) in print_man() 256 print_box(n->eqn->root->first, indent + 4); in print_man()
|
H A D | term.h | 108 struct eqn; 112 void term_eqn(struct termp *, const struct eqn *);
|
H A D | html.h | 149 struct eqn; 160 void print_eqn(struct html *, const struct eqn *);
|
H A D | roff.c | 328 struct eqn_node *eqn; /* current equation being parsed */ member 843 r->first_eqn = r->last_eqn = r->eqn = NULL; in roff_free1() 1174 (r->eqn == NULL || r->eqn_inline)) { in roff_parseln() 1206 if (r->eqn != NULL) in roff_parseln() 1207 return(eqn_read(&r->eqn, ln, buf->buf, ppos, offs)); in roff_parseln() 1276 if (r->eqn) { in roff_endparse() 1278 r->eqn->eqn.ln, r->eqn->eqn.pos, "EQ"); in roff_endparse() 1279 eqn_end(&r->eqn); in roff_endparse() 2432 cp2 = strchr(cp1, r->eqn == NULL ? in roff_eqndelim() 2443 if (r->eqn == NULL) in roff_eqndelim() [all …]
|
H A D | mdoc.h | 377 const struct eqn *eqn; /* EQN */ member
|
H A D | Makefile.common | 21 eqn.o \
|
H A D | eqn_term.c | 43 term_eqn(struct termp *p, const struct eqn *ep) in term_eqn()
|
/titanic_50/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_50/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_50/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_50/usr/src/cmd/eqn/eqn.d/ |
H A D | Makefile | 8 PROG = eqn 25 POFILE= eqn.d.po
|
/titanic_50/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_50/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_50/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_50/usr/src/man/man1/ |
H A D | Makefile | 126 eqn.1 \ 611 checkeq.1 := LINKSRC = eqn.1 612 neqn.1 := LINKSRC = eqn.1
|
/titanic_50/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_50/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_50/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,
|
/titanic_50/usr/src/man/man5/ |
H A D | Makefile | 47 eqn.5 \
|