Searched refs:mcnt2 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c608 int mcnt, mcnt2;
752 extract_number_and_incr (&mcnt2, &p);
753 printf ("/succeed_n to %d, %d times", p1 - start, mcnt2);
759 extract_number_and_incr (&mcnt2, &p);
760 printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
766 extract_number_and_incr (&mcnt2, &p);
767 printf ("/set_number_at location %d to %d", p1 - start, mcnt2);
603 int mcnt, mcnt2; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c745 int mcnt, mcnt2;
887 extract_number_and_incr (&mcnt2, &p);
888 printf ("/succeed_n to %d, %d times", p + mcnt - start, mcnt2);
893 extract_number_and_incr (&mcnt2, &p);
894 printf ("/jump_n to %d, %d times", p + mcnt - start, mcnt2);
899 extract_number_and_incr (&mcnt2, &p);
900 printf ("/set_number_at location %d to %d", p + mcnt - start, mcnt2);
739 int mcnt, mcnt2; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c815 int mcnt, mcnt2;
1044 PREFIX(extract_number_and_incr) (&mcnt2, &p);
1046 printf ("/succeed_n to %td, %d times", p1 - start, mcnt2);
1049 (long int) (p1 - start), mcnt2);
1056 PREFIX(extract_number_and_incr) (&mcnt2, &p);
1057 printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
1063 PREFIX(extract_number_and_incr) (&mcnt2, &p);
1065 printf ("/set_number_at location %td to %d", p1 - start, mcnt2);
1068 (long int) (p1 - start), mcnt2);
809 int mcnt, mcnt2; local

Completed in 200 milliseconds