sptr             7664 src/simh/scp.c const char *sptr;
sptr             7673 src/simh/scp.c     if ((sptr = strchr (logstr, c))) {                  /* check for mask */
sptr             7674 src/simh/scp.c         logop = (int32)(sptr - logstr);
sptr             7680 src/simh/scp.c     else if ((sptr = strchr (cmpstr, c))) {             /* check for boolop */
sptr             7681 src/simh/scp.c         cmpop = (int32)(sptr - cmpstr);
sptr             7728 src/simh/scp.c const char *sptr;
sptr             7738 src/simh/scp.c     if ((sptr = strchr (logstr, c))) {                  /* check for mask */
sptr             7739 src/simh/scp.c         logop = (int32)(sptr - logstr);
sptr             7748 src/simh/scp.c     else if ((sptr = strchr (cmpstr, c))) {             /* check for boolop */
sptr             7749 src/simh/scp.c         cmpop = (int32)(sptr - cmpstr);
sptr              110 src/simh/sim_fio.c unsigned char by, *sptr, *dptr;
sptr              114 src/simh/sim_fio.c for (j = 0, dptr = sptr = (unsigned char *) bptr;       /* loop on items */
sptr              117 src/simh/sim_fio.c         by = *sptr;                                     /* swap end-for-end */
sptr              118 src/simh/sim_fio.c         *sptr++ = *(dptr + k);
sptr              121 src/simh/sim_fio.c     sptr = dptr = dptr + size;                          /* next item */
sptr              142 src/simh/sim_fio.c const unsigned char *sptr = (const unsigned char *)sbuf;
sptr              146 src/simh/sim_fio.c     memcpy (dptr, sptr, size * count);
sptr              151 src/simh/sim_fio.c         *(dptr + k) = *sptr++;
sptr              160 src/simh/sim_fio.c const unsigned char *sptr;
sptr              176 src/simh/sim_fio.c sptr = (const unsigned char *) bptr;                    /* init input ptr */
sptr              179 src/simh/sim_fio.c     sim_buf_copy_swapped (sim_flip, sptr, size, c);
sptr              180 src/simh/sim_fio.c     sptr = sptr + size * count;