OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_putc
(Results
1 - 3
of
3
) sorted by null
/external/libedit/src/
refresh.h
51
protected void
re_putc
(EditLine *, Int, int);
prompt.c
108
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);
160
/*
re_putc
():
164
re_putc
(EditLine *el, Int c, int shift)
function
170
re_putc
(el, ' ', 1);
283
re_putc
(el, ' ', 1);
290
re_putc
(el, '\0', 0); /* make line ended with NUL, no cursor shift */
Completed in 33 milliseconds