Home
last modified time | relevance | path

Searched refs:el_wgetc (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libedit/
H A Dedit.expsym37 el_wgetc
H A Dhistedit.h271 int el_wgetc(EditLine *, wchar_t *);
H A Dread.c236 if (el_wgetc(el, ch) != 1) in read_getcmd()
380 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc() function
H A Dsearch.c251 if (el_wgetc(el, &ch) != 1) in ce_inc_search()
608 if (el_wgetc(el, &c) != 1) in cv_csearch()
H A DMakefile58 editline.3 el_wgetc.3 \
H A Deln.c46 num_read = el_wgetc(el, &wc); in el_getc()
H A Dkeymacro.c290 if (el_wgetc(el, ch) != 1) in node_trav()
H A Dcommon.c374 num = el_wgetc(el, &ch); in ed_quoted_insert()
H A Dchared.c736 if (el_wgetc(el, &ch) != 1) { in c_gets()
/freebsd/lib/libedit/
H A DMakefile49 editline.3 el_wgetc.3 \
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp68 #define el_wgetc el_getc macro
973 int got_char = el_wgetc(editline.m_editline, in DisplayCompletions()