Searched refs:el_insertstr (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/tnftp/src/
H A Dcomplete.c102 if (el_insertstr(el, insertstr) == -1)
122 if (el_insertstr(el, insertstr) == -1)
158 if (el_insertstr(el, " ") == -1)
240 if (el_insertstr(el, suffix) == -1)
270 if (el_insertstr(el, " ") == -1)
/freebsd-13-stable/contrib/libedit/
H A Dhistedit.h180 int el_insertstr(EditLine *, const char *);
H A DMakefile32 editline.3 el_insertstr.3 \
H A Deln.c383 el_insertstr(EditLine *el, const char *str) function
H A Dreadline.c1901 el_insertstr(e, arr);
2019 if (el_insertstr(e, text) < 0)
2181 el_insertstr(e, buf);
/freebsd-13-stable/lib/libedit/
H A DMakefile34 editline.3 el_insertstr.3 \
/freebsd-13-stable/contrib/libedit/TEST/
H A Dtc1.c109 if (el_insertstr(el, &dp->d_name[len]) == -1)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp86 #define el_winsertstr el_insertstr
1007 el_insertstr(m_editline, to_add.c_str());
1013 el_insertstr(m_editline, to_add.c_str());
1018 el_insertstr(m_editline, completion.GetCompletion().c_str());
1031 el_insertstr(m_editline, longest_prefix.c_str());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp150 ::el_insertstr(EL, Action.Text.c_str());
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c1882 if (el_insertstr(el, tmp + cmdlen) == -1)
1883 fatal("el_insertstr failed.");
1893 if (y > 0 && el_insertstr(el, argterm) == -1)
1894 fatal("el_insertstr failed.");
2015 if (el_insertstr(el, ins) == -1)
2016 fatal("el_insertstr "
2022 if (el_insertstr(el, ins + 1) == -1)
2023 fatal("el_insertstr failed.");
2038 if (i > 0 && el_insertstr(el, ins) == -1)
2039 fatal("el_insertstr faile
[all...]

Completed in 199 milliseconds