cursor_buf_ptr    280 src/editor/editbuffer.c     gchar *cursor_buf_ptr;
cursor_buf_ptr    293 src/editor/editbuffer.c     cursor_buf_ptr = utf8_buf + (2 * UTF8_CHAR_LEN);
cursor_buf_ptr    294 src/editor/editbuffer.c     str = g_utf8_find_prev_char (utf8_buf, cursor_buf_ptr);
cursor_buf_ptr    296 src/editor/editbuffer.c     if (str == NULL || g_utf8_next_char (str) != cursor_buf_ptr)
cursor_buf_ptr    299 src/editor/editbuffer.c         return *(cursor_buf_ptr - 1);
cursor_buf_ptr    306 src/editor/editbuffer.c         return *(cursor_buf_ptr - 1);
cursor_buf_ptr    309 src/editor/editbuffer.c     *char_length = cursor_buf_ptr - str;