stop               68 libglibc/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
stop               69 libglibc/regex.c 	__re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
stop               77 libglibc/regex.c # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
stop               78 libglibc/regex.c 	__re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
stop              383 libglibc/regex.c 					int stop));
stop             3569 libglibc/regex.c re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
stop             3576 libglibc/regex.c      int stop;
stop             3676 libglibc/regex.c 				 startpos, regs, stop);
stop             3840 libglibc/regex.c re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
stop             3846 libglibc/regex.c      int stop;
stop             3849 libglibc/regex.c 				    pos, regs, stop);
stop             3864 libglibc/regex.c re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
stop             3870 libglibc/regex.c      int stop;
stop             4065 libglibc/regex.c   if (stop <= size1)
stop             4067 libglibc/regex.c       end_match_1 = string1 + stop;
stop             4073 libglibc/regex.c       end_match_2 = string2 + stop - size1;
stop              475 libglibc/regex.h              int start, int range, struct re_registers *regs, int stop));
stop              489 libglibc/regex.h              int start, struct re_registers *regs, int stop));