sim_decode_quoted_string 3706 src/simh/scp.c     if (SCPE_OK != sim_decode_quoted_string (gbuf, dbuf, &dsize))
sim_decode_quoted_string 9672 src/simh/scp.c     if (SCPE_OK != sim_decode_quoted_string (match, match_buf, &match_size)) {
sim_decode_quoted_string 9719 src/simh/scp.c     sim_decode_quoted_string (match, match_buf, &match_size);
sim_decode_quoted_string  151 src/simh/scp.h t_stat sim_decode_quoted_string (const char *iptr, uint8 *optr, uint32 *osize);