SCPE_AFAIL       3174 src/simh/scp.c         case SCPE_AFAIL:
SCPE_AFAIL       3694 src/simh/scp.c t_stat reason = SCPE_AFAIL; /* default fail reason */
SCPE_AFAIL       3846 src/simh/scp.c         return SCPE_AFAIL;                              /* return assert status */
SCPE_AFAIL       4153 src/simh/scp.c     (NULL == sim_on_actions[sim_do_depth][SCPE_AFAIL])) {/* handler set for AFAIL? */
SCPE_AFAIL       4154 src/simh/scp.c     sim_on_actions[sim_do_depth][SCPE_AFAIL] =           /* No, so make "RETURN" */
SCPE_AFAIL       4156 src/simh/scp.c       if (sim_on_actions[sim_do_depth][SCPE_AFAIL] == NULL)
SCPE_AFAIL       4168 src/simh/scp.c     strcpy(sim_on_actions[sim_do_depth][SCPE_AFAIL], "RETURN");