Searched refs:bind_key (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Editline.cpp | 1272 char bind_key[2] = {0, 0}; in ConfigureEditor() local 1277 bind_key[0] = c; in ConfigureEditor() 1278 el_set(m_editline, EL_BIND, bind_key, "lldb-typed-character", NULL); in ConfigureEditor() 1314 char bind_key[2] = {0, 0}; in ConfigureEditor() local 1317 bind_key[0] = *indent_chars; in ConfigureEditor() 1318 el_set(m_editline, EL_BIND, bind_key, "lldb-fix-indentation", NULL); in ConfigureEditor()
|