lvl              4011 src/simh/scp.c uint32 lvl = 0;
lvl              4029 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4036 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              4059 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4076 src/simh/scp.c                 if (((lvl & mptr->mask) & ~MTAB_XTD) == 0)
lvl              4078 src/simh/scp.c                 if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS))
lvl              4278 src/simh/scp.c uint32 lvl = 0xFFFFFFFF;
lvl              4294 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4303 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              4319 src/simh/scp.c                 lvl = MTAB_VDV;                         /* device match */
lvl              4336 src/simh/scp.c     return (lvl == MTAB_VDV)?
lvl              4348 src/simh/scp.c             ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) &&
lvl              5641 src/simh/scp.c int32 lvl, i;
lvl              5644 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) {
lvl              5645 src/simh/scp.c     if (lvl > 0)
lvl              5646 src/simh/scp.c         (void)fprintf(st, "On Processing at Do Nest Level: %d", lvl);
lvl              5649 src/simh/scp.c     (void)fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled");
lvl              5651 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5652 src/simh/scp.c             (void)fprintf(st, "    on %5d    %s\n", i, sim_on_actions[lvl][i]); }
lvl              5654 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5655 src/simh/scp.c             (void)fprintf(st, "    on %-5s    %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); }
lvl              5656 src/simh/scp.c     if (sim_on_actions[lvl][0])
lvl              5657 src/simh/scp.c         (void)fprintf(st, "    on ERROR    %s\n", sim_on_actions[lvl][0]);