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

/systemd/src/journal-remote/
H A Djournal-upload.c60 static int arg_follow = -1; variable
376 if (arg_follow) {
380 if (r != -EPERM || arg_follow > 0)
727 arg_follow = !!r;
729 arg_follow = true;
824 !!arg_follow);
/systemd/src/journal/
H A Djournalctl.c86 static bool arg_follow = false; variable
470 arg_follow = true;
834 if (arg_follow && !arg_no_tail && !arg_since && arg_lines == ARG_LINES_DEFAULT)
852 if (arg_follow && arg_reverse) {
2284 if (arg_follow) {
2306 if (arg_follow)
2361 if (arg_follow)
2370 if (!arg_follow)
2384 if (arg_follow)
2395 while (arg_lines < 0 || n_shown < arg_lines || (arg_follow
[all...]

Completed in 45 milliseconds