Home
last modified time | relevance | path

Searched refs:arg_dot (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/analyze/
Danalyze-dot.c60 if (IN_SET(arg_dot, DEP_ORDER, DEP_ALL)) { in graph_one()
66 if (IN_SET(arg_dot, DEP_REQUIRE, DEP_ALL)) { in graph_one()
Danalyze.c86 DotMode arg_dot = DEP_ALL; variable
366 arg_dot = DEP_ORDER; in parse_argv()
370 arg_dot = DEP_REQUIRE; in parse_argv()
Danalyze.h19 extern DotMode arg_dot;