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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c176 const char *end_of_matchp; local
212 end_of_matchp = (char *)0;
223 end_of_matchp = test_string(stringp, regexp);
239 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) {
240 end_of_matchp = test_string(stringp, regexp);
241 if (end_of_matchp != (char *)0) {
263 end_of_matchp = test_string(stringp, regexp);
264 while ((end_of_matchp == (char *)0) && (*stringp != '\0')) {
266 end_of_matchp = test_string(stringp, regexp);
268 if (end_of_matchp !
657 const char *end_of_matchp; local
673 const char *end_of_matchp; local
689 const char *end_of_matchp; local
[all...]

Completed in 21 milliseconds