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 6853 src/simh/scp.c if (lowr->depth <= 1) depth 6856 src/simh/scp.c 10, lowr->depth - 1, ']'); depth 6907 src/simh/scp.c if (idx >= rptr->depth) depth 7030 src/simh/scp.c if (rptr->depth > 1) depth 7071 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7073 src/simh/scp.c if (idx >= rptr->depth) idx = idx - rptr->depth; depth 7075 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 7087 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7090 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7179 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7181 src/simh/scp.c if (idx >= rptr->depth) depth 7182 src/simh/scp.c idx = idx - rptr->depth; depth 7184 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 7193 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 7202 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7205 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 503 src/simh/sim_defs.h uint32 depth; /* save depth */