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