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

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c85 EQN_TOK__MAX enumerator in enum:eqn_tok
88 static const char *eqn_toks[EQN_TOK__MAX] = {
485 * EQN_TOK__MAX and sets the "p" pointer to an allocated, nil-terminated
507 return EQN_TOK__MAX;
510 for (i = 0; i < EQN_TOK__MAX; i++) {
517 if (i == EQN_TOK__MAX && NULL != p)
818 if (subtok != EQN_TOK__MAX) {
1066 assert(tok == EQN_TOK__MAX);

Completed in 45 milliseconds