Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
DOSATerminology.c23 ComponentInstance defaultComponent = NULL; in PyOSA_GetAppTerminology() local
39 defaultComponent = OpenDefaultComponent (kOSAComponentType, 'ascr'); in PyOSA_GetAppTerminology()
40 err = GetComponentInstanceError (defaultComponent); in PyOSA_GetAppTerminology()
43 defaultComponent, in PyOSA_GetAppTerminology()
58 ComponentInstance defaultComponent = NULL; in PyOSA_GetSysTerminology() local
64 defaultComponent = OpenDefaultComponent (kOSAComponentType, 'ascr'); in PyOSA_GetSysTerminology()
65 err = GetComponentInstanceError (defaultComponent); in PyOSA_GetSysTerminology()
68 defaultComponent, in PyOSA_GetSysTerminology()