Searched refs:EBp (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsexcept.c57 register _Exc_Buf *EBp = _Exc_Header; local
59 if (EBp == 0) { /* uncaught exception */
63 EBp->Code = code;
64 EBp->Message = msg;
65 _Exc_Header = EBp->Prev;
66 longjmp(EBp->Environ, 1);

Completed in 9 milliseconds