Searched refs:el_insertstr (Results 1 – 10 of 10) sorted by relevance
/external/libedit/doc/ |
D | Makefile.am | 8 el_resize.3 el_line.3 el_insertstr.3 el_deletestr.3 \
|
D | Makefile.in | 266 el_resize.3 el_line.3 el_insertstr.3 el_deletestr.3 \
|
/external/lldb/tools/driver/ |
D | IOChannel.cpp | 117 el_insertstr (m_edit_line, m_completion_key); in HandleCompletion() 123 el_insertstr (m_edit_line, completions.GetStringAtIndex(0)); in HandleCompletion() 131 el_insertstr (m_edit_line, completion_str); in HandleCompletion()
|
/external/libedit/src/ |
D | histedit.h | 178 int el_insertstr(EditLine *, const char *);
|
D | eln.c | 368 el_insertstr(EditLine *el, const char *str) in el_insertstr() function
|
D | readline.c | 1775 el_insertstr(e, arr); in rl_complete() 1890 if (el_insertstr(e, text) < 0) in rl_insert_text() 2051 el_insertstr(e, buf); in rl_stuff_char()
|
/external/libedit/examples/ |
D | tc1.c | 114 if (el_insertstr(el, &dp->d_name[len]) == -1) in complete()
|
/external/openssh/ |
D | sftp.c | 1779 if (el_insertstr(el, tmp + cmdlen) == -1) in complete_cmd_parse() 1790 if (y > 0 && el_insertstr(el, argterm) == -1) in complete_cmd_parse() 1912 if (el_insertstr(el, ins) == -1) in complete_match() 1919 if (el_insertstr(el, ins + 1) == -1) in complete_match() 1935 if (i > 0 && el_insertstr(el, ins) == -1) in complete_match()
|
D | ChangeLog | 3959 fatal'ing with "el_insertstr failed" when there's a single quote char
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 147 ::el_insertstr(EL, Action.Text.c_str()); in ElCompletionFn()
|