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 6892 src/simh/scp.c if (lowr->depth <= 1) depth 6895 src/simh/scp.c 10, lowr->depth - 1, ']'); depth 6946 src/simh/scp.c if (idx >= rptr->depth) depth 7069 src/simh/scp.c if (rptr->depth > 1) depth 7110 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7112 src/simh/scp.c if (idx >= rptr->depth) idx = idx - rptr->depth; depth 7114 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 7120 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 7126 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7129 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7218 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7220 src/simh/scp.c if (idx >= rptr->depth) depth 7221 src/simh/scp.c idx = idx - rptr->depth; depth 7223 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 7232 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 7241 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7244 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 503 src/simh/sim_defs.h uint32 depth; /* save depth */