P_RAF
#define PP_ISRAF(pp) ((pp)->p_state & P_RAF)
#define PP_SETRAF(pp) ((pp)->p_state |= P_RAF)
#define PP_CLRRAF(pp) ((pp)->p_state &= ~P_RAF)