Home
last modified time | relevance | path

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

/trueos/include/
HDpaths.h92 #define _PATH_VI "/usr/bin/vi" macro
138 #undef _PATH_VI
139 #define _PATH_VI "/rescue/vi" macro
/trueos/usr.sbin/cron/cron/
HDpathnames.h69 #if defined(_PATH_VI)
70 # define EDITOR _PATH_VI
/trueos/usr.bin/mail/
HDedit.c182 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor()
/trueos/release/picobsd/tinyware/passwd/
HDpw_util.c69 static char _default_editor[] = _PATH_VI;
/trueos/contrib/netbsd-tests/include/
HDt_paths.c112 { _PATH_VI, PATH_FILE },
/trueos/lib/libutil/
HDpw_util.c295 editor = _PATH_VI; in pw_edit()
/trueos/usr.sbin/edquota/
HDedquota.c459 ed = _PATH_VI; in editit()
/trueos/sbin/sunlabel/
HDsunlabel.c503 editor = _PATH_VI; in edit_label()
/trueos/sbin/gvinum/
HDgvinum.c221 ed = _PATH_VI; in gvinum_create()
/trueos/sbin/bsdlabel/
HDbsdlabel.c98 #define DEFEDITOR _PATH_VI