Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance
50 AliasExists (const char *cmd);
103 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists() function in SBCommandInterpreter106 return m_opaque_ptr->AliasExists (cmd); in AliasExists()
87 bool is_alias_command = m_interpreter.AliasExists (command.GetArgumentAtIndex (0)); in DoExecute()
640 if (m_interpreter.AliasExists (alias_command.c_str()) in HandleAliasingRawCommand()752 if (m_interpreter.AliasExists (alias_command.c_str()) in HandleAliasingNormalCommand()842 if (m_interpreter.AliasExists (command_name)) in DoExecute()
109 AliasExists (const char *cmd);
1002 CommandInterpreter::AliasExists (const char *cmd) in AliasExists() function in CommandInterpreter