Searched refs:SF_ATEXIT (Results 1 – 10 of 10) sorted by relevance
45 case SF_ATEXIT: in wideexcept()
78 type == SF_FINAL || type == SF_ATEXIT)) &&
91 (void)SFRAISE(f, SF_ATEXIT, NIL(Void_t*)); in _sfcleanup()
175 #define SF_ATEXIT 14 /* process is exiting */ macro
2314 #ifndef SF_ATEXIT2315 # define SF_ATEXIT 0 macro2329 if(type==0 || type==SF_ATEXIT || !ap) in alias_exceptf()
2159 #ifdef SF_ATEXIT in subexcept()2160 else if (mode==SF_ATEXIT) in subexcept()