Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
DNav.c139 AEDesc *defaultLocation_storage; in filldialogoptions() local
150 if ( (defaultLocation_storage = PyMem_NEW(AEDesc, 1)) == NULL ) { in filldialogoptions()
154 if ( !PyArg_Parse(value, "O&", AEDesc_Convert, defaultLocation_storage) ) { in filldialogoptions()
155 PyMem_DEL(defaultLocation_storage); in filldialogoptions()
158 *defaultLocationP = defaultLocation_storage; in filldialogoptions()