Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1428 if (bad_char_behavior != BAD_KEEP && (fio_flags != 0 in readfile()
1563 if (bad_char_behavior == BAD_KEEP) in readfile()
1731 if (bad_char_behavior == BAD_KEEP) in readfile()
1873 if (bad_char_behavior != BAD_KEEP) in readfile()
1902 if (bad_char_behavior != BAD_KEEP) in readfile()
1945 if (bad_char_behavior != BAD_KEEP) in readfile()
1969 else if (bad_char_behavior == BAD_KEEP) in readfile()
2048 else if (bad_char_behavior != BAD_KEEP) in readfile()
2537 || (illegal_byte > 0 && bad_char_behavior != BAD_KEEP))) in readfile()
H A Dvim.h2532 #define BAD_KEEP -1 // leave it macro
H A Devalvars.c2545 if (eap->bad_char == BAD_KEEP) in set_cmdarg()
H A Dex_docmd.c5150 eap->bad_char = BAD_KEEP; in get_bad_opt()