Home
last modified time | relevance | path

Searched refs:cl_apop (Results 1 – 7 of 7) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslclass.c216 return (*cl->cl_apop) (type, to); in default_acopy()
610 cl->cl_apop = vector_apop; in SLclass_register_class()
652 if (cl->cl_apop == NULL) cl->cl_apop = cl->cl_pop; in SLclass_register_class()
1277 return (*cl->cl_apop)(type, v); in SLang_pop_value()
H A Dslarray.c57 if (-1 == at->cl->cl_apop ((unsigned char) type, at->data)) in pop_array()
1273 if (-1 == (*cl->cl_apop)(data_type, (VOID_STAR) *data_to_put)) in aput_get_array_to_put()
2595 if (-1 == at->cl->cl_apop (type, (VOID_STAR) addr)) in array_map()
H A Dslang.h460 int (*cl_apop) _PROTO((SLtype, VOID_STAR)); member
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslclass.c452 return (*cl->cl_apop) (type, to); in default_acopy()
951 cl->cl_apop = vector_apop; in SLclass_register_class()
989 if (cl->cl_apop == NULL) cl->cl_apop = cl->cl_pop; in SLclass_register_class()
1797 return (*cl->cl_apop)(type, v); in SLang_pop_value()
H A Dslstruct.c983 apop = bcl->cl_apop; in struct_unary()
1083 cpop = clc->cl_apop; in do_struct_binary()
1597 bpop = bcl->cl_apop; in typecast_method()
2373 || (-1 == (*cl->cl_apop)(cfield->type, addr))) in SLang_pop_cstruct()
H A D_slang.h815 int (*cl_apop) _PROTO((SLtype, VOID_STAR)); member
H A Dslarray.c91 if (-1 == at->cl->cl_apop ((SLtype) type, at->data)) in pop_array()
1768 if (-1 == (*cl->cl_apop)(data_type, (VOID_STAR) *data_to_put)) in aput_get_data_to_put()
4750 if (-1 == cl->cl_apop (at->data_type, (VOID_STAR) ret->addr)) in array_map()