aptr              375 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr);
aptr             5965 src/simh/scp.c char gbuf[CBUFSIZE], *aptr, abuf[4*CBUFSIZE];
aptr             5984 src/simh/scp.c if ((aptr = strchr (abuf, ';'))) {                      /* ;action? */
aptr             5986 src/simh/scp.c         return sim_messagef (SCPE_ARG, "Invalid argument: %s\r\n", aptr);
aptr             5987 src/simh/scp.c     *aptr++ = 0;                                        /* separate strings */
aptr             5991 src/simh/scp.c     return ssh_break_one (st, flg, lo, 0, aptr);
aptr             6018 src/simh/scp.c             r = ssh_break_one (st, flg, lo, cnt, aptr);
aptr             6027 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr)
aptr             6033 src/simh/scp.c         return sim_brk_set (lo, sim_switches, cnt, aptr);
aptr              932 src/simh/sim_hints.c   atomic_uintptr_t aptr;
aptr              934 src/simh/sim_hints.c   atomic_init (&aptr, (uintptr_t)&naptr);
aptr              951 src/simh/sim_hints.c   CHECK_LOCK_FREE (aptr, "atomic_uintptr_t",