Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp134 std::string cmd_string; in DoExecute() local
135 command.GetCommandString(cmd_string); in DoExecute()
138 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
149 &error_msg_stream, cmd_string.c_str(), in DoExecute()
155 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
/openbsd-src/sys/dev/ic/
H A Dmalo.c1955 char *cmd_string; in malo_cmd_string() member
1972 return (cmds[i].cmd_string); in malo_cmd_string()