cvptr            4239 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4271 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4272 src/simh/scp.c             *cvptr++ = 0;
cvptr            4296 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4297 src/simh/scp.c         *cvptr++ = 0;
cvptr            4307 src/simh/scp.c                     if (cvptr && MODMASK(mptr,MTAB_QUOTE)) {
cvptr            4309 src/simh/scp.c                         if ((cvptr = strchr (gbuf, '='))) {
cvptr            4310 src/simh/scp.c                             *cvptr++ = 0;
cvptr            4315 src/simh/scp.c                         if (cvptr && MODMASK(mptr,MTAB_NC)) {
cvptr            4317 src/simh/scp.c                             if ((cvptr = strchr (gbuf, '=')))
cvptr            4318 src/simh/scp.c                                 *cvptr++ = 0;
cvptr            4321 src/simh/scp.c                     r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc);
cvptr            4327 src/simh/scp.c                 else if (cvptr)                         /* = value? */
cvptr            4332 src/simh/scp.c                 if (cvptr)                              /* = value? */
cvptr            4337 src/simh/scp.c                     ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK))
cvptr            4347 src/simh/scp.c             r = glbr->action (dptr, uptr, glbr->arg, cvptr);    /* do global */
cvptr            4505 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4538 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4539 src/simh/scp.c             *cvptr++ = 0;
cvptr            4570 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4571 src/simh/scp.c         *cvptr++ = 0;
cvptr            4578 src/simh/scp.c             if (cvptr && !MODMASK(mptr,MTAB_SHP))
cvptr            4579 src/simh/scp.c                 return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\r\n", gbuf, cvptr);
cvptr            4580 src/simh/scp.c             show_one_mod (ofile, dptr, uptr, mptr, cvptr, 1);
cvptr             286 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr             294 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr             295 src/simh/sim_console.c         *cvptr++ = 0;
cvptr             298 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
cvptr             375 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr             383 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr             384 src/simh/sim_console.c         *cvptr++ = 0;
cvptr             387 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
cvptr            1502 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr            1510 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                     /* = value? */
cvptr            1511 src/simh/sim_console.c         *cvptr++ = 0;
cvptr            1514 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);            /* do the rest */