Lines Matching refs:repetition
669 handle_line_error (const struct control *p, intmax_t repetition) in handle_line_error() argument
675 if (repetition) in handle_line_error()
676 fprintf (stderr, _(" on repetition %s\n"), imaxtostr (repetition, buf)); in handle_line_error()
689 process_line_count (const struct control *p, intmax_t repetition) in process_line_count() argument
692 intmax_t last_line_to_save = p->lines_required * (repetition + 1); in process_line_count()
700 handle_line_error (p, repetition); in process_line_count()
707 handle_line_error (p, repetition); in process_line_count()
719 handle_line_error (p, repetition); in process_line_count()
723 regexp_error (struct control *p, intmax_t repetition, bool ignore) in regexp_error() argument
728 if (repetition) in regexp_error()
731 fprintf (stderr, _(" on repetition %s\n"), imaxtostr (repetition, buf)); in regexp_error()
749 process_regexp (struct control *p, intmax_t repetition) in process_regexp() argument
780 regexp_error (p, repetition, ignore); in process_regexp()
820 regexp_error (p, repetition, ignore); in process_regexp()