Searched defs:eqn_def (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dlibroff.h44 struct eqn_def *defs; /* array of definitions */
56 struct eqn_def { struct
H A Deqn.c273 static void eqn_def(struct eqn_node *);
274 static struct eqn_def *eqn_def_find(struct eqn_node *, const char *, size_t);
348 static struct eqn_def *
372 struct eqn_def *def;
625 struct eqn_def *def;
642 eqn_def(struct eqn_node *ep) function
646 struct eqn_def *def;
668 ep->defsz, sizeof(struct eqn_def));
728 eqn_def(ep);

Completed in 60 milliseconds