Home
last modified time | relevance | path

Searched refs:MatchCommand (Results 1 – 12 of 12) sorted by relevance

/dports/editors/imhex/ImHex-1.7.0/source/views/
H A Dview_command_palette.cpp84 …constexpr auto MatchCommand = [](std::string_view currCommand, std::string_view commandToMatch) ->… in getCommandResults() local
113 … if (auto [match, value] = MatchCommand(input, command); match != MatchType::NoMatch) { in getCommandResults()
122 … if (auto [match, value] = MatchCommand(input, command + " "); match != MatchType::NoMatch) { in getCommandResults()
/dports/textproc/sowing/sowing-1.1.18/src/textfilt/
H A Dtextout.cc54 int TextOut::MatchCommand( const char *cmdname, int i1, SrEntry **entry ) in MatchCommand() function in TextOut
74 return MatchCommand( cmdname, TEXT_I_IGNORE, &entry ); in HasOp()
87 if (MatchCommand( cmdname, i1, &entry )) { in PutOp()
159 if (MatchCommand( cmdname, i1, &entry )) { in PutOp()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dconsole.h49 void MatchCommand(const std::string& cmd, std::vector<CommandEntry>& matches);
H A Dconsole.cpp803 MatchCommand(cmd, matches); in Execute()
847 void DebugConsole::MatchCommand(const std::string& cmd, std::vector<CommandEntry>& matches) in MatchCommand() function in DebugConsole
902 MatchCommand(cmd, matches); in ExpandCommand()
/dports/textproc/sowing/sowing-1.1.18/include/textfilt/
H A Dtextout.h22 int MatchCommand( const char *, int, SrEntry ** );
/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dhugo.h810 int MatchCommand();
H A Dherun.cpp397 mc = MatchCommand(); in playGame()
H A Dheparse.cpp374 int Hugo::MatchCommand() { in MatchCommand() function in Glk::Hugo::Hugo
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dhugo.h807 int MatchCommand();
H A Dherun.cpp394 mc = MatchCommand(); in playGame()
H A Dheparse.cpp374 int Hugo::MatchCommand() { in MatchCommand() function in Glk::Hugo::Hugo
/dports/x11-toolkits/p5-Tk-JComboBox/Tk-JComboBox-1.14/lib/Tk/
H A DJComboBox.pm540 if ($cw->MatchCommand($searchStr, $field, %args)) {
1199 sub MatchCommand subroutine