Files
source/Y/cursor_buf_ptr.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

22 lines
1.7 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>cursor_buf_ptr</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L279'>cursor_buf_ptr</a> 279 src/editor/editbuffer.c gchar *cursor_buf_ptr;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L292'>cursor_buf_ptr</a> 292 src/editor/editbuffer.c cursor_buf_ptr = utf8_buf + (2 * MB_LEN_MAX);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L293'>cursor_buf_ptr</a> 293 src/editor/editbuffer.c str = g_utf8_find_prev_char (utf8_buf, cursor_buf_ptr);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L295'>cursor_buf_ptr</a> 295 src/editor/editbuffer.c if (str == NULL || g_utf8_next_char (str) != cursor_buf_ptr)</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L298'>cursor_buf_ptr</a> 298 src/editor/editbuffer.c return *(cursor_buf_ptr - 1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L305'>cursor_buf_ptr</a> 305 src/editor/editbuffer.c return *(cursor_buf_ptr - 1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L308'>cursor_buf_ptr</a> 308 src/editor/editbuffer.c *char_length = cursor_buf_ptr - str;</span>
</pre>
</body>
</html>