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

/systemd/src/analyze/
H A Danalyze.c819 int to_print = 0; local
854 to_print++;
857 if (!to_print)
868 to_print--;
870 r = list_dependencies_print(*c, level, branches, to_print == 0, times, boot);
875 r = list_dependencies_print("...", level + 1, (branches << 1) | (to_print ? 1 : 0),
883 (branches << 1) | (to_print ? 1 : 0));
887 if (!to_print)

Completed in 38 milliseconds