Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
DNav.c134 OSType *fileCreatorP) in filldialogoptions() argument
204 } else if( fileCreatorP && strcmp(keystr, "fileCreator") == 0 ) { in filldialogoptions()
205 if ( !PyArg_Parse(value, "O&", PyMac_GetOSType, fileCreatorP) ) in filldialogoptions()