cont_bytes        116 src/viewer/hex.c     int cont_bytes = 0;         /* number of continuation bytes remanining from current UTF-8 */
cont_bytes        179 src/viewer/hex.c                 if (cont_bytes != 0)
cont_bytes        182 src/viewer/hex.c                     cont_bytes--;
cont_bytes        229 src/viewer/hex.c                         cont_bytes = next_ch - utf8buf - 1;
cont_bytes        234 src/viewer/hex.c                     utf8_changed = (first_changed >= 0 && first_changed <= cont_bytes);