Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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 *); argument
299 static struct eqn_def *eqn_def_find(struct eqn_node *);
342 static struct eqn_def *
380 struct eqn_def *def; in eqn_next()
595 struct eqn_def *def; in eqn_undef()
611 eqn_def(struct eqn_node *ep) in eqn_def() function
613 struct eqn_def *def; in eqn_def()
635 ep->defsz, sizeof(struct eqn_def)); in eqn_def()
690 eqn_def(ep); in eqn_parse()