3308
3321
expression "\\" accepts the codepoint 0x5c, but should not accept the second
3309
3322
byte of the codepoint 0x815c. Then the initial state must skip the bytes
3310
3323
that are not a single byte character nor the first byte of a multibyte
3312
3330
static unsigned char const *
3313
3331
skip_remains_mb (struct dfa *d, unsigned char const *p,
3318
3336
mbp += mbs_to_wchar (&wc, (char const *) mbp,
3319
3337
end - (char const *) mbp, d);