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

/systemd/src/systemctl/
H A Dsystemctl.c5988 char *editor, **editor_args = NULL; local
6002 editor = getenv("SYSTEMD_EDITOR");
6003 if (!editor)
6004 editor = getenv("EDITOR");
6005 if (!editor)
6006 editor = getenv("VISUAL");
6008 if (!isempty(editor)) {
6009 editor_args = strv_split(editor, WHITESPACE);
6034 FOREACH_STRING(p, "editor", "nano", "vim", "vi") {
6037 /* We do not fail if the editor does
[all...]

Completed in 2341 milliseconds