lvl              4086 src/simh/scp.c uint32 lvl = 0;
lvl              4104 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4111 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              4134 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4151 src/simh/scp.c                 if (((lvl & mptr->mask) & ~MTAB_XTD) == 0)
lvl              4153 src/simh/scp.c                 if ((lvl == MTAB_VUN) && (uptr->flags & UNIT_DIS))
lvl              4353 src/simh/scp.c uint32 lvl = 0xFFFFFFFF;
lvl              4369 src/simh/scp.c     lvl = MTAB_VDV;                                     /* device match */
lvl              4378 src/simh/scp.c     lvl = MTAB_VUN;                                     /* unit match */
lvl              4394 src/simh/scp.c                 lvl = MTAB_VDV;                         /* device match */
lvl              4411 src/simh/scp.c     return (lvl == MTAB_VDV)?
lvl              4423 src/simh/scp.c             ((mptr->mask & lvl) == lvl): (MTAB_VUN & lvl)) &&
lvl              5711 src/simh/scp.c int32 lvl, i;
lvl              5714 src/simh/scp.c for (lvl=sim_do_depth; lvl >= 0; --lvl) {
lvl              5715 src/simh/scp.c     if (lvl > 0)
lvl              5716 src/simh/scp.c         (void)fprintf(st, "On Processing at Do Nest Level: %d", lvl);
lvl              5719 src/simh/scp.c     (void)fprintf(st, " is %s\n", (sim_on_check[lvl]) ? "enabled" : "disabled");
lvl              5721 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5722 src/simh/scp.c             (void)fprintf(st, "    on %5d    %s\n", i, sim_on_actions[lvl][i]); }
lvl              5724 src/simh/scp.c         if (sim_on_actions[lvl][i])
lvl              5725 src/simh/scp.c             (void)fprintf(st, "    on %-5s    %s\n", scp_errors[i-SCPE_BASE].code, sim_on_actions[lvl][i]); }
lvl              5726 src/simh/scp.c     if (sim_on_actions[lvl][0])
lvl              5727 src/simh/scp.c         (void)fprintf(st, "    on ERROR    %s\n", sim_on_actions[lvl][0]);