Home
last modified time | relevance | path

Searched refs:abc_astype2 (Results 1 – 2 of 2) sorted by path

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dopcodes.c18 code_t* abc_astype2(code_t*prev, multiname_t* name) in abc_astype2() function
H A Dopcodes.h15 code_t* abc_astype2(code_t*prev, multiname_t* name);
16 #define astype2(method,name) (method->code = abc_astype2(method->code,name))