Home
last modified time | relevance | path

Searched refs:el_wpush (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/libedit/
H A Dhistedit.h272 void el_wpush(EditLine *, const wchar_t *);
H A Dread.c209 el_wpush(EditLine *el, const wchar_t *str) in el_wpush() function
262 el_wpush(el, val.str); in read_getcmd()
H A DMakefile57 editline.3 el_wpush.3 \
H A Deln.c66 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); in el_push()
H A Dvi.c946 el_wpush(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()
1154 el_wpush(el, r->buf); in vi_redo()
H A Dsearch.c327 el_wpush(el, endcmd); in ce_inc_search()
/freebsd-14.2/lib/libedit/
H A DMakefile56 editline.3 el_wpush.3 \
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp83 #define el_wpush el_push macro
1577 el_wpush(m_editline, EditLineConstString( in GetLines()