Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dedit.expsym37 el_wgetc
H A Dhistedit.h273 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()
609 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.c740 if (el_wgetc(el, &ch) != 1) { in c_gets()
H A DChangeLog1412 several functions call down indirectly to el_wgetc(), many of
1413 them via the dispatch table. When el_wgetc() fails, it does
1418 cleanup operation. So el_wgetc() needs to save errno, and if
1423 needed. Besides, since el_wgetc() and and el_wgets() are both in
1448 el_wgetc()
1449 failure since el_wgetc() already did so. While here, remove
1450 the silly "if EOF or error" comments from the el_wgetc()
1936 read.c, search.c: Get split el_getc and el_wgetc completely and
1937 call el_wgetc internally. Change some character constants to
/freebsd/lib/libedit/
H A DMakefile47 editline.3 el_wgetc.3 \
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp71 #define el_wgetc el_getc macro
1098 int got_char = el_wgetc(editline.m_editline, in DisplayCompletions()