mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
30 lines
3.2 KiB
HTML
30 lines
3.2 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>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->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->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->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->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->undo_stack_bottom != sp && spm1 != edit->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 && ((sp - 2) & edit->undo_stack_size_mask) != edit->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->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) & edit->undo_stack_size_mask) == edit->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->undo_stack_bottom = (edit->undo_stack_bottom + 1) & edit->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->undo_stack[edit->undo_stack_bottom] < KEY_PRESS</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2429'>undo_stack_bottom</a> 2429 src/editor/edit.c && edit->undo_stack_bottom != edit->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->undo_stack_pointer != edit->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 && edit->undo_stack[edit->undo_stack_bottom] < 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->undo_stack_bottom = edit->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>
|