Searched refs:end_of_matchp (Results 1 – 1 of 1) sorted by relevance
176 const char *end_of_matchp; in regex() local212 end_of_matchp = (char *)0; in regex()223 end_of_matchp = test_string(stringp, regexp); in regex()239 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) { in regex()240 end_of_matchp = test_string(stringp, regexp); in regex()241 if (end_of_matchp != (char *)0) { in regex()263 end_of_matchp = test_string(stringp, regexp); in regex()264 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) { in regex()266 end_of_matchp = test_string(stringp, regexp); in regex()268 if (end_of_matchp != (char *)0) { in regex()[all …]