depth 2344 src/simh/scp.c if (rptr->depth > 1) depth 2345 src/simh/scp.c (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1); depth 2379 src/simh/scp.c if (rptr->depth <= 1) depth 2386 src/simh/scp.c rptr->depth-1); depth 3646 src/simh/scp.c if (rptr->depth <= 1) /* array register? */ depth 3654 src/simh/scp.c if (idx >= rptr->depth) /* validate subscript */ depth 6741 src/simh/scp.c if (lowr->depth <= 1) depth 6744 src/simh/scp.c 10, lowr->depth - 1, ']'); depth 6795 src/simh/scp.c if (idx >= rptr->depth) depth 6918 src/simh/scp.c if (rptr->depth > 1) depth 6959 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 6961 src/simh/scp.c if (idx >= rptr->depth) idx = idx - rptr->depth; depth 6963 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 6969 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 6975 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 6978 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7067 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7069 src/simh/scp.c if (idx >= rptr->depth) depth 7070 src/simh/scp.c idx = idx - rptr->depth; depth 7072 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 7081 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 7090 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7093 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 503 src/simh/sim_defs.h uint32 depth; /* save depth */