Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c784 bad_char_behavior = eap->bad_char; in readfile()
1417 if (bad_char_behavior == BAD_DROP) in readfile()
1436 *(--ptr) = bad_char_behavior; in readfile()
1570 *top++ = bad_char_behavior; in readfile()
1614 if (bad_char_behavior > 0) in readfile()
1737 *dst++ = bad_char_behavior; in readfile()
1874 u8c = bad_char_behavior; in readfile()
1903 u8c = bad_char_behavior; in readfile()
1946 u8c = bad_char_behavior; in readfile()
1972 *dest = bad_char_behavior; in readfile()
[all …]