mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
1.9 KiB
HTML
23 lines
1.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_size</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#L2160'>undo_stack_size</a> 2160 src/editor/edit.c edit->undo_stack_size = START_STACK_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2162'>undo_stack_size</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#L2358'>undo_stack_size</a> 2358 src/editor/edit.c if (sp > edit->undo_stack_size - 10)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2362'>undo_stack_size</a> 2362 src/editor/edit.c if (edit->undo_stack_size < (unsigned long) max_undo)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2366'>undo_stack_size</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#L2370'>undo_stack_size</a> 2370 src/editor/edit.c edit->undo_stack_size <<= 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2371'>undo_stack_size</a> 2371 src/editor/edit.c edit->undo_stack_size_mask = edit->undo_stack_size - 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L127'>undo_stack_size</a> 127 src/editor/editwidget.h unsigned long undo_stack_size;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|