Home | History | Annotate | Download | only in lib

Lines Matching refs:re_search

287 /* re_match, re_search, re_match_2, re_search_2
296 re_search() first tries matching at index START, then it tries to match
298 is START + RANGE. (Thus RANGE = 0 forces re_search to operate the same
310 On success, re_match* functions return the length of the match, re_search*
328 re_search (bufp, string, length, start, range, regs)
339 weak_alias (__re_search, re_search)
414 /* The parameters have the same meaning as those of re_search.
638 START and RANGE have the same meaning as with re_search.