Searched refs:SF_ATEXIT (Results 1 – 6 of 6) sorted by relevance
78 type == SF_FINAL || type == SF_ATEXIT)) &&
91 (void)SFRAISE(f, SF_ATEXIT, NIL(Void_t*)); in _sfcleanup()
45 case SF_ATEXIT: in wideexcept()
176 #define SF_ATEXIT 14 /* process is exiting */ macro
2480 #ifndef SF_ATEXIT2481 # define SF_ATEXIT 0 macro2495 if(type==0 || type==SF_ATEXIT || !ap) in alias_exceptf()
2459 #ifdef SF_ATEXIT in subexcept()2460 else if (mode==SF_ATEXIT) in subexcept()