mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.5 KiB
HTML
27 lines
2.5 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>do_scroll</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-impl.h.html#L131'>do_scroll</a> 131 src/editor/edit-impl.h void edit_move_up (WEdit *edit, long i, gboolean do_scroll);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit-impl.h.html#L132'>do_scroll</a> 132 src/editor/edit-impl.h void edit_move_down (WEdit *edit, long i, gboolean do_scroll);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L741'>do_scroll</a> 741 src/editor/edit.c edit_move_up_paragraph (WEdit *edit, gboolean do_scroll)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L770'>do_scroll</a> 770 src/editor/edit.c edit_move_up (edit, edit->buffer.curs_line - i, do_scroll);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L778'>do_scroll</a> 778 src/editor/edit.c edit_move_down_paragraph (WEdit *edit, gboolean do_scroll)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L805'>do_scroll</a> 805 src/editor/edit.c edit_move_down (edit, i - edit->buffer.curs_line, do_scroll);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1065'>do_scroll</a> 1065 src/editor/edit.c edit_move_updown (WEdit *edit, long lines, gboolean do_scroll, gboolean direction)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1078'>do_scroll</a> 1078 src/editor/edit.c if (do_scroll)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4111'>do_scroll</a> 4111 src/editor/edit.c edit_move_up (WEdit *edit, long i, gboolean do_scroll)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4113'>do_scroll</a> 4113 src/editor/edit.c edit_move_updown (edit, i, do_scroll, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4120'>do_scroll</a> 4120 src/editor/edit.c edit_move_down (WEdit *edit, long i, gboolean do_scroll)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4122'>do_scroll</a> 4122 src/editor/edit.c edit_move_updown (edit, i, do_scroll, FALSE);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|