Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Deln.c149 case EL_EDITOR: /* const wchar_t * */ in el_set()
303 case EL_EDITOR: { in el_get()
H A Dhistedit.h137 #define EL_EDITOR 2 /* , const Char *); set/get */ macro
H A Del.c224 case EL_EDITOR: in el_wset()
426 case EL_EDITOR: in el_wget()
H A Dreadline.c361 el_set(e, EL_EDITOR, "emacs"); in rl_initialize()
/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c91 el_set(ntp_el, EL_EDITOR, "emacs"); in ntp_readline_init()
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c600 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 Dtc1.c150 el_set(el, EL_EDITOR, "vi"); /* Default editor is vi */ in main()
H A Dwtc1.c135 el_wset(el, EL_EDITOR, L"vi"); /* Default editor is vi */ in main()
/freebsd/bin/sh/
H A Dhistedit.c204 el_set(el, EL_EDITOR, "vi"); in histedit()
206 el_set(el, EL_EDITOR, "emacs"); in histedit()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c156 el_set(el, EL_EDITOR, "emacs"); in cmdscanner()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp210 ::el_set(Data->EL, EL_EDITOR, "emacs"); in LineEditor()
/freebsd/usr.sbin/ngctl/
H A Dmain.c304 el_set(el, EL_EDITOR, "emacs"); in DoInteractive()
/freebsd/usr.sbin/gstat/
H A Dgstat.c196 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd/usr.bin/units/
H A Dunits.c829 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp349 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 Dmain.c183 el_set(el, EL_EDITOR, "emacs"); in main()
/freebsd/sbin/fsdb/
H A Dfsdb.c277 el_set(elptr, EL_EDITOR, "emacs"); in cmdloop()
/freebsd/contrib/tnftp/src/
H A Dutil.c987 el_set(el, EL_EDITOR, "emacs"); /* default editor is emacs */ in controlediting()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1179 el_set(el, EL_EDITOR, "emacs"); in input()
/freebsd/contrib/bc/src/
H A Dhistory.c206 el_set(h->el, EL_EDITOR, "emacs"); in bc_history_init()
/freebsd/crypto/openssh/
H A Dsftp.c2230 el_set(el, EL_EDITOR, "emacs"); in interactive_loop()