Home
last modified time | relevance | path

Searched defs:FindToolType (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dicon.pas354 FUNCTION FindToolType(const toolTypeArray : POINTER location 'a0'; const typeName : pCHAR location … in FindToolType() function
378 FUNCTION FindToolType(const toolTypeArray : POINTER;const typeName : RawByteString) : pCHAR; in FindToolType() function
411 FUNCTION FindToolType(const toolTypeArray : POINTER;const typeName : RawByteString) : pCHAR; in FindToolType() function
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dicon.pas354 FUNCTION FindToolType(const toolTypeArray : POINTER location 'a0'; const typeName : pCHAR location … in FindToolType() function
378 FUNCTION FindToolType(const toolTypeArray : POINTER;const typeName : RawByteString) : pCHAR; in FindToolType() function
411 FUNCTION FindToolType(const toolTypeArray : POINTER;const typeName : RawByteString) : pCHAR; in FindToolType() function
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dicon.pas224 function FindToolType(const ToolTypeArray: PPChar; const TypeName: STRPTR): STRPTR; syscall IconBas… in FindToolType() function
/dports/x11-wm/amiwm/amiwm0.21pl2/libami/
H A Diconlib.c61 char *FindToolType(char **toolTypeArray, char *typeName) in FindToolType() function