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