HomeSort by: relevance | last modified time | path
    Searched refs:el_insertstr (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/ftp/
complete.c 95 if (el_insertstr(el, insertstr) == -1)
114 if (el_insertstr(el, insertstr) == -1)
150 if (el_insertstr(el, " ") == -1)
232 if (el_insertstr(el, suffix) == -1)
262 if (el_insertstr(el, " ") == -1)
  /src/lib/libedit/
histedit.h 181 int el_insertstr(EditLine *, const char *);
readline.c 1971 el_insertstr(e, arr);
2089 if (el_insertstr(e, text) < 0)
2253 el_insertstr(e, buf);
Makefile 38 editline.3 el_insertstr.3 \
eln.c 393 el_insertstr(EditLine *el, const char *str) function in typeref:typename:int
  /src/usr.bin/mail/
complete.c 263 if (el_insertstr(el, insertstr) == -1)
283 if (el_insertstr(el, insertstr) == -1)
320 if (el_insertstr(el, " ") == -1)
416 if (el_insertstr(el, suffix) == -1)
537 if (el_insertstr(el, " ") == -1)
621 if (el_insertstr(el, " ") == -1)
  /src/lib/libedit/TEST/
tc1.c 109 if (el_insertstr(el, &dp->d_name[len]) == -1)

Completed in 33 milliseconds