lvl              3785 src/simh/scp.c uint32 lvl = 0;
lvl              3803 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              3810 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              3833 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              3850 src/simh/scp.c                 if (((lvl & mptr->mask) & ~MTAB_XTD) == 0)
lvl              3852 src/simh/scp.c                 if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS))
lvl              4052 src/simh/scp.c uint32 lvl = 0xFFFFFFFF;
lvl              4068 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4077 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              4093 src/simh/scp.c                 lvl = MTAB_VDV;                         /* device match */
lvl              4110 src/simh/scp.c     return (lvl == MTAB_VDV)?
lvl              4122 src/simh/scp.c             ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) &&
lvl              5095 src/simh/scp.c int32 lvl, i;
lvl              5098 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) {
lvl              5099 src/simh/scp.c     if (lvl > 0)
lvl              5100 src/simh/scp.c         fprintf(st, "On Processing at Do Nest Level: %d", lvl);
lvl              5103 src/simh/scp.c     fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled");
lvl              5105 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5106 src/simh/scp.c             fprintf(st, "    on %5d    %s\n", i, sim_on_actions[lvl][i]); }
lvl              5108 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5109 src/simh/scp.c             fprintf(st, "    on %-5s    %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); }
lvl              5110 src/simh/scp.c     if (sim_on_actions[lvl][0])
lvl              5111 src/simh/scp.c         fprintf(st, "    on ERROR    %s\n", sim_on_actions[lvl][0]);