Lines Matching defs:cursor
291 " -c --cursor=CURSOR Show entries starting at the specified cursor\n"
292 " --after-cursor=CURSOR Show entries after the specified cursor\n"
293 " --show-cursor Print the cursor after all the entries\n"
416 { "cursor", required_argument, NULL, 'c' },
417 { "after-cursor", required_argument, NULL, ARG_AFTER_CURSOR },
418 { "show-cursor", no_argument, NULL, ARG_SHOW_CURSOR },
848 log_error("Please specify only one of --since=, --cursor=, and --after-cursor.");
2295 log_error_errno(r, "Failed to seek to cursor: %m");
2305 /* We couldn't find the next entry after the cursor. */
2469 _cleanup_free_ char *cursor = NULL;
2471 r = sd_journal_get_cursor(j, &cursor);
2473 log_error_errno(r, "Failed to get cursor: %m");
2475 printf("-- cursor: %s\n", cursor);