Searched refs:illegal_byte (Results 1 – 1 of 1) sorted by relevance
188 linenr_T illegal_byte = 0; // line nr with illegal byte in readfile() local1414 else if (illegal_byte == 0) in readfile()1415 illegal_byte = curbuf->b_ml.ml_line_count in readfile()2038 if (conv_error == 0 && illegal_byte == 0) in readfile()2039 illegal_byte = readfile_linenr(linecnt, ptr, p); in readfile()2487 else if (illegal_byte > 0) in readfile()2490 _("[ILLEGAL BYTE in line %ld]"), (long)illegal_byte); in readfile()2537 || (illegal_byte > 0 && bad_char_behavior != BAD_KEEP))) in readfile()