lvl 4208 src/simh/scp.c uint32 lvl = 0; lvl 4226 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4233 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4256 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4273 src/simh/scp.c if (((lvl & mptr->mask) & ~MTAB_XTD) == 0) lvl 4275 src/simh/scp.c if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS)) lvl 4475 src/simh/scp.c uint32 lvl = 0xFFFFFFFF; lvl 4491 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4500 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4516 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4533 src/simh/scp.c return (lvl == MTAB_VDV)? lvl 4545 src/simh/scp.c ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) && lvl 5849 src/simh/scp.c int32 lvl, i; lvl 5852 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) { lvl 5853 src/simh/scp.c if (lvl > 0) lvl 5854 src/simh/scp.c (void)fprintf(st, "On Processing at Do Nest Level: %d", lvl); lvl 5857 src/simh/scp.c (void)fprintf(st, " is %s\r\n", (sim_on_check[lvl]) ? "enabled" : "disabled"); lvl 5859 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5860 src/simh/scp.c (void)fprintf(st, " on %5d %s\r\n", i, sim_on_actions[lvl][i]); } lvl 5862 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5863 src/simh/scp.c (void)fprintf(st, " on %-5s %s\r\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); } lvl 5864 src/simh/scp.c if (sim_on_actions[lvl][0]) lvl 5865 src/simh/scp.c (void)fprintf(st, " on ERROR %s\r\n", sim_on_actions[lvl][0]);