Home
last modified time | relevance | path

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

/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/parser/
H A Dhotkey.c85 static const tchar_t* GetHotKeyName(const hotkeyname* i, hotkeygetname GetName, void* GetNameParam) in GetHotKeyName() function
107 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
116 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
127 stcatprintf_s(Out,OutLen,GetHotKeyName(i+1,GetName,GetNameParam),HotKey-HOTKEY_APP_FIRST+1); in HotKeyToString()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/parser/
H A Dhotkey.c85 static const tchar_t* GetHotKeyName(const hotkeyname* i, hotkeygetname GetName, void* GetNameParam) in GetHotKeyName() function
107 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
116 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
127 stcatprintf_s(Out,OutLen,GetHotKeyName(i+1,GetName,GetNameParam),HotKey-HOTKEY_APP_FIRST+1); in HotKeyToString()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/parser/
H A Dhotkey.c85 static const tchar_t* GetHotKeyName(const hotkeyname* i, hotkeygetname GetName, void* GetNameParam) in GetHotKeyName() function
107 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
116 tcscat_s(Out,OutLen,GetHotKeyName(i,GetName,GetNameParam)); in HotKeyToString()
127 stcatprintf_s(Out,OutLen,GetHotKeyName(i+1,GetName,GetNameParam),HotKey-HOTKEY_APP_FIRST+1); in HotKeyToString()
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfptools.pas127 function GetHotKeyName(Key: word): string; in GetHotKeyName() function
272 function GetHotKeyName(Key: word): string; in GetHotKeyName() function
280 GetHotKeyName:=S;
H A Dfpide.pas1748 P:=NewItem(S1,KillTilde(GetHotKeyName(W)),W,cmToolsBase+I,hcToolsBase+I,nil);
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfptools.pas127 function GetHotKeyName(Key: word): string; in GetHotKeyName() function
272 function GetHotKeyName(Key: word): string; in GetHotKeyName() function
280 GetHotKeyName:=S;
H A Dfpide.pas1748 P:=NewItem(S1,KillTilde(GetHotKeyName(W)),W,cmToolsBase+I,hcToolsBase+I,nil);