Home
last modified time | relevance | path

Searched refs:GetWVariant (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dmac.c140 addRandomValue( randomState, GetWVariant( windowPtr ) ); in fastPoll()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c747 #ifndef GetWVariant in WinObj_GetWVariant()
748 PyMac_PRECHECK(GetWVariant); in WinObj_GetWVariant()
752 _rv = GetWVariant(_self->ob_itself); in WinObj_GetWVariant()
/dports/lang/python27/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c747 #ifndef GetWVariant in WinObj_GetWVariant()
748 PyMac_PRECHECK(GetWVariant); in WinObj_GetWVariant()
752 _rv = GetWVariant(_self->ob_itself); in WinObj_GetWVariant()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacWindows.pas11093 function GetWVariant( window: WindowRef ): SInt16; external name '_GetWVariant'; in GetWVariant() function