Searched refs:ROFF_APPEND (Results 1 – 3 of 3) sorted by relevance
294 if (line_result & ROFF_APPEND) in mparse_buf_r()295 assert(line_result == (ROFF_IGN | ROFF_APPEND)); in mparse_buf_r()415 if ((line_result & ROFF_APPEND) == 0) in mparse_buf_r()424 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
1284 return ROFF_IGN | ROFF_APPEND; in roff_parse_comment()1341 return ROFF_IGN | ROFF_APPEND; in roff_parse_comment()4004 ROFF_REPARSE | ROFF_USERCALL : ROFF_IGN | ROFF_APPEND; in roff_userdef()