MAX_DO_NEST_LVL   339 src/simh/scp.c char *sim_brk_act[MAX_DO_NEST_LVL];
MAX_DO_NEST_LVL   340 src/simh/scp.c char *sim_brk_act_buf[MAX_DO_NEST_LVL];
MAX_DO_NEST_LVL   373 src/simh/scp.c static int32 sim_goto_line[MAX_DO_NEST_LVL+1];   /* the current line number in the currently open do file */
MAX_DO_NEST_LVL   379 src/simh/scp.c static int32 sim_on_check[MAX_DO_NEST_LVL+1];
MAX_DO_NEST_LVL   380 src/simh/scp.c static char *sim_on_actions[MAX_DO_NEST_LVL+1][SCPE_MAX_ERR+1];
MAX_DO_NEST_LVL   381 src/simh/scp.c static char sim_do_filename[MAX_DO_NEST_LVL+1][CBUFSIZE];
MAX_DO_NEST_LVL   382 src/simh/scp.c static const char *sim_do_ocptr[MAX_DO_NEST_LVL+1];
MAX_DO_NEST_LVL   383 src/simh/scp.c static const char *sim_do_label[MAX_DO_NEST_LVL+1];
MAX_DO_NEST_LVL  2764 src/simh/scp.c             if (sim_do_depth >= MAX_DO_NEST_LVL)        /* nest too deep? */