st_copy           428 hash.c         	RHASH(ret)->ntbl = st_copy(RHASH(hash)->ntbl);
st_copy           648 hash.c         		RHASH(hash)->ntbl = st_copy(RHASH(tmp)->ntbl);
st_copy          1595 hash.c                 RHASH(hash)->ntbl = st_copy(RHASH(hash2)->ntbl);
st_copy           133 include/ruby/st.h st_table *st_copy(st_table *);
st_copy           196 regint.h       #define onig_st_copy                        st_copy
st_copy          3082 variable.c         st_table *new_tbl = st_copy(orig_tbl);