Home
last modified time | relevance | path

Searched refs:match_regex (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h199 int match_regex P_((struct regex *regex,
Dregexp.c209 match_regex(regex, buf, buflen, buf_start_offset, regarray, regsize) in match_regex() function
Dexecute.c957 return match_regex(addr->addr_regex, line.active, line.length, 0, NULL, 0);
1187 if (!match_regex(sub->regx, line.active, line.length, start,
1267 && match_regex(sub->regx, line.active, line.length, start,
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog518 (struct addr, struct subst, compile_regex, match_regex,
523 the regsize parameter of match_regex.
530 (match_regex): Accept a struct regex instead of a regex_t.
700 * sed/regex.c (match_regex): fix memory leak.
864 * sed/sed.h: Fix prototype for match_regex, declare re_registers
1243 * sed/regex.c(match_regex): Use regexec2
1284 match_regex(), and release_regex(); drop rx_testing variable.
1293 regex.c:match_regex(); NOLEAKS to DEBUG_LEAKS change;
1300 not_bol_p) to match_regex().
1310 like the one that used to live in compile.c), match_regex(),