lvl 4023 src/simh/scp.c uint32 lvl = 0; lvl 4041 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4048 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4071 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4088 src/simh/scp.c if (((lvl & mptr->mask) & ~MTAB_XTD) == 0) lvl 4090 src/simh/scp.c if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS)) lvl 4290 src/simh/scp.c uint32 lvl = 0xFFFFFFFF; lvl 4306 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4315 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4331 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4348 src/simh/scp.c return (lvl == MTAB_VDV)? lvl 4360 src/simh/scp.c ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) && lvl 5653 src/simh/scp.c int32 lvl, i; lvl 5656 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) { lvl 5657 src/simh/scp.c if (lvl > 0) lvl 5658 src/simh/scp.c (void)fprintf(st, "On Processing at Do Nest Level: %d", lvl); lvl 5661 src/simh/scp.c (void)fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled"); lvl 5663 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5664 src/simh/scp.c (void)fprintf(st, " on %5d %s\n", i, sim_on_actions[lvl][i]); } lvl 5666 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5667 src/simh/scp.c (void)fprintf(st, " on %-5s %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); } lvl 5668 src/simh/scp.c if (sim_on_actions[lvl][0]) lvl 5669 src/simh/scp.c (void)fprintf(st, " on ERROR %s\n", sim_on_actions[lvl][0]);