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

/freebsd-13-stable/contrib/mandoc/
H A Deqn_parse.h24 struct eqn_def;
28 struct eqn_def *defs; /* Array of definitions. */
H A Deqn.c288 struct eqn_def { struct
298 static void eqn_def(struct eqn_node *);
299 static struct eqn_def *eqn_def_find(struct eqn_node *);
342 static struct eqn_def *
380 struct eqn_def *def;
587 struct eqn_def *def;
603 eqn_def(struct eqn_node *ep) function
605 struct eqn_def *def;
627 ep->defsz, sizeof(struct eqn_def));
682 eqn_def(e
[all...]

Completed in 218 milliseconds