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