Searched refs:_PATH_VI (Results 1 – 10 of 10) sorted by relevance
92 #define _PATH_VI "/usr/bin/vi" macro138 #undef _PATH_VI139 #define _PATH_VI "/rescue/vi" macro
69 #if defined(_PATH_VI)70 # define EDITOR _PATH_VI
182 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor()
69 static char _default_editor[] = _PATH_VI;
112 { _PATH_VI, PATH_FILE },
295 editor = _PATH_VI; in pw_edit()
459 ed = _PATH_VI; in editit()
503 editor = _PATH_VI; in edit_label()
221 ed = _PATH_VI; in gvinum_create()
98 #define DEFEDITOR _PATH_VI