Home
last modified time | relevance | path

Searched defs:function (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DPlatWin.h53 FARPROC function = ::GetProcAddress(hModule, lpProcName); in DLLFunction() local
/MusicPlayer2/scintilla/src/
H A DExternalLexer.cxx47 T FunctionPointer(void *function) noexcept { in FunctionPointer()