mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
35 lines
3.9 KiB
HTML
35 lines
3.9 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</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#L543'>undo_stack</a> 543 src/editor/edit.c c = edit->undo_stack[sp];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L554'>undo_stack</a> 554 src/editor/edit.c c = edit->undo_stack[(sp - 1) & edit->undo_stack_size_mask];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L555'>undo_stack</a> 555 src/editor/edit.c if (edit->undo_stack[sp] == -2)</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L561'>undo_stack</a> 561 src/editor/edit.c edit->undo_stack[sp]++;</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L609'>undo_stack</a> 609 src/editor/edit.c c = edit->undo_stack[sp];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L616'>undo_stack</a> 616 src/editor/edit.c c = edit->undo_stack[(sp - 1) & edit->undo_stack_size_mask];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2162'>undo_stack</a> 2162 src/editor/edit.c edit->undo_stack = g_malloc0 ((edit->undo_stack_size + 10) * sizeof (long));</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2231'>undo_stack</a> 2231 src/editor/edit.c g_free (edit->undo_stack);</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2366'>undo_stack</a> 2366 src/editor/edit.c t = g_realloc (edit->undo_stack, (edit->undo_stack_size * 2 + 10) * sizeof (long));</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2369'>undo_stack</a> 2369 src/editor/edit.c edit->undo_stack = t;</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2391'>undo_stack</a> 2391 src/editor/edit.c if (edit->undo_stack[spm1] < 0)</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2393'>undo_stack</a> 2393 src/editor/edit.c d = edit->undo_stack[(sp - 2) & edit->undo_stack_size_mask];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2394'>undo_stack</a> 2394 src/editor/edit.c if (d == c && edit->undo_stack[spm1] > -1000000000)</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2397'>undo_stack</a> 2397 src/editor/edit.c edit->undo_stack[spm1]--;</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2403'>undo_stack</a> 2403 src/editor/edit.c d = edit->undo_stack[spm1];</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2408'>undo_stack</a> 2408 src/editor/edit.c edit->undo_stack[sp] = -2;</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2413'>undo_stack</a> 2413 src/editor/edit.c edit->undo_stack[sp] = c;</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2428'>undo_stack</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#L2434'>undo_stack</a> 2434 src/editor/edit.c && edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS)</span>
|
||
|
|
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L126'>undo_stack</a> 126 src/editor/editwidget.h long *undo_stack;</span>
|
||
|
|
</pre>
|
||
|
|
</body>
|
||
|
|
</html>
|