Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Dlibmandoc.h37 #define ROFF_LOOPEXIT 0x400 /* Exit the current .while loop. */ macro
H A Dread.c309 case ROFF_LOOPEXIT: in mparse_buf_r()
H A Droff.c2259 rr ? ROFF_LOOPCONT : ROFF_LOOPEXIT; in roff_cond_sub()
2301 irc = ROFF_IGN | ROFF_LOOPEXIT; in roff_cond_sub()
2326 rr ? ROFF_LOOPCONT : ROFF_LOOPEXIT; in roff_cond_text()