Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Dread.c279 if (line_result & ROFF_APPEND) in mparse_buf_r()
280 assert(line_result == (ROFF_IGN | ROFF_APPEND)); in mparse_buf_r()
400 if ((line_result & ROFF_APPEND) == 0) in mparse_buf_r()
409 pos = (line_result & ROFF_APPEND) ? strlen(ln.buf) : 0; in mparse_buf_r()
H A Dlibmandoc.h32 #define ROFF_APPEND 0x010 /* Append the next line to this one. */ macro
H A Droff.c1266 return ROFF_IGN | ROFF_APPEND; in roff_expand()
1332 return ROFF_IGN | ROFF_APPEND; in roff_expand()
3897 ROFF_REPARSE | ROFF_USERCALL : ROFF_IGN | ROFF_APPEND; in roff_userdef()