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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c276 static const char *eqn_next(struct eqn_node *, char, size_t *, int);
367 eqn_next(struct eqn_node *ep, char quote, size_t *sz, int repl) function
466 return eqn_next(ep, '"', sz, 1);
476 return eqn_next(ep, '"', sz, 0);
678 start = eqn_next(ep, ep->data[(int)ep->cur], &sz, 0);
732 eqn_next(ep, ep->data[(int)ep->cur], NULL, 0) == NULL)

Completed in 45 milliseconds