depth 2282 src/simh/scp.c if (rptr->depth > 1) depth 2283 src/simh/scp.c (void)sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1); depth 2317 src/simh/scp.c if (rptr->depth <= 1) depth 2324 src/simh/scp.c rptr->depth-1); depth 3590 src/simh/scp.c if (rptr->depth <= 1) /* array register? */ depth 3598 src/simh/scp.c if (idx >= rptr->depth) /* validate subscript */ depth 6683 src/simh/scp.c if (lowr->depth <= 1) depth 6686 src/simh/scp.c 10, lowr->depth - 1, ']'); depth 6737 src/simh/scp.c if (idx >= rptr->depth) depth 6860 src/simh/scp.c if (rptr->depth > 1) depth 6901 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 6903 src/simh/scp.c if (idx >= rptr->depth) idx = idx - rptr->depth; depth 6905 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 6911 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 6917 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 6920 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7009 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 7011 src/simh/scp.c if (idx >= rptr->depth) depth 7012 src/simh/scp.c idx = idx - rptr->depth; depth 7014 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 7023 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 7032 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 7035 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 503 src/simh/sim_defs.h uint32 depth; /* save depth */