Searched refs:eqn_next (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | eqn.c | 159 static const char *eqn_next(struct eqn_node *, 696 return(eqn_next(ep, '"', sz, 0)); in eqn_nextrawtok() 703 return(eqn_next(ep, '"', sz, 1)); in eqn_nexttok() 714 eqn_next(struct eqn_node *ep, char quote, size_t *sz, int repl) in eqn_next() function 834 else if (NULL == eqn_next(ep, ep->data[(int)ep->cur], NULL, 0)) in eqn_do_tdefine() 883 start = eqn_next(ep, ep->data[(int)ep->cur], &sz, 0); in eqn_do_define()
|