Searched refs:bad_char_behavior (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dfileio.c301 int bad_char_behavior = BAD_REPLACE; local
884 bad_char_behavior = eap->bad_char;
1410 if (bad_char_behavior == BAD_DROP)
1421 if (bad_char_behavior != BAD_KEEP && (fio_flags != 0
1429 *(--ptr) = bad_char_behavior;
1576 if (bad_char_behavior == BAD_KEEP)
1581 else if (bad_char_behavior != BAD_DROP)
1583 *top++ = bad_char_behavior;
1627 if (bad_char_behavior > 0)
1628 replstr[0] = bad_char_behavior;
[all...]

Completed in 82 milliseconds