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

/macosx-10.10.1/vim-55/src/
H A Dfileio.c298 linenr_T illegal_byte = 0; /* line nr with illegal byte */ local
1407 else if (illegal_byte == 0)
1408 illegal_byte = curbuf->b_ml.ml_line_count
2051 if (conv_error == 0 && illegal_byte == 0)
2052 illegal_byte = readfile_linenr(linecnt, ptr, p);
2520 else if (illegal_byte > 0)
2523 _("[ILLEGAL BYTE in line %ld]"), (long)illegal_byte);
2572 || (illegal_byte > 0 && bad_char_behavior != BAD_KEEP)

Completed in 315 milliseconds