Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dread.c277 if (line_result & ROFF_APPEND) in mparse_buf_r()
278 assert(line_result == (ROFF_IGN | ROFF_APPEND)); in mparse_buf_r()
398 if ((line_result & ROFF_APPEND) == 0) in mparse_buf_r()
407 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.c1262 return ROFF_IGN | ROFF_APPEND; in roff_expand()
1328 return ROFF_IGN | ROFF_APPEND; in roff_expand()
3855 ROFF_REPARSE | ROFF_USERCALL : ROFF_IGN | ROFF_APPEND; in roff_userdef()