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

/systemd/src/cgls/
H A Dcgls.c44 static int arg_full = -1; variable
102 arg_full = true;
188 if (r > 0 && arg_full < 0)
189 arg_full = true;
194 (arg_full > 0) * OUTPUT_FULL_WIDTH;
/systemd/src/login/
H A Dloginctl.c51 static bool arg_full = false; variable
87 arg_full * OUTPUT_FULL_WIDTH |
1439 arg_full = true;
/systemd/src/journal/
H A Djournalctl.c87 static bool arg_full = true; variable
490 arg_full = true;
494 arg_full = false;
2452 arg_full * OUTPUT_FULL_WIDTH |
/systemd/src/machine/
H A Dmachinectl.c64 static bool arg_full = false; variable
107 arg_full * OUTPUT_FULL_WIDTH |
2497 arg_full = true;
/systemd/src/systemctl/
H A Dsystemctl.c110 static bool arg_full = false; variable
246 arg_full * OUTPUT_FULL_WIDTH |
390 if (!arg_full && original_stdout_is_tty) {
442 if (!arg_full && arg_no_pager)
470 if (arg_full) {
1312 if (!arg_full) {
1347 e = arg_full ? NULL : ellipsize(id, id_cols, 33);
1471 if (len > max_len - 3 && !arg_full) {
1479 if (len > max_len - 3 && !arg_full) {
1487 if (arg_full){
[all...]

Completed in 47 milliseconds