Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c37 AEEventHandlerUPP upp_GenericEventHandler; variable
679 AEEventHandlerUPP dispatcher__proc__ = upp_GenericEventHandler; in AEDesc_AEResumeTheCurrentEvent()
1150 AEEventHandlerUPP handler__proc__ = upp_GenericEventHandler; in AE_AEInstallEventHandler()
1186 upp_GenericEventHandler, in AE_AERemoveEventHandler()
1200 AEEventHandlerUPP handler__proc__ = upp_GenericEventHandler; in AE_AEGetEventHandler()
1232 upp_GenericEventHandler, in AE_AEInstallSpecialHandler()
1252 upp_GenericEventHandler, in AE_AERemoveSpecialHandler()
1438 upp_GenericEventHandler = NewAEEventHandlerUPP(GenericEventHandler); in init_AE()