depth            2461 src/simh/scp.c         if (rptr->depth > 1)
depth            2462 src/simh/scp.c             (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2496 src/simh/scp.c         if (rptr->depth <= 1)
depth            2503 src/simh/scp.c                            rptr->depth-1);
depth            3768 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3776 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6866 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6869 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6920 src/simh/scp.c         if (idx >= rptr->depth)
depth            7043 src/simh/scp.c if (rptr->depth > 1)
depth            7084 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7086 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            7088 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7094 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7100 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7103 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7192 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7194 src/simh/scp.c     if (idx >= rptr->depth)
depth            7195 src/simh/scp.c         idx = idx - rptr->depth;
depth            7197 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7206 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7215 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7218 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */