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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c277 static const char *eqn_nextrawtok(struct eqn_node *, size_t *);
473 eqn_nextrawtok(struct eqn_node *ep, size_t *sz) function
603 if ((start = eqn_nextrawtok(ep, &sz)) == NULL)
628 if ((start = eqn_nextrawtok(ep, &sz)) == NULL) {
649 if ((start = eqn_nextrawtok(ep, &sz)) == NULL) {
731 if (eqn_nextrawtok(ep, NULL) == NULL ||
740 if (eqn_nextrawtok(ep, NULL) == NULL)

Completed in 58 milliseconds