Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Deqn.c278 static const char *eqn_nexttok(struct eqn_node *, size_t *);
462 eqn_nexttok(struct eqn_node *ep, size_t *sz) in eqn_nexttok() function
500 if (NULL == (start = eqn_nexttok(ep, &sz))) in eqn_tok_parse()
858 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_parse()
972 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_parse()
1008 (start = eqn_nexttok(ep, &sz)) == NULL) { in eqn_parse()