cvptr 4090 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4122 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4123 src/simh/scp.c *cvptr++ = 0; cvptr 4147 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4148 src/simh/scp.c *cvptr++ = 0; cvptr 4158 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 4160 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 4161 src/simh/scp.c *cvptr++ = 0; cvptr 4166 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 4168 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 4169 src/simh/scp.c *cvptr++ = 0; cvptr 4172 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 4178 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 4183 src/simh/scp.c if (cvptr) /* = value? */ cvptr 4188 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 4198 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4356 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4389 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4390 src/simh/scp.c *cvptr++ = 0; cvptr 4421 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4422 src/simh/scp.c *cvptr++ = 0; cvptr 4429 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4430 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr); cvptr 4431 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 */