Lines Matching refs:match_slash
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.
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
2517 to deal with the details, and altered match_slash()
2583 * compile.c: abstracted out match_slash() from the s///, y///,