depth            2391 src/simh/scp.c         if (rptr->depth > 1)
depth            2392 src/simh/scp.c             (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2426 src/simh/scp.c         if (rptr->depth <= 1)
depth            2433 src/simh/scp.c                            rptr->depth-1);
depth            3693 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3701 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6810 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6813 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6864 src/simh/scp.c         if (idx >= rptr->depth)
depth            6987 src/simh/scp.c if (rptr->depth > 1)
depth            7028 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7030 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            7032 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7038 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7044 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7047 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7136 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7138 src/simh/scp.c     if (idx >= rptr->depth)
depth            7139 src/simh/scp.c         idx = idx - rptr->depth;
depth            7141 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7150 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7159 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7162 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */