Searched refs:el_wgetc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/libedit/ |
| H A D | edit.expsym | 37 el_wgetc
|
| H A D | histedit.h | 273 int el_wgetc(EditLine *, wchar_t *);
|
| H A D | read.c | 236 if (el_wgetc(el, ch) != 1) in read_getcmd() 380 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc() function
|
| H A D | search.c | 251 if (el_wgetc(el, &ch) != 1) in ce_inc_search() 609 if (el_wgetc(el, &c) != 1) in cv_csearch()
|
| H A D | Makefile | 58 editline.3 el_wgetc.3 \
|
| H A D | eln.c | 46 num_read = el_wgetc(el, &wc); in el_getc()
|
| H A D | keymacro.c | 290 if (el_wgetc(el, ch) != 1) in node_trav()
|
| H A D | common.c | 374 num = el_wgetc(el, &ch); in ed_quoted_insert()
|
| H A D | chared.c | 740 if (el_wgetc(el, &ch) != 1) { in c_gets()
|
| H A D | ChangeLog | 1412 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 D | Makefile | 47 editline.3 el_wgetc.3 \
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 71 #define el_wgetc el_getc macro 1098 int got_char = el_wgetc(editline.m_editline, in DisplayCompletions()
|