OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_putc
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libedit/
refresh.h
49
libedit_private void
re_putc
(EditLine *, wint_t, int);
prompt.c
111
re_putc
(el, *p, 1);
refresh.c
133
re_putc
(el, ' ', 1);
140
re_putc
(el, '\0', 0); /* assure end of line */
146
re_putc
(el, c, 1);
153
re_putc
(el, visbuf[i], 1);
189
/*
re_putc
():
193
re_putc
(EditLine *el, wint_t c, int shift)
function
204
re_putc
(el, ' ', 1);
317
re_putc
(el, ' ', 1);
324
re_putc
(el, '\0', 0); /* make line ended with NUL, no cursor shift */
readline.c
2597
re_putc
(e, c, 0);
2603
re_putc
(e, '\n', 0);
2610
re_putc
(e, '\a', 0);
Completed in 30 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026