cvptr 4214 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4246 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4247 src/simh/scp.c *cvptr++ = 0; cvptr 4271 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4272 src/simh/scp.c *cvptr++ = 0; cvptr 4282 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 4284 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 4285 src/simh/scp.c *cvptr++ = 0; cvptr 4290 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 4292 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 4293 src/simh/scp.c *cvptr++ = 0; cvptr 4296 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 4302 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 4307 src/simh/scp.c if (cvptr) /* = value? */ cvptr 4312 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 4322 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4480 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4513 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4514 src/simh/scp.c *cvptr++ = 0; cvptr 4545 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4546 src/simh/scp.c *cvptr++ = 0; cvptr 4553 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4554 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\r\n", gbuf, cvptr); cvptr 4555 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 */