Home
last modified time | relevance | path

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

/dports/lang/fpc-utils/fpc-3.2.2/rtl/macos/
H A Dsystem.pp289 gesResponse: Longint;
299 and (Gestalt (FourCharCodeToLongword(gestaltFindFolderAttr), gesResponse) = noErr)
300 and BitIsSet (gesResponse, gestaltFindFolderPresent) then
/dports/lang/fpc-source/fpc-3.2.2/rtl/macos/
H A Dsystem.pp289 gesResponse: Longint;
299 and (Gestalt (FourCharCodeToLongword(gestaltFindFolderAttr), gesResponse) = noErr)
300 and BitIsSet (gesResponse, gestaltFindFolderPresent) then
/dports/lang/fpc/fpc-3.2.2/rtl/macos/
H A Dsystem.pp289 gesResponse: Longint;
299 and (Gestalt (FourCharCodeToLongword(gestaltFindFolderAttr), gesResponse) = noErr)
300 and BitIsSet (gesResponse, gestaltFindFolderPresent) then
/dports/editors/fpc-ide/fpc-3.2.2/rtl/macos/
H A Dsystem.pp289 gesResponse: Longint;
299 and (Gestalt (FourCharCodeToLongword(gestaltFindFolderAttr), gesResponse) = noErr)
300 and BitIsSet (gesResponse, gestaltFindFolderPresent) then
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbifile.c1236 long gesResponse; in Nlm_TmpNam()
1246 if (! Gestalt (gestaltFindFolderAttr, &gesResponse) && in Nlm_TmpNam()
1247 (gesResponse & (1 << gestaltFindFolderPresent))) { in Nlm_TmpNam()
H A Dncbienv.c1005 long gesResponse; in Nlm_OpenConfigFile() local
1037 if ( Gestalt (gestaltFindFolderAttr, &gesResponse) != noErr || in Nlm_OpenConfigFile()
1038 (gesResponse & (1 << gestaltFindFolderPresent) == 0)) { in Nlm_OpenConfigFile()