orig_c           2789 src/editor/edit.c         int c, orig_c;
orig_c           2799 src/editor/edit.c         orig_c = c = edit_buffer_get_byte (&edit->buffer, p);
orig_c           2824 src/editor/edit.c         else if ((c < 32 || c == 127) && (orig_c == c || (!mc_global.utf8_display && !edit->utf8)))