Searched refs:eqn_nexttok (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | eqn.c | 157 static const char *eqn_nexttok(struct eqn_node *, size_t *); 405 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_matrix() 434 start = eqn_nexttok(ep, &sz); in eqn_matrix() 454 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_list() 465 start = eqn_nexttok(ep, &sz); in eqn_list() 478 start = eqn_nexttok(ep, &sz); in eqn_list() 498 if (NULL == (start = eqn_nexttok(ep, &sz))) in eqn_box() 526 start = eqn_nexttok(ep, &sz); in eqn_box() 546 if (NULL == (start = eqn_nexttok(ep, &sz))) { in eqn_box() 560 start = eqn_nexttok(ep, &sz); in eqn_box() [all …]
|