cont_bytes 114 src/viewer/hex.c int cont_bytes = 0; // number of continuation bytes remanining from current UTF-8 cont_bytes 175 src/viewer/hex.c if (cont_bytes != 0) cont_bytes 178 src/viewer/hex.c cont_bytes--; cont_bytes 223 src/viewer/hex.c cont_bytes = next_ch - utf8buf - 1; cont_bytes 228 src/viewer/hex.c utf8_changed = (first_changed >= 0 && first_changed <= cont_bytes);