Searched refs:ERROR_PUSH (Results 1 – 2 of 2) sorted by relevance
301 #define CONTEXT(f,p) (((f)&ERROR_PUSH)?((Error_context_t*)&(p)->context->context):((Error_context_t…650 if (op & ERROR_PUSH) in errorctx()656 p->flags |= ERROR_PUSH; in errorctx()
84 #define ERROR_PUSH 0x0040 /* push context */ macro