cvptr 3787 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 3819 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 3820 src/simh/scp.c *cvptr++ = 0; cvptr 3844 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 3845 src/simh/scp.c *cvptr++ = 0; cvptr 3855 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 3857 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 3858 src/simh/scp.c *cvptr++ = 0; cvptr 3863 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 3865 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 3866 src/simh/scp.c *cvptr++ = 0; cvptr 3869 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 3875 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 3880 src/simh/scp.c if (cvptr) /* = value? */ cvptr 3885 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 3895 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4053 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4086 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4087 src/simh/scp.c *cvptr++ = 0; cvptr 4118 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4119 src/simh/scp.c *cvptr++ = 0; cvptr 4126 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4127 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr); cvptr 4128 src/simh/scp.c show_one_mod (ofile, dptr, uptr, mptr, cvptr, 1); cvptr 283 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE]; cvptr 291 src/simh/sim_console.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 292 src/simh/sim_console.c *cvptr++ = 0; cvptr 295 src/simh/sim_console.c r = ctptr->action (ctptr->arg, cvptr); /* do the rest */ cvptr 372 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE]; cvptr 380 src/simh/sim_console.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 381 src/simh/sim_console.c *cvptr++ = 0; cvptr 384 src/simh/sim_console.c r = ctptr->action (ctptr->arg, cvptr); /* do the rest */ cvptr 1477 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE]; cvptr 1485 src/simh/sim_console.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 1486 src/simh/sim_console.c *cvptr++ = 0; cvptr 1489 src/simh/sim_console.c r = ctptr->action (ctptr->arg, cvptr); /* do the rest */