mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
3.0 KiB
HTML
29 lines
3.0 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>direction</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#L1065'>direction</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#L1068'>direction</a> 1068 src/editor/edit.c long l = direction ? edit->buffer.curs_line : edit->buffer.lines - edit->buffer.curs_line;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1080'>direction</a> 1080 src/editor/edit.c if (direction)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1086'>direction</a> 1086 src/editor/edit.c p = direction ? edit_buffer_get_backward_offset (&edit->buffer, p, lines)</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L191'>direction</a> 191 src/help.c search_char_node (const char *start, char the_char, int direction)</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L195'>direction</a> 195 src/help.c for (e = start; (*e != '\0') && (*e != CHAR_NODE_END); e += direction)</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L289'>direction</a> 289 src/viewer/actions_cmd.c mcview_scan_for_file (WView *view, int direction)</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L293'>direction</a> 293 src/viewer/actions_cmd.c for (i = *view->dir_idx + direction; i != *view->dir_idx; i += direction)</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L309'>direction</a> 309 src/viewer/actions_cmd.c mcview_load_next_prev (WView *view, int direction)</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L317'>direction</a> 317 src/viewer/actions_cmd.c mcview_scan_for_file (view, direction);</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L451'>direction</a> 451 src/viewer/actions_cmd.c gboolean direction;</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L453'>direction</a> 453 src/viewer/actions_cmd.c direction = mcview_search_options.backwards;</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L454'>direction</a> 454 src/viewer/actions_cmd.c mcview_search_options.backwards = !direction;</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L456'>direction</a> 456 src/viewer/actions_cmd.c mcview_search_options.backwards = direction;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|