Searched refs:ROFF_USERCALL (Results 1 – 3 of 3) sorted by relevance
36 #define ROFF_USERCALL 0x020 /* Start execution of a new macro. */ macro
297 if (line_result & ROFF_USERCALL) in mparse_buf_r()372 if (line_result & ROFF_USERCALL) { in mparse_buf_r()
4004 ROFF_REPARSE | ROFF_USERCALL : ROFF_IGN | ROFF_APPEND; in roff_userdef()