Searched refs:ROFF_APPEND (Results 1 – 3 of 3) sorted by relevance
279 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()
32 #define ROFF_APPEND 0x010 /* Append the next line to this one. */ macro
1266 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()