depth            2465 src/simh/scp.c         if (rptr->depth > 1)
depth            2466 src/simh/scp.c             (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2500 src/simh/scp.c         if (rptr->depth <= 1)
depth            2507 src/simh/scp.c                            rptr->depth-1);
depth            3772 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3780 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6888 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6891 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6942 src/simh/scp.c         if (idx >= rptr->depth)
depth            7065 src/simh/scp.c if (rptr->depth > 1)
depth            7106 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7108 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            7110 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7116 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7122 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7125 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7214 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7216 src/simh/scp.c     if (idx >= rptr->depth)
depth            7217 src/simh/scp.c         idx = idx - rptr->depth;
depth            7219 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7228 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7237 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7240 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */