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