pc                 73 src/simh/backtrace_func.c full_callback(void *data, uintptr_t pc, const char *pathname,
pc                 76 src/simh/backtrace_func.c   (void)data; (void)pc;
pc               6534 src/simh/scp.c void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr)
pc               6553 src/simh/scp.c (void)fprintf (st, ", %s: ", pc->name);                       /* print the name of the PC register */
pc               6555 src/simh/scp.c pcval = get_rval (pc, 0);
pc               6556 src/simh/scp.c if ((pc->flags & REG_VMAD) && sim_vm_fprint_addr)       /* if reg wants VM-specific printer */
pc               6558 src/simh/scp.c else fprint_val (st, pcval, pc->radix, pc->width,       /* otherwise, print as a numeric value */
pc               6559 src/simh/scp.c     pc->flags & REG_FMT);                               /*   with the radix and formatting specified */
pc                212 src/simh/scp.h void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr);