sim_decode_quoted_string 3480 src/simh/scp.c     if (SCPE_OK != sim_decode_quoted_string (gbuf, dbuf, &dsize))
sim_decode_quoted_string 9097 src/simh/scp.c     if (SCPE_OK != sim_decode_quoted_string (match, match_buf, &match_size)) {
sim_decode_quoted_string 9144 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);