Files
source/Y/redo_stack_bottom.html

29 lines
3.1 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>redo_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#L574'>redo_stack_bottom</a> 574 src/editor/edit.c if (sp == edit-&gt;redo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L585'>redo_stack_bottom</a> 585 src/editor/edit.c if (sp == edit-&gt;redo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2384'>redo_stack_bottom</a> 2384 src/editor/edit.c edit-&gt;redo_stack_bottom = edit-&gt;redo_stack_pointer = 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2467'>redo_stack_bottom</a> 2467 src/editor/edit.c if (edit-&gt;redo_stack_bottom != sp &amp;&amp; spm1 != edit-&gt;redo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2468'>redo_stack_bottom</a> 2468 src/editor/edit.c &amp;&amp; ((sp - 2) &amp; edit-&gt;redo_stack_size_mask) != edit-&gt;redo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2503'>redo_stack_bottom</a> 2503 src/editor/edit.c if ((unsigned long) c == edit-&gt;redo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2504'>redo_stack_bottom</a> 2504 src/editor/edit.c || (((unsigned long) c + 1) &amp; edit-&gt;redo_stack_size_mask) == edit-&gt;redo_stack_bottom)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2507'>redo_stack_bottom</a> 2507 src/editor/edit.c edit-&gt;redo_stack_bottom = (edit-&gt;redo_stack_bottom + 1) &amp; edit-&gt;redo_stack_size_mask;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2509'>redo_stack_bottom</a> 2509 src/editor/edit.c while (edit-&gt;redo_stack[edit-&gt;redo_stack_bottom] &lt; KEY_PRESS</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2510'>redo_stack_bottom</a> 2510 src/editor/edit.c &amp;&amp; edit-&gt;redo_stack_bottom != edit-&gt;redo_stack_pointer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2518'>redo_stack_bottom</a> 2518 src/editor/edit.c if (edit-&gt;redo_stack_pointer != edit-&gt;redo_stack_bottom</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2519'>redo_stack_bottom</a> 2519 src/editor/edit.c &amp;&amp; edit-&gt;redo_stack[edit-&gt;redo_stack_bottom] &lt; KEY_PRESS)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2520'>redo_stack_bottom</a> 2520 src/editor/edit.c edit-&gt;redo_stack_bottom = edit-&gt;redo_stack_pointer = 0;</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L136'>redo_stack_bottom</a> 136 src/editor/editwidget.h unsigned long redo_stack_bottom;</span>
</pre>
</body>
</html>