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            6879 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6882 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6933 src/simh/scp.c         if (idx >= rptr->depth)
depth            7056 src/simh/scp.c if (rptr->depth > 1)
depth            7097 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7099 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            7101 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7107 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7113 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7116 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7205 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7207 src/simh/scp.c     if (idx >= rptr->depth)
depth            7208 src/simh/scp.c         idx = idx - rptr->depth;
depth            7210 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7219 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7228 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7231 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */