Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp970 int got_char = el_getc(editline, &reply); in DisplayCompletions() local
972 if (got_char == -1 || reply == 'n') in DisplayCompletions()