Searched refs:el_winsertstr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | histedit.h | 281 int el_winsertstr(EditLine *, const wchar_t *);
|
H A D | filecomplete.c | 741 el_winsertstr(el, in fn_complete2() 753 el_winsertstr(el, ct_decode_string( in fn_complete2()
|
H A D | Makefile | 54 editline.3 el_winsertstr.3 \
|
H A D | eln.c | 387 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv)); in el_insertstr()
|
H A D | chared.c | 594 el_winsertstr(EditLine *el, const wchar_t *s) in el_winsertstr() function
|
/freebsd/lib/libedit/ |
H A D | Makefile | 52 editline.3 el_winsertstr.3 \
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 74 #define el_winsertstr el_insertstr macro 727 el_winsertstr(m_editline, m_input_lines[m_current_line_index + 1].c_str()); in DeleteNextCharCommand() 770 el_winsertstr(m_editline, priorLine.c_str()); in DeletePreviousCharCommand() 850 el_winsertstr(m_editline, inserted); in FixIndentationCommand() 890 el_winsertstr(m_editline, m_input_lines[m_current_line_index].c_str()); in RevertLineCommand()
|
/freebsd/contrib/libedit/TEST/ |
H A D | wtc1.c | 93 if (el_winsertstr(el, dir) == -1) in complete()
|