depth 2119 src/simh/scp.c if (rptr->depth > 1) depth 2120 src/simh/scp.c sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1); depth 2152 src/simh/scp.c if (rptr->depth <= 1) depth 2155 src/simh/scp.c sprintf (rangebuf, "[%d:%d]", 0, rptr->depth-1); depth 3366 src/simh/scp.c if (rptr->depth <= 1) /* array register? */ depth 3374 src/simh/scp.c if (idx >= rptr->depth) /* validate subscript */ depth 6125 src/simh/scp.c if (lowr->depth <= 1) depth 6128 src/simh/scp.c 10, lowr->depth - 1, ']'); depth 6179 src/simh/scp.c if (idx >= rptr->depth) depth 6302 src/simh/scp.c if (rptr->depth > 1) depth 6341 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 6343 src/simh/scp.c if (idx >= rptr->depth) idx = idx - rptr->depth; depth 6345 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 6351 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 6357 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 6360 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 6449 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_CIRC)) { depth 6451 src/simh/scp.c if (idx >= rptr->depth) depth 6452 src/simh/scp.c idx = idx - rptr->depth; depth 6454 src/simh/scp.c if ((rptr->depth > 1) && (rptr->flags & REG_UNIT)) { depth 6463 src/simh/scp.c else if ((rptr->depth > 1) && (rptr->flags & REG_STRUCT)) { depth 6472 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 6475 src/simh/scp.c else if (((rptr->depth > 1) || (rptr->flags & REG_FIT)) && depth 491 src/simh/sim_defs.h uint32 depth; /* save depth */