Home
last modified time | relevance | path

Searched refs:_PATH_VI (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/bsd/cron/dist/
Dpathnames.h91 #if defined(_PATH_VI)
92 # define EDITOR _PATH_VI
/netbsd/src/include/
Dpaths.h124 #define _PATH_VI RESCUEDIR "/vi" macro
128 #define _PATH_VI "/usr/bin/vi" macro
/netbsd/src/external/bsd/tmux/dist/
Dcompat.h121 #ifndef _PATH_VI
122 #define _PATH_VI "/usr/bin/vi" macro
Doptions-table.c282 .default_str = _PATH_VI,
/netbsd/src/usr.bin/mail/
Dedit.c113 editcmd = editortype == 'e' ? _PATH_EX : _PATH_VI; in run_editor()
/netbsd/src/tests/include/
Dt_paths.c114 { _PATH_VI, PATH_FILE },
/netbsd/src/tools/compat/
Dcompat_defs.h1039 #ifndef _PATH_VI
1040 #define _PATH_VI "/usr/bin/vi" macro
/netbsd/src/distrib/utils/more/
Dcommand.c588 editor = _PATH_VI; in editfile()
/netbsd/src/lib/libutil/
Dpasswd.c250 editor = _PATH_VI; in pw_edit()
/netbsd/src/usr.sbin/edquota/
Dedquota.c754 ed = _PATH_VI; in editit()
/netbsd/src/sbin/disklabel/
Dmain.c140 #define DEFEDITOR _PATH_VI