cvptr 4025 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4057 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4058 src/simh/scp.c *cvptr++ = 0; cvptr 4082 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4083 src/simh/scp.c *cvptr++ = 0; cvptr 4093 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 4095 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 4096 src/simh/scp.c *cvptr++ = 0; cvptr 4101 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 4103 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 4104 src/simh/scp.c *cvptr++ = 0; cvptr 4107 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 4113 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 4118 src/simh/scp.c if (cvptr) /* = value? */ cvptr 4123 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 4133 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4291 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4324 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4325 src/simh/scp.c *cvptr++ = 0; cvptr 4356 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4357 src/simh/scp.c *cvptr++ = 0; cvptr 4364 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4365 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr); cvptr 4366 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 */