Home
last modified time | relevance | path

Searched refs:DUPSETUP (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.c1570 DUPSETUP(dup, ary);
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.c1570 DUPSETUP(dup, ary);
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h787 #define DUPSETUP(dup,obj) rb_dup_setup(dup,obj) macro
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.011142 * ruby.h (DUPSETUP): new SETUP macro for duplication.
11144 * time.c (time_dup): implement in Time class using DUPSETUP.
11151 * array.c (rb_ary_dup): uses DUPSETUP.
11153 * string.c (rb_str_dup): uses DUPSETUP. now properly copies
H A DChangeLog-1.9.347320 (rb_hash_dup): use DUPSETUP.