Home
last modified time | relevance | path

Searched refs:eqn_alloc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dlibroff.h76 struct eqn_node *eqn_alloc(const char *, int, int, struct mparse *);
H A Deqn.c327 eqn_alloc(const char *name, int pos, int line, struct mparse *parse) in eqn_alloc() function
H A Droff.c1563 e = eqn_alloc(name, offs, line, r->parse); in roff_openeqn()