lvl 3786 src/simh/scp.c uint32 lvl = 0; lvl 3804 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 3811 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 3834 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 3851 src/simh/scp.c if (((lvl & mptr->mask) & ~MTAB_XTD) == 0) lvl 3853 src/simh/scp.c if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS)) lvl 4053 src/simh/scp.c uint32 lvl = 0xFFFFFFFF; lvl 4069 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4078 src/simh/scp.c lvl = MTAB_VUN; /* unit match */ lvl 4094 src/simh/scp.c lvl = MTAB_VDV; /* device match */ lvl 4111 src/simh/scp.c return (lvl == MTAB_VDV)? lvl 4123 src/simh/scp.c ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) && lvl 5308 src/simh/scp.c int32 lvl, i; lvl 5311 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) { lvl 5312 src/simh/scp.c if (lvl > 0) lvl 5313 src/simh/scp.c fprintf(st, "On Processing at Do Nest Level: %d", lvl); lvl 5316 src/simh/scp.c fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled"); lvl 5318 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5319 src/simh/scp.c fprintf(st, " on %5d %s\n", i, sim_on_actions[lvl][i]); } lvl 5321 src/simh/scp.c if (sim_on_actions[lvl][i]) lvl 5322 src/simh/scp.c fprintf(st, " on %-5s %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); } lvl 5323 src/simh/scp.c if (sim_on_actions[lvl][0]) lvl 5324 src/simh/scp.c fprintf(st, " on ERROR %s\n", sim_on_actions[lvl][0]);