Home
last modified time | relevance | path

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

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