Searched refs:_PATH_VI (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/cron/cron/
H A Dpathnames.h71 #if defined(_PATH_VI)
72 # define EDITOR _PATH_VI
/freebsd-10-stable/include/
H A Dpaths.h92 #define _PATH_VI "/usr/bin/vi" macro
139 #undef _PATH_VI macro
140 #define _PATH_VI "/rescue/vi" macro
/freebsd-10-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c69 static char _default_editor[] = _PATH_VI;
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_paths.c114 { _PATH_VI, PATH_FILE },
/freebsd-10-stable/usr.bin/mail/
H A Dedit.c133 * "Type" is 'e' for _PATH_EX, 'v' for _PATH_VI.
182 edit = type == 'e' ? _PATH_EX : _PATH_VI;
/freebsd-10-stable/lib/libutil/
H A Dpw_util.c295 editor = _PATH_VI;
/freebsd-10-stable/sbin/gvinum/
H A Dgvinum.c221 ed = _PATH_VI;
/freebsd-10-stable/sbin/sunlabel/
H A Dsunlabel.c503 editor = _PATH_VI;
/freebsd-10-stable/usr.sbin/edquota/
H A Dedquota.c459 ed = _PATH_VI;
/freebsd-10-stable/sbin/bsdlabel/
H A Dbsdlabel.c98 #define DEFEDITOR _PATH_VI

Completed in 99 milliseconds