Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp86 if (IsQuitCommand(lines.GetStringAtIndex(last))) { in IOHandlerIsInputComplete()
128 if (IsQuitCommand(data)) { in IOHandlerInputComplete()
142 bool IsQuitCommand(llvm::StringRef cmd) { return cmd.rtrim() == "quit"; } in IsQuitCommand() function in IOHandlerLuaInterpreter