Home
last modified time | relevance | path

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

/openbsd-src/lib/libedit/
H A Dhistedit.h276 int el_winsertstr(EditLine *, const wchar_t *);
H A Dfilecomplete.c461 el_winsertstr(el, in fn_complete()
474 el_winsertstr(el, in fn_complete()
H A Deln.c376 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
H A Dchared.c574 el_winsertstr(EditLine *el, const wchar_t *s) in el_winsertstr() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp91 #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 DLLDBConfig.cmake147 check_symbol_exists(el_winsertstr histedit.h LLDB_EDITLINE_USE_WCHAR)