mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
56 lines
7.7 KiB
HTML
56 lines
7.7 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>hex_cursor</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--viewer--actions_cmd.c.html#L175'>hex_cursor</a> 175 src/viewer/actions_cmd.c while ((node != NULL) && (node->offset != view->hex_cursor))</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L195'>hex_cursor</a> 195 src/viewer/actions_cmd.c mcview_get_byte (view, view->hex_cursor, &byte_val);</span>
|
|
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L219'>hex_cursor</a> 219 src/viewer/actions_cmd.c node->offset = view->hex_cursor;</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L165'>hex_cursor</a> 165 src/viewer/display.c tty_printf ("0x%08" PRIxMAX, (uintmax_t) view->hex_cursor);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L184'>hex_cursor</a> 184 src/viewer/display.c mcview_display_percent (view, view->mode_flags.hex ? view->hex_cursor : view->dpy_end);</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L86'>hex_cursor</a> 86 src/viewer/hex.c return (from == view->hex_cursor) ? MARK_CURSOR</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L246'>hex_cursor</a> 246 src/viewer/hex.c if (from == view->hex_cursor && !view->hexview_in_text)</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L351'>hex_cursor</a> 351 src/viewer/hex.c if (from == view->hex_cursor && view->hexview_in_text)</span>
|
|
<span class='curline'><a href='../S/src--viewer--internal.h.html#L135'>hex_cursor</a> 135 src/viewer/internal.h off_t hex_cursor; // Hexview cursor position in file</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L129'>hex_cursor</a> 129 src/viewer/lib.c view->hex_cursor = view->dpy_start;</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L135'>hex_cursor</a> 135 src/viewer/lib.c view->dpy_start = mcview_bol (view, view->hex_cursor, 0);</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L136'>hex_cursor</a> 136 src/viewer/lib.c view->hex_cursor = view->dpy_start;</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L174'>hex_cursor</a> 174 src/viewer/lib.c view->hex_cursor = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L207'>hex_cursor</a> 207 src/viewer/lib.c view->mode_flags.hex ? view->hex_cursor : view->dpy_start,</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L449'>hex_cursor</a> 449 src/viewer/mcviewer.c view->hex_cursor = new_offset;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L78'>hex_cursor</a> 78 src/viewer/move.c off_t cursor = view->hex_cursor;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L102'>hex_cursor</a> 102 src/viewer/move.c view->search_start = view->mode_flags.hex ? view->hex_cursor : view->dpy_start;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L124'>hex_cursor</a> 124 src/viewer/move.c if (view->hex_cursor < bytes)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L125'>hex_cursor</a> 125 src/viewer/move.c view->hex_cursor %= view->bytes_per_line;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L128'>hex_cursor</a> 128 src/viewer/move.c view->hex_cursor -= bytes;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L129'>hex_cursor</a> 129 src/viewer/move.c if (view->hex_cursor < view->dpy_start)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L158'>hex_cursor</a> 158 src/viewer/move.c for (i = 0; i < lines && view->hex_cursor < limit; i++)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L160'>hex_cursor</a> 160 src/viewer/move.c view->hex_cursor += view->bytes_per_line;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L181'>hex_cursor</a> 181 src/viewer/move.c off_t old_cursor = view->hex_cursor;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L186'>hex_cursor</a> 186 src/viewer/move.c if (view->hex_cursor > 0)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L187'>hex_cursor</a> 187 src/viewer/move.c view->hex_cursor--;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L207'>hex_cursor</a> 207 src/viewer/move.c off_t old_cursor = view->hex_cursor;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L215'>hex_cursor</a> 215 src/viewer/move.c if (view->hex_cursor < last_byte)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L216'>hex_cursor</a> 216 src/viewer/move.c view->hex_cursor++;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L236'>hex_cursor</a> 236 src/viewer/move.c view->hex_cursor = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L257'>hex_cursor</a> 257 src/viewer/move.c view->hex_cursor = DOZ (filesize, 1);</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L281'>hex_cursor</a> 281 src/viewer/move.c view->hex_cursor -= view->hex_cursor % view->bytes_per_line;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L301'>hex_cursor</a> 301 src/viewer/move.c bol = mcview_offset_rounddown (view->hex_cursor, view->bytes_per_line);</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L304'>hex_cursor</a> 304 src/viewer/move.c view->hex_cursor = bol + view->bytes_per_line - 1;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L308'>hex_cursor</a> 308 src/viewer/move.c view->hex_cursor = DOZ (filesize, 1);</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L322'>hex_cursor</a> 322 src/viewer/move.c view->hex_cursor = offset;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L400'>hex_cursor</a> 400 src/viewer/move.c view->hex_cursor = view->search_start;</span>
|
|
<span class='curline'><a href='../S/src--viewer--search.c.html#L527'>hex_cursor</a> 527 src/viewer/search.c want_search_start = view->hex_cursor;</span>
|
|
<span class='curline'><a href='../S/src--viewer--search.c.html#L537'>hex_cursor</a> 537 src/viewer/search.c want_search_start = view->hex_cursor + 1;</span>
|
|
<span class='curline'><a href='../S/src--viewer--search.c.html#L538'>hex_cursor</a> 538 src/viewer/search.c else if (view->hex_cursor > 0)</span>
|
|
<span class='curline'><a href='../S/src--viewer--search.c.html#L539'>hex_cursor</a> 539 src/viewer/search.c want_search_start = view->hex_cursor - 1;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|