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>redo_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#L2164'>redo_stack_size</a> 2164 src/editor/edit.c edit->redo_stack_size = START_STACK_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2166'>redo_stack_size</a> 2166 src/editor/edit.c edit->redo_stack = g_malloc0 ((edit->redo_stack_size + 10) * sizeof (long));</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2448'>redo_stack_size</a> 2448 src/editor/edit.c if (sp > edit->redo_stack_size - 10)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2452'>redo_stack_size</a> 2452 src/editor/edit.c if (edit->redo_stack_size < (unsigned long) max_undo)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2456'>redo_stack_size</a> 2456 src/editor/edit.c t = g_realloc (edit->redo_stack, (edit->redo_stack_size * 2 + 10) * sizeof (long));</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2460'>redo_stack_size</a> 2460 src/editor/edit.c edit->redo_stack_size <<= 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2461'>redo_stack_size</a> 2461 src/editor/edit.c edit->redo_stack_size_mask = edit->redo_stack_size - 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L134'>redo_stack_size</a> 134 src/editor/editwidget.h unsigned long redo_stack_size;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|