depth            2346 src/simh/scp.c         if (rptr->depth > 1)
depth            2347 src/simh/scp.c             (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1);
depth            2381 src/simh/scp.c         if (rptr->depth <= 1)
depth            2388 src/simh/scp.c                            rptr->depth-1);
depth            3648 src/simh/scp.c             if (rptr->depth <= 1)                       /* array register? */
depth            3656 src/simh/scp.c         if (idx >= rptr->depth)                         /* validate subscript */
depth            6749 src/simh/scp.c                 if (lowr->depth <= 1)
depth            6752 src/simh/scp.c                     10, lowr->depth - 1, ']');
depth            6803 src/simh/scp.c         if (idx >= rptr->depth)
depth            6926 src/simh/scp.c if (rptr->depth > 1)
depth            6967 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            6969 src/simh/scp.c     if (idx >= rptr->depth) idx = idx - rptr->depth;
depth            6971 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            6977 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            6983 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            6986 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7075 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) {
depth            7077 src/simh/scp.c     if (idx >= rptr->depth)
depth            7078 src/simh/scp.c         idx = idx - rptr->depth;
depth            7080 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) {
depth            7089 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) {
depth            7098 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth            7101 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) &&
depth             503 src/simh/sim_defs.h     uint32              depth;                           /* save depth */