Searched refs:_PATH_VI (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/lib/libutil/
H A Dpw_util.c294 editor = _PATH_VI;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpathnames.h67 #define EDITOR _PATH_VI
/freebsd-11-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-11-stable/sbin/gvinum/
H A Dgvinum.c223 ed = _PATH_VI;
/freebsd-11-stable/include/
H A Dpaths.h93 #define _PATH_VI "/usr/bin/vi" macro
140 #undef _PATH_VI macro
141 #define _PATH_VI "/rescue/vi" macro
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c53 ed = _PATH_VI;
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_paths.c114 { _PATH_VI, PATH_FILE },
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c69 static char _default_editor[] = _PATH_VI;
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c98 #define DEFEDITOR _PATH_VI
/freebsd-11-stable/sbin/sunlabel/
H A Dsunlabel.c503 editor = _PATH_VI;
/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c459 ed = _PATH_VI;

Completed in 165 milliseconds