cvptr 3788 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 3820 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 3821 src/simh/scp.c *cvptr++ = 0; cvptr 3845 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 3846 src/simh/scp.c *cvptr++ = 0; cvptr 3856 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_QUOTE)) { cvptr 3858 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) { cvptr 3859 src/simh/scp.c *cvptr++ = 0; cvptr 3864 src/simh/scp.c if (cvptr && MODMASK(mptr,MTAB_NC)) { cvptr 3866 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) cvptr 3867 src/simh/scp.c *cvptr++ = 0; cvptr 3870 src/simh/scp.c r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc); cvptr 3876 src/simh/scp.c else if (cvptr) /* = value? */ cvptr 3881 src/simh/scp.c if (cvptr) /* = value? */ cvptr 3886 src/simh/scp.c ((r = mptr->valid (uptr, mptr->match, cvptr, mptr->desc)) != SCPE_OK)) cvptr 3896 src/simh/scp.c r = glbr->action (dptr, uptr, glbr->arg, cvptr); /* do global */ cvptr 4054 src/simh/scp.c char gbuf[CBUFSIZE], *cvptr; cvptr 4087 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4088 src/simh/scp.c *cvptr++ = 0; cvptr 4119 src/simh/scp.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 4120 src/simh/scp.c *cvptr++ = 0; cvptr 4127 src/simh/scp.c if (cvptr && !MODMASK(mptr,MTAB_SHP)) cvptr 4128 src/simh/scp.c return sim_messagef (SCPE_ARG, "Invalid Argument: %s=%s\n", gbuf, cvptr); cvptr 4129 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 1498 src/simh/sim_console.c char *cvptr, gbuf[CBUFSIZE]; cvptr 1506 src/simh/sim_console.c if ((cvptr = strchr (gbuf, '='))) /* = value? */ cvptr 1507 src/simh/sim_console.c *cvptr++ = 0; cvptr 1510 src/simh/sim_console.c r = ctptr->action (ctptr->arg, cvptr); /* do the rest */