Home
last modified time | relevance | path

Searched refs:_pSLclass_copy_class (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslarith.c1548 || (-1 == _pSLclass_copy_class (SLANG_SHORT_TYPE, SLANG_INT_TYPE)) in create_synonyms()
1549 || (-1 == _pSLclass_copy_class (SLANG_USHORT_TYPE, SLANG_UINT_TYPE))) in create_synonyms()
1557 || (-1 == _pSLclass_copy_class (SLANG_LONG_TYPE, SLANG_INT_TYPE)) in create_synonyms()
1558 || (-1 == _pSLclass_copy_class (SLANG_ULONG_TYPE, SLANG_UINT_TYPE))) in create_synonyms()
1566 || (-1 == _pSLclass_copy_class (SLANG_LLONG_TYPE, _pSLANG_LONG_TYPE)) in create_synonyms()
1567 || (-1 == _pSLclass_copy_class (SLANG_ULLONG_TYPE, _pSLANG_ULONG_TYPE))) in create_synonyms()
H A D_slang.h868 extern int _pSLclass_copy_class (SLtype, SLtype);
H A Dslclass.c171 int _pSLclass_copy_class (SLtype to, SLtype from) in _pSLclass_copy_class() function