Home
last modified time | relevance | path

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

/external/lldb/tools/driver/
DIOChannel.cpp33 const char undo_prompt_string[4] = { (char) 13, (char) 27, (char) 91, (char) 75}; variable
567 ::fwrite (undo_prompt_string, 1, 4, m_out_file); in OutWrite()
582 ::fwrite (undo_prompt_string, 1, 4, m_err_file); in ErrWrite()