orig_c           2822 src/editor/edit.c         int c, orig_c;
orig_c           2832 src/editor/edit.c         orig_c = c = edit_buffer_get_byte (&edit->buffer, p);
orig_c           2859 src/editor/edit.c         else if ((c < 32 || c == 127) && (orig_c == c