cvptr 4210 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4242 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4243 src/simh/scp.c *cvptr++ = 0; cvptr 4267 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4268 src/simh/scp.c *cvptr++ = 0; cvptr 4278 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 4280 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 4281 src/simh/scp.c *cvptr++ = 0; cvptr 4286 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 4288 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 4289 src/simh/scp.c *cvptr++ = 0; cvptr 4292 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 4298 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 4303 src/simh/scp.c if (cvptr) /* = value? */ cvptr 4308 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 4318 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4476 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4509 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4510 src/simh/scp.c *cvptr++ = 0; cvptr 4541 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4542 src/simh/scp.c *cvptr++ = 0; cvptr 4549 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4550 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\r\n", gbuf, cvptr); cvptr 4551 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 */