Searched refs:el_winsertstr (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/lib/libedit/ |
| H A D | histedit.h | 276 int el_winsertstr(EditLine *, const wchar_t *);
|
| H A D | filecomplete.c | 461 el_winsertstr(el, in fn_complete() 474 el_winsertstr(el, in fn_complete()
|
| H A D | eln.c | 376 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
|
| H A D | chared.c | 574 el_winsertstr(EditLine *el, const wchar_t *s) in el_winsertstr() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Editline.cpp | 91 #define el_winsertstr el_insertstr macro 738 el_winsertstr(m_editline, m_input_lines[m_current_line_index + 1].c_str()); in DeleteNextCharCommand() 781 el_winsertstr(m_editline, priorLine.c_str()); in DeletePreviousCharCommand() 861 el_winsertstr(m_editline, inserted); in FixIndentationCommand() 901 el_winsertstr(m_editline, m_input_lines[m_current_line_index].c_str()); in RevertLineCommand()
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | LLDBConfig.cmake | 147 check_symbol_exists(el_winsertstr histedit.h LLDB_EDITLINE_USE_WCHAR)
|