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

81 lines
11 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>bytes</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/lib--tty--win.c.html#L109'>bytes</a> 109 lib/tty/win.c int bytes, i, j, cols = 0;</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L120'>bytes</a> 120 lib/tty/win.c bytes = (y2 - y1) * (COLS + 1) + 1; // *should* be the number of bytes read</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L122'>bytes</a> 122 lib/tty/win.c k = g_malloc (bytes);</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L130'>bytes</a> 130 lib/tty/win.c if (j &lt; bytes)</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L137'>bytes</a> 137 lib/tty/win.c if (j &lt; bytes)</span>
<span class='curline'><a href='../S/src--background.c.html#L217'>bytes</a> 217 src/background.c ssize_t bytes, ret;</span>
<span class='curline'><a href='../S/src--background.c.html#L225'>bytes</a> 225 src/background.c bytes = read (fd, &amp;routine.pointer, sizeof (routine));</span>
<span class='curline'><a href='../S/src--background.c.html#L226'>bytes</a> 226 src/background.c if (bytes == -1 || (size_t) bytes &lt; (sizeof (routine)))</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L95'>bytes</a> 95 src/cons.handler.c unsigned short bytes = 0;</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L122'>bytes</a> 122 src/cons.handler.c ret = read (pipefd2[0], &amp;bytes, 2);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L125'>bytes</a> 125 src/cons.handler.c for (i = 0; i &lt; bytes; i++)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L97'>bytes</a> 97 src/consaver/cons.saver.c unsigned short bytes;</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L122'>bytes</a> 122 src/consaver/cons.saver.c bytes = lc_index;</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L124'>bytes</a> 124 src/consaver/cons.saver.c if (write (1, &amp;bytes, 2) != 2)</span>
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L126'>bytes</a> 126 src/consaver/cons.saver.c if (bytes == 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L608'>bytes</a> 608 src/subshell/common.c ssize_t bytes;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L641'>bytes</a> 641 src/subshell/common.c bytes = read (command_buffer_pipe[READ], subshell_response_buffer,</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L643'>bytes</a> 643 src/subshell/common.c (void) bytes;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L689'>bytes</a> 689 src/subshell/common.c bytes =</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L692'>bytes</a> 692 src/subshell/common.c if (bytes &lt;= 0</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L693'>bytes</a> 693 src/subshell/common.c || (size_t) bytes == sizeof (subshell_response_buffer) - response_char_length)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L699'>bytes</a> 699 src/subshell/common.c strnlen (subshell_response_buffer + response_char_length, bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L700'>bytes</a> 700 src/subshell/common.c if (latest_chunk_data_length &lt; bytes)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L707'>bytes</a> 707 src/subshell/common.c response_char_length += bytes;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L811'>bytes</a> 811 src/subshell/common.c parse_subshell_prompt_string (const char *buffer, size_t bytes)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L823'>bytes</a> 823 src/subshell/common.c for (size_t i = 0; i &lt; bytes; i++)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L947'>bytes</a> 947 src/subshell/common.c const ssize_t bytes =</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L950'>bytes</a> 950 src/subshell/common.c if (bytes == -1)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L960'>bytes</a> 960 src/subshell/common.c if (bytes &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L973'>bytes</a> 973 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L976'>bytes</a> 976 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L991'>bytes</a> 991 src/subshell/common.c const ssize_t bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L997'>bytes</a> 997 src/subshell/common.c if (bytes &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1005'>bytes</a> 1005 src/subshell/common.c subshell_cwd[(size_t) bytes - 1] = '\0'; // Squash the final '\n'</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1022'>bytes</a> 1022 src/subshell/common.c const ssize_t bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1024'>bytes</a> 1024 src/subshell/common.c if (bytes &lt;= 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1033'>bytes</a> 1033 src/subshell/common.c const size_t ubytes = (size_t) bytes;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1974'>bytes</a> 1974 src/subshell/common.c const ssize_t bytes =</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1978'>bytes</a> 1978 src/subshell/common.c if (bytes &gt; 0 &amp;&amp; how == VISIBLY)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1979'>bytes</a> 1979 src/subshell/common.c write_all (STDOUT_FILENO, pty_buffer, (size_t) bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1991'>bytes</a> 1991 src/subshell/common.c ssize_t bytes = 0;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2020'>bytes</a> 2020 src/subshell/common.c bytes = read_nonblock (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2022'>bytes</a> 2022 src/subshell/common.c if (bytes &gt; 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2024'>bytes</a> 2024 src/subshell/common.c parse_subshell_prompt_string (pty_buffer, bytes);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2032'>bytes</a> 2032 src/subshell/common.c return (rc != 0 || bytes != 0);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L309'>bytes</a> 309 src/viewer/display.c int bytes;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L312'>bytes</a> 312 src/viewer/display.c bytes = 4;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L314'>bytes</a> 314 src/viewer/display.c bytes = 4 * ((cols - 9) / ((cols &lt;= 80) ? 17 : 18));</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L316'>bytes</a> 316 src/viewer/display.c g_assert (bytes != 0);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L318'>bytes</a> 318 src/viewer/display.c view-&gt;bytes_per_line = bytes;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L151'>bytes</a> 151 src/viewer/hex.c int bytes; // Number of bytes already printed on the line</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L166'>bytes</a> 166 src/viewer/hex.c for (bytes = 0; bytes &lt; view-&gt;bytes_per_line; bytes++, from++)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L287'>bytes</a> 287 src/viewer/hex.c if (bytes != view-&gt;bytes_per_line - 1)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L296'>bytes</a> 296 src/viewer/hex.c if (bytes % 4 == 3)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L341'>bytes</a> 341 src/viewer/hex.c if (text_start + bytes &lt; r-&gt;cols)</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L343'>bytes</a> 343 src/viewer/hex.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + text_start + bytes);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L354'>bytes</a> 354 src/viewer/hex.c view-&gt;cursor_col = text_start + bytes;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L77'>bytes</a> 77 src/viewer/move.c off_t bytes = view-&gt;bytes_per_line;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L82'>bytes</a> 82 src/viewer/move.c displaysize = view-&gt;data_area.lines * bytes;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L84'>bytes</a> 84 src/viewer/move.c topleft = mcview_offset_rounddown (cursor, bytes) - (displaysize - bytes);</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L86'>bytes</a> 86 src/viewer/move.c topleft = mcview_offset_rounddown (cursor, bytes);</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L120'>bytes</a> 120 src/viewer/move.c off_t bytes;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L122'>bytes</a> 122 src/viewer/move.c bytes = lines * view-&gt;bytes_per_line;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L124'>bytes</a> 124 src/viewer/move.c if (view-&gt;hex_cursor &lt; bytes)</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L128'>bytes</a> 128 src/viewer/move.c view-&gt;hex_cursor -= bytes;</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L131'>bytes</a> 131 src/viewer/move.c view-&gt;dpy_start = DOZ (view-&gt;dpy_start, bytes);</span>
</pre>
</body>
</html>