HomeSort by relevance Sort by last modified time
    Searched full:match_regex (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 210 match_regex(regex, buf, buflen, buf_start_offset, regarray, regsize)
209 match_regex(regex, buf, buflen, buf_start_offset, regarray, regsize) function
sed.h 200 int match_regex P_((struct regex *regex,
execute.c 963 return match_regex(addr->addr_regex, line.active, line.length, 0, NULL, 0);
1194 if (!match_regex(sub->regx, line.active, line.length, start,
1274 && match_regex(sub->regx, line.active, line.length, start,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 518 (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
    [all...]

Completed in 117 milliseconds