Searched refs:arg_now (Results 1 – 4 of 4) sorted by relevance
48 static bool arg_now = false; variable595 if (!arg_now) in maybe_start_stop_restart()634 if (!arg_enable && !arg_now) in maybe_enable_start()682 if (!arg_enable && !arg_now) in maybe_stop_enable_restart()758 if (!arg_enable && !arg_now) in maybe_stop_disable()1380 arg_now = true; in parse_argv()
91 extern bool arg_now;
106 bool arg_now = false; variable836 arg_now = true; in systemctl_parse_argv()
260 if (arg_now && STR_IN_SET(argv[0], "enable", "disable", "mask")) { in verb_enable()