/freebsd/contrib/libedit/ |
H A D | eln.c | 149 case EL_EDITOR: /* const wchar_t * */ in el_set() 303 case EL_EDITOR: { in el_get()
|
H A D | histedit.h | 137 #define EL_EDITOR 2 /* , const Char *); set/get */ macro
|
H A D | el.c | 224 case EL_EDITOR: in el_wset() 426 case EL_EDITOR: in el_wget()
|
H A D | readline.c | 361 el_set(e, EL_EDITOR, "emacs"); in rl_initialize()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 91 el_set(ntp_el, EL_EDITOR, "emacs"); in ntp_readline_init()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 600 el_set(td.edit, EL_EDITOR, "vi"); in main() 602 el_set(td.edit, EL_EDITOR, "emacs"); in main()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 150 el_set(el, EL_EDITOR, "vi"); /* Default editor is vi */ in main()
|
H A D | wtc1.c | 135 el_wset(el, EL_EDITOR, L"vi"); /* Default editor is vi */ in main()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 204 el_set(el, EL_EDITOR, "vi"); in histedit() 206 el_set(el, EL_EDITOR, "emacs"); in histedit()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 156 el_set(el, EL_EDITOR, "emacs"); in cmdscanner()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 210 ::el_set(Data->EL, EL_EDITOR, "emacs"); in LineEditor()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 304 el_set(el, EL_EDITOR, "emacs"); in DoInteractive()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 196 el_set(el, EL_EDITOR, "emacs"); in main()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 829 el_set(el, EL_EDITOR, "emacs"); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 349 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs() 1157 el_set(m_editline, EL_EDITOR, "emacs"); in ConfigureEditor()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 183 el_set(el, EL_EDITOR, "emacs"); in main()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 277 el_set(elptr, EL_EDITOR, "emacs"); in cmdloop()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 987 el_set(el, EL_EDITOR, "emacs"); /* default editor is emacs */ in controlediting()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1179 el_set(el, EL_EDITOR, "emacs"); in input()
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 206 el_set(h->el, EL_EDITOR, "emacs"); in bc_history_init()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2230 el_set(el, EL_EDITOR, "emacs"); in interactive_loop()
|