cvptr            4135 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4167 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4168 src/simh/scp.c             *cvptr++ = 0;
cvptr            4192 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4193 src/simh/scp.c         *cvptr++ = 0;
cvptr            4203 src/simh/scp.c                     if (cvptr && MODMASK(mptr,MTAB_QUOTE)) {
cvptr            4205 src/simh/scp.c                         if ((cvptr = strchr (gbuf, '='))) {
cvptr            4206 src/simh/scp.c                             *cvptr++ = 0;
cvptr            4211 src/simh/scp.c                         if (cvptr && MODMASK(mptr,MTAB_NC)) {
cvptr            4213 src/simh/scp.c                             if ((cvptr = strchr (gbuf, '=')))
cvptr            4214 src/simh/scp.c                                 *cvptr++ = 0;
cvptr            4217 src/simh/scp.c                     r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc);
cvptr            4223 src/simh/scp.c                 else if (cvptr)                         /* = value? */
cvptr            4228 src/simh/scp.c                 if (cvptr)                              /* = value? */
cvptr            4233 src/simh/scp.c                     ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK))
cvptr            4243 src/simh/scp.c             r = glbr->action (dptr, uptr, glbr->arg, cvptr);    /* do global */
cvptr            4401 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4434 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4435 src/simh/scp.c             *cvptr++ = 0;
cvptr            4466 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4467 src/simh/scp.c         *cvptr++ = 0;
cvptr            4474 src/simh/scp.c             if (cvptr && !MODMASK(mptr,MTAB_SHP))
cvptr            4475 src/simh/scp.c                 return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr);
cvptr            4476 src/simh/scp.c             show_one_mod (ofile, dptr, uptr, mptr, cvptr, 1);
cvptr             285 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr             293 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr             294 src/simh/sim_console.c         *cvptr++ = 0;
cvptr             297 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
cvptr             374 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr             382 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr             383 src/simh/sim_console.c         *cvptr++ = 0;
cvptr             386 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);          /* do the rest */
cvptr            1501 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE];
cvptr            1509 src/simh/sim_console.c     if ((cvptr = strchr (gbuf, '=')))                     /* = value? */
cvptr            1510 src/simh/sim_console.c         *cvptr++ = 0;
cvptr            1513 src/simh/sim_console.c         r = ctptr->action (ctptr->arg, cvptr);            /* do the rest */