aptr              377 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr);
aptr             5974 src/simh/scp.c char gbuf[CBUFSIZE], *aptr, abuf[4*CBUFSIZE];
aptr             5993 src/simh/scp.c if ((aptr = strchr (abuf, ';'))) {                      /* ;action? */
aptr             5995 src/simh/scp.c         return sim_messagef (SCPE_ARG, "Invalid argument: %s\r\n", aptr);
aptr             5996 src/simh/scp.c     *aptr++ = 0;                                        /* separate strings */
aptr             6000 src/simh/scp.c     return ssh_break_one (st, flg, lo, 0, aptr);
aptr             6027 src/simh/scp.c             r = ssh_break_one (st, flg, lo, cnt, aptr);
aptr             6036 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr)
aptr             6042 src/simh/scp.c         return sim_brk_set (lo, sim_switches, cnt, aptr);
aptr              942 src/simh/sim_hints.c   atomic_uintptr_t aptr;
aptr              944 src/simh/sim_hints.c   atomic_init (&aptr, (uintptr_t)&naptr);
aptr              961 src/simh/sim_hints.c   CHECK_LOCK_FREE (aptr, "atomic_uintptr_t",