Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/
DNav.c133 OSType *fileTypeP, in filldialogoptions() argument
201 } else if( fileTypeP && strcmp(keystr, "fileType") == 0 ) { in filldialogoptions()
202 if ( !PyArg_Parse(value, "O&", PyMac_GetOSType, fileTypeP) ) in filldialogoptions()