cvptr 4088 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4120 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4121 src/simh/scp.c *cvptr++ = 0; cvptr 4145 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4146 src/simh/scp.c *cvptr++ = 0; cvptr 4156 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 4158 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 4159 src/simh/scp.c *cvptr++ = 0; cvptr 4164 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 4166 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 4167 src/simh/scp.c *cvptr++ = 0; cvptr 4170 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 4176 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 4181 src/simh/scp.c if (cvptr) /* = value? */ cvptr 4186 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 4196 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4354 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4387 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4388 src/simh/scp.c *cvptr++ = 0; cvptr 4419 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4420 src/simh/scp.c *cvptr++ = 0; cvptr 4427 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4428 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr); cvptr 4429 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 */