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

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 537 static struct buffer *match_slash P_((int slash, int regex));
539 match_slash(slash, regex)
961 if ( !(b = match_slash(ch, true)) )
1280 if ( !(b = match_slash(slash, true)) )
1282 if ( !(b2 = match_slash(slash, false)) )
1305 if ( !(b = match_slash(slash, false)) )
1310 if ( !(b2 = match_slash(slash, false)) )
533 match_slash(slash, regex) function
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 143 * 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.
    [all...]

Completed in 84 milliseconds