Lines Matching defs:editline
84 bool IsInputComplete(lldb_private::Editline *editline,
105 // (1) write to when we want to send input to editline.
106 // (2) read from when we want to see what editline sends back.
125 auto input_complete_cb = [this](Editline *editline, StringList &lines) {
126 return this->IsInputComplete(editline, lines);
141 // Write the line out to the pipe connected to editline's input.
188 bool EditlineAdapter::IsInputComplete(lldb_private::Editline *editline,
244 // We need a TERM set properly for editline to work as expected.
249 // Validate the editline adapter.
273 // Verify editline sees what we put in.
295 // Verify editline sees what we put in.