Home
last modified time | relevance | path

Searched refs:SL_OOBinary_Type (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A D_slang.h716 typedef struct SL_OOBinary_Type struct
726 struct SL_OOBinary_Type *next; argument
728 SL_OOBinary_Type; typedef
799 SL_OOBinary_Type *cl_binary_ops;
855 SL_OOBinary_Type *cl_void_binary_this;
856 SL_OOBinary_Type *cl_this_binary_void;
H A Dslclass.c1047 SL_OOBinary_Type *ab; in SLclass_add_binary_op()
1057 if (NULL == (ab = (SL_OOBinary_Type *) SLmalloc (sizeof(SL_OOBinary_Type)))) in SLclass_add_binary_op()
1401 SL_OOBinary_Type *bt; in _pSLclass_get_binary_fun()
1402 SL_OOBinary_Type *last; in _pSLclass_get_binary_fun()
H A Dslarray.c5114 SL_OOBinary_Type *ab; in _pSLarray_add_bin_op()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslclass.c711 SL_OOBinary_Type *ab; in SLclass_add_binary_op()
722 if (NULL == (ab = (SL_OOBinary_Type *) SLmalloc (sizeof(SL_OOBinary_Type)))) in SLclass_add_binary_op()
923 SL_OOBinary_Type *bt; in _SLclass_get_binary_fun()
H A Dslang.h336 typedef struct SL_OOBinary_Type struct
346 struct SL_OOBinary_Type *next; argument
348 SL_OOBinary_Type; typedef
450 SL_OOBinary_Type *cl_binary_ops;
H A Dslarray.c2679 SL_OOBinary_Type *ab; in _SLarray_add_bin_op()