| 3031 | ResultType DefineFunc(LPTSTR aBuf, bool aStatic = false, bool aIsInExpression = false); |
| 3032 | #ifndef AUTOHOTKEYSC |
| 3033 | struct FuncLibrary |
| 3034 | { |
| 3035 | LPTSTR path; |
| 3036 | size_t length; |
| 3037 | }; |
| 3038 | void InitFuncLibraries(FuncLibrary aLibs[]); |
| 3039 | void InitFuncLibrary(FuncLibrary &aLib, LPTSTR aPathBase, LPTSTR aPathSuffix); |
| 3040 | void IncludeLibrary(LPTSTR aFuncName, size_t aFuncNameLength, bool &aErrorWasShown, bool &aFileWasFound); |
nothing calls this directly
no outgoing calls
no test coverage detected