Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dlibroff.h76 struct eqn_node *eqn_alloc(int, int, struct mparse *);
H A Deqn.c331 eqn_alloc(int pos, int line, struct mparse *parse) in eqn_alloc() function
H A Droff.c2487 e = eqn_alloc(ppos, ln, r->parse); in roff_EQ()