Searched refs:arg_merge (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-upload.c59 static bool arg_merge = false; variable
673 arg_merge = true;
777 r = sd_journal_open(j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
/systemd/src/journal/
H A Djournalctl.c93 static bool arg_merge = false; variable
547 arg_merge = true;
677 arg_merge = false;
862 if ((arg_boot || arg_action == ACTION_LIST_BOOTS) && (arg_file || arg_directory || arg_merge)) {
2111 r = sd_journal_open(&j, !arg_merge*SD_JOURNAL_LOCAL_ONLY + arg_journal_type);
2435 if (!arg_merge && !arg_quiet) {

Completed in 18 milliseconds