Files
source/Y/undo_stack_bottom.html

30 lines
3.2 KiB
HTML
Raw Permalink Normal View History

2026-02-01 17:32:02 +00:00
<!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>undo_stack_bottom</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--edit.c.html#L539'>undo_stack_bottom</a> 539 src/editor/edit.c if (sp == edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L551'>undo_stack_bottom</a> 551 src/editor/edit.c if (sp == edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L605'>undo_stack_bottom</a> 605 src/editor/edit.c if (sp == edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L613'>undo_stack_bottom</a> 613 src/editor/edit.c if (sp == edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2386'>undo_stack_bottom</a> 2386 src/editor/edit.c if (edit-&gt;undo_stack_bottom != sp &amp;&amp; spm1 != edit-&gt;undo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2387'>undo_stack_bottom</a> 2387 src/editor/edit.c &amp;&amp; ((sp - 2) &amp; edit-&gt;undo_stack_size_mask) != edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2422'>undo_stack_bottom</a> 2422 src/editor/edit.c if ((unsigned long) c == edit-&gt;undo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2423'>undo_stack_bottom</a> 2423 src/editor/edit.c || (((unsigned long) c + 1) &amp; edit-&gt;undo_stack_size_mask) == edit-&gt;undo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2426'>undo_stack_bottom</a> 2426 src/editor/edit.c edit-&gt;undo_stack_bottom = (edit-&gt;undo_stack_bottom + 1) &amp; edit-&gt;undo_stack_size_mask;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2428'>undo_stack_bottom</a> 2428 src/editor/edit.c while (edit-&gt;undo_stack[edit-&gt;undo_stack_bottom] &lt; KEY_PRESS</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2429'>undo_stack_bottom</a> 2429 src/editor/edit.c &amp;&amp; edit-&gt;undo_stack_bottom != edit-&gt;undo_stack_pointer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2433'>undo_stack_bottom</a> 2433 src/editor/edit.c if (edit-&gt;undo_stack_pointer != edit-&gt;undo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2434'>undo_stack_bottom</a> 2434 src/editor/edit.c &amp;&amp; edit-&gt;undo_stack[edit-&gt;undo_stack_bottom] &lt; KEY_PRESS)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2436'>undo_stack_bottom</a> 2436 src/editor/edit.c edit-&gt;undo_stack_bottom = edit-&gt;undo_stack_pointer = 0;</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L129'>undo_stack_bottom</a> 129 src/editor/editwidget.h unsigned long undo_stack_bottom;</span>
</pre>
</body>
</html>