cvptr            4013 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4045 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4046 src/simh/scp.c             *cvptr++ = 0;
cvptr            4070 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4071 src/simh/scp.c         *cvptr++ = 0;
cvptr            4081 src/simh/scp.c                     if (cvptr && MODMASK(mptr,MTAB_QUOTE)) {
cvptr            4083 src/simh/scp.c                         if ((cvptr = strchr (gbuf, '='))) {
cvptr            4084 src/simh/scp.c                             *cvptr++ = 0;
cvptr            4089 src/simh/scp.c                         if (cvptr && MODMASK(mptr,MTAB_NC)) {
cvptr            4091 src/simh/scp.c                             if ((cvptr = strchr (gbuf, '=')))
cvptr            4092 src/simh/scp.c                                 *cvptr++ = 0;
cvptr            4095 src/simh/scp.c                     r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc);
cvptr            4101 src/simh/scp.c                 else if (cvptr)                         /* = value? */
cvptr            4106 src/simh/scp.c                 if (cvptr)                              /* = value? */
cvptr            4111 src/simh/scp.c                     ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK))
cvptr            4121 src/simh/scp.c             r = glbr->action (dptr, uptr, glbr->arg, cvptr);    /* do global */
cvptr            4279 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr;
cvptr            4312 src/simh/scp.c         if ((cvptr = strchr (gbuf, '=')))               /* = value? */
cvptr            4313 src/simh/scp.c             *cvptr++ = 0;
cvptr            4344 src/simh/scp.c     if ((cvptr = strchr (gbuf, '=')))                   /* = value? */
cvptr            4345 src/simh/scp.c         *cvptr++ = 0;
cvptr            4352 src/simh/scp.c             if (cvptr && !MODMASK(mptr,MTAB_SHP))
cvptr            4353 src/simh/scp.c                 return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr);
cvptr            4354 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 */