depth            2270 src/simh/scp.c         if (rptr->depth > 1)
depth            2271 src/simh/scp.c             (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2305 src/simh/scp.c         if (rptr->depth <= 1)
depth            2312 src/simh/scp.c                            rptr->depth-1);
depth            3578 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3586 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6671 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6674 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6725 src/simh/scp.c         if (idx >= rptr->depth)
depth            6848 src/simh/scp.c if (rptr->depth > 1)
depth            6889 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            6891 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            6893 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            6899 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            6905 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6908 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6997 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            6999 src/simh/scp.c     if (idx >= rptr->depth)
depth            7000 src/simh/scp.c         idx = idx - rptr->depth;
depth            7002 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7011 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7020 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7023 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */