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

/haiku/src/build/libgnuregex/
H A Dregex.c3263 const char *match_end = NULL;
3400 boolean same_str_p = (FIRST_STRING_P (match_end)
3405 || (same_str_p && d > match_end)
3409 match_end = d;
3433 d = match_end;
3247 const char *match_end = NULL; local

Completed in 36 milliseconds