Home
last modified time | relevance | path

Searched refs:EL_EDITOR (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/lib/libedit/
HDeln.c153 case EL_EDITOR: /* const wchar_t * */ in el_set()
307 case EL_EDITOR: { in el_get()
HDhistedit.h138 #define EL_EDITOR 2 /* , const Char *); set/get */ macro
HDel.c218 case EL_EDITOR: in FUN()
412 case EL_EDITOR: in FUN()
HDreadline.c343 el_set(e, EL_EDITOR, "emacs"); in rl_initialize()
/freebsd-11-stable/bin/sh/
HDhistedit.c141 el_set(el, EL_EDITOR, "vi"); in histedit()
143 el_set(el, EL_EDITOR, "emacs"); in histedit()
/freebsd-11-stable/contrib/ntp/libntp/
HDntp_lineedit.c91 el_set(ntp_el, EL_EDITOR, "emacs"); in ntp_readline_init()
/freebsd-11-stable/usr.sbin/pppctl/
HDpppctl.c601 el_set(td.edit, EL_EDITOR, "vi"); in main()
603 el_set(td.edit, EL_EDITOR, "emacs"); in main()
/freebsd-11-stable/lib/libedit/TEST/
HDtc1.c151 el_set(el, EL_EDITOR, "vi"); /* Default editor is vi */ in main()
HDwtc1.c141 el_wset(el, EL_EDITOR, L"vi"); /* Default editor is vi */ in main()
/freebsd-11-stable/usr.sbin/lpr/lpc/
HDlpc.c168 el_set(el, EL_EDITOR, "emacs"); in cmdscanner()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
HDLineEditor.cpp215 ::el_set(Data->EL, EL_EDITOR, "emacs"); in LineEditor()
/freebsd-11-stable/usr.sbin/gstat/
HDgstat.c187 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd-11-stable/usr.sbin/ngctl/
HDmain.c307 el_set(el, EL_EDITOR, "emacs"); in DoInteractive()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp344 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs()
1062 el_set(m_editline, EL_EDITOR, "emacs"); in ConfigureEditor()
/freebsd-11-stable/usr.bin/units/
HDunits.c837 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd-11-stable/usr.bin/tftp/
HDmain.c728 el_set(el, EL_EDITOR, "emacs"); in command()
/freebsd-11-stable/usr.bin/bc/
HDbc.y1208 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd-11-stable/sbin/fsdb/
HDfsdb.c243 el_set(elptr, EL_EDITOR, "emacs"); in cmdloop()
/freebsd-11-stable/contrib/tnftp/src/
HDutil.c987 el_set(el, EL_EDITOR, "emacs"); /* default editor is emacs */ in controlediting()
/freebsd-11-stable/usr.sbin/cdcontrol/
HDcdcontrol.c1181 el_set(el, EL_EDITOR, "emacs"); in input()
/freebsd-11-stable/crypto/openssh/
HDsftp.c2059 el_set(el, EL_EDITOR, "emacs"); in interactive_loop()