Searched refs:el_get (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
|
/netbsd-src/lib/libedit/ |
H A D | histedit.h | 114 int el_get(EditLine *, int, ...);
|
H A D | Makefile | 33 editline.3 el_get.3 \
|
H A D | eln.c | 275 el_get(EditLine *el, int op, ...) in el_get() function
|
H A D | readline.c | 367 el_get(e, EL_TERMINAL, &rl_terminal_name); in rl_initialize() 2369 el_get(e, EL_GETTC, "li", rows); in rl_get_screen_size() 2371 el_get(e, EL_GETTC, "co", cols); in rl_get_screen_size()
|
/netbsd-src/usr.bin/ftp/ |
H A D | util.c | 1018 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()
|
/netbsd-src/usr.bin/mail/ |
H A D | complete.c | 753 if (el_get(el, EL_EDITOR, &mode) == -1) in is_emacs_mode()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sftp.c | 2154 if (el_get(el, EL_CLIENTDATA, &complete_ctx) != 0) in complete()
|