D | regex.c | 49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 50 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 51 # define re_match(bufp, string, size, pos, regs) \ argument 52 __re_match (bufp, string, size, pos, regs) 53 # define re_search(bufp, string, size, startpos, range, regs) \ argument 54 __re_search (bufp, string, size, startpos, range, regs) 55 # define re_compile_pattern(pattern, length, bufp) \ argument 56 __re_compile_pattern (pattern, length, bufp) 58 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument 59 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) [all …]
|