Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Droff.h311 ROFF_while, enumerator
H A Droff.c701 inloop = p->tok == ROFF_while; in roffnode_pop()
2044 case ROFF_while: in roff_ccond()
2258 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_sub()
2305 if (bl->tok == ROFF_while) in roff_cond_sub()
2325 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_text()
2649 if (buf->buf[pos] == '\0' && tok != ROFF_while) { in roff_cond()
2682 if (tok == ROFF_while) in roff_cond()