Searched refs:ROFF_APPEND (Results 1 – 3 of 3) sorted by relevance
289 if (line_result & ROFF_APPEND) in mparse_buf_r()290 assert(line_result == (ROFF_IGN | ROFF_APPEND)); in mparse_buf_r()410 if ((line_result & ROFF_APPEND) == 0) in mparse_buf_r()419 pos = (line_result & ROFF_APPEND) ? strlen(ln.buf) : 0; in mparse_buf_r()
35 #define ROFF_APPEND 0x010 /* Append the next line to this one. */ macro
1330 return ROFF_IGN | ROFF_APPEND; in roff_expand()1396 return ROFF_IGN | ROFF_APPEND; in roff_expand()3992 ROFF_REPARSE | ROFF_USERCALL : ROFF_IGN | ROFF_APPEND; in roff_userdef()