reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 error_msg.assign("ambiguous command "); 131 error_msg.assign("invalid command "); 133 error_msg.append("'"); 134 error_msg.append(GetCommandName()); 135 error_msg.append(" "); 136 error_msg.append(sub_command); 137 error_msg.append("'."); 140 error_msg.append(" Possible completions:"); 142 error_msg.append("\n\t"); 143 error_msg.append(match); 146 error_msg.append("\n"); 147 result.AppendRawError(error_msg.c_str());