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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c278 static const char *eqn_nexttok(struct eqn_node *, size_t *);
463 eqn_nexttok(struct eqn_node *ep, size_t *sz) function
501 if (NULL == (start = eqn_nexttok(ep, &sz)))
859 if (NULL == (start = eqn_nexttok(ep, &sz))) {
973 if (NULL == (start = eqn_nexttok(ep, &sz))) {
1009 (start = eqn_nexttok(ep, &sz)) == NULL) {

Completed in 59 milliseconds