Files
source/Y/direction.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

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-&gt;buffer.curs_line : edit-&gt;buffer.lines - edit-&gt;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 (&amp;edit-&gt;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') &amp;&amp; (*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-&gt;dir_idx + direction; i != *view-&gt;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>