lvl 4133 src/simh/scp.c uint32 lvl = 0; lvl 4151 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4158 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4181 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4198 src/simh/scp.c if (((lvl & mptr->mask) & ~MTAB_XTD) == 0) lvl 4200 src/simh/scp.c if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS)) lvl 4400 src/simh/scp.c uint32 lvl = 0xFFFFFFFF; lvl 4416 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4425 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4441 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4458 src/simh/scp.c return (lvl == MTAB_VDV)? lvl 4470 src/simh/scp.c ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) && lvl 5780 src/simh/scp.c int32 lvl, i; lvl 5783 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) { lvl 5784 src/simh/scp.c if (lvl > 0) lvl 5785 src/simh/scp.c (void)fprintf(st, "On Processing at Do Nest Level: %d", lvl); lvl 5788 src/simh/scp.c (void)fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled"); lvl 5790 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5791 src/simh/scp.c (void)fprintf(st, " on %5d %s\n", i, sim_on_actions[lvl][i]); } lvl 5793 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5794 src/simh/scp.c (void)fprintf(st, " on %-5s %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); } lvl 5795 src/simh/scp.c if (sim_on_actions[lvl][0]) lvl 5796 src/simh/scp.c (void)fprintf(st, " on ERROR %s\n", sim_on_actions[lvl][0]);