st_copy           112 class.c        	RCLASS_IV_TBL(clone) = st_copy(RCLASS_IV_TBL(orig));
st_copy           163 class.c        	    RCLASS_IV_TBL(clone) = st_copy(RCLASS_IV_TBL(klass));
st_copy           227 hash.c                 ret->ntbl = st_copy(RHASH(hash)->ntbl);
st_copy           339 hash.c         		RHASH(hash)->ntbl = st_copy(RHASH(tmp)->ntbl);
st_copy           104 include/ruby/st.h st_table *st_copy(st_table *);
st_copy           195 object.c       	    RCLASS_IV_TBL(dest) = st_copy(RCLASS_IV_TBL(obj));
st_copy           133 regint.h       #define onig_st_copy                        st_copy
st_copy           947 variable.c     	    st_insert(generic_iv_tbl, clone, (st_data_t)st_copy(tbl));
st_copy           950 variable.c     	    st_add_direct(generic_iv_tbl, clone, (st_data_t)st_copy(tbl));