Home
last modified time | relevance | path

Searched refs:match_slash (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c531 static struct buffer *match_slash P_((int slash, int regex));
533 match_slash(slash, regex) in match_slash() function
953 if ( !(b = match_slash(ch, true)) )
1272 if ( !(b = match_slash(slash, true)) )
1274 if ( !(b2 = match_slash(slash, false)) )
1297 if ( !(b = match_slash(slash, false)) )
1302 if ( !(b2 = match_slash(slash, false)) )
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog143 * sed/compile.c (match_slash): Fix MBCS behavior.
278 * sed/compile.c (match_slash): Treat 's&foo&\&&' compatibly with
442 * sed/compile.c (compile_program) <case 'y'>: Pass false to match_slash.
835 * sed/compile.c (match_slash, snarf_char_class): More
843 * sed/compile.c (match_slash): Strip the \ in front of
860 (match_slash): Remove same parameter from here. Callers adjusted.
1211 * sed/compile.c(match_slash) [REG_PERL]: Ditto
1354 * sed/compile.c(match_slash): somewhere between 3.02
1515 * sed/compile.c(snarf_char_class,match_slash): simplify
2513 * compile.c (match_slash): match_slash() did not handle
[all …]