Searched defs:editor_args (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c5988 char *editor, **editor_args = NULL; local
6009 editor_args = strv_split(editor, WHITESPACE);
6010 if (!editor_args) {
6014 n_editor_args = strv_length(editor_args);
6020 args[0] = editor_args[0];
6022 args[i] = editor_args[i];

Completed in 30 milliseconds