depth            2120 src/simh/scp.c         if (rptr->depth > 1)
depth            2121 src/simh/scp.c             sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2153 src/simh/scp.c         if (rptr->depth <= 1)
depth            2156 src/simh/scp.c             sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            3367 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3375 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6338 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6341 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6392 src/simh/scp.c         if (idx >= rptr->depth)
depth            6515 src/simh/scp.c if (rptr->depth > 1)
depth            6554 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            6556 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            6558 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            6564 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            6570 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6573 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6662 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            6664 src/simh/scp.c     if (idx >= rptr->depth)
depth            6665 src/simh/scp.c         idx = idx - rptr->depth;
depth            6667 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            6676 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            6685 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6688 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             493 src/simh/sim_defs.h     uint32              depth;                          /* save depth */