Searched defs:eqn (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 51 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 D | io.c | 26 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/mandoc/ |
H A D | libroff.h | 41 struct eqn eqn; /* syntax tree of this equation */ member in struct:eqn_node
|
H A D | roff.h | 95 const struct eqn *eqn; /* EQN */ member in struct:roff_node
|
H A D | mandoc.h | 113 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
|
H A D | roff.c | 328 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...] |
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 41 * 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/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_event.c | 633 tavor_eq_doorbell(tavor_state_t *state, uint32_t eq_cmd, uint32_t eqn, argument 640 ((uint64_t)eqn << TAVOR_EQDB_EQN_SHIFT) | eq_param;
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.h | 297 uint32_t eqn :6; member in struct:tavor_hw_uar_eq_s
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 2122 uint32_t eqn :6; member in struct:tavor_hw_uar_eq_s
|
Completed in 106 milliseconds