Home
last modified time | relevance | path

Searched defs:editor (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/libedit/
H A Dmap.c1095 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor()
1114 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor()
H A Dvi.c1011 const char *editor; in vi_histedit() local
/freebsd/usr.bin/mail/
H A Dedit.c46 editor(void *msgvec) in editor() function
/freebsd/contrib/dialog/
H A Dinputbox.c86 WINDOW *editor; in dialog_inputbox() local
/freebsd/contrib/nvi/common/
H A Dmain.c40 editor(GS *gp, int argc, char *argv[]) in editor() function
/freebsd/contrib/less/
H A Dmain.c43 public char * editor; global() variable
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c306 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor; local
/freebsd/lib/libutil/
H A Dpw_util.c285 const char *editor; in pw_edit() local
/freebsd/bin/sh/
H A Dhistedit.c252 const char *editor = NULL; in histcmd() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp578 llvm::Error Host::OpenFileInExternalEditor(llvm::StringRef editor, in OpenFileInExternalEditor()
H A DEditline.cpp348 const char *editor; in IsEmacs() local
1376 Editline *editor; in InstanceFor() local
/freebsd/sbin/camcontrol/
H A Dmodeedit.c941 const char *editor; in modepage_edit() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1229 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp398 bool Debugger::SetExternalEditor(llvm::StringRef editor) { in SetExternalEditor()