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

330 lines
56 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>pos</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--strutil.h.html#L138'>pos</a> 138 lib/strutil.h /*I*/ int (*column_to_pos) (const char *text, size_t pos);</span>
<span class='curline'><a href='../S/lib--strutil.h.html#L443'>pos</a> 443 lib/strutil.h int str_column_to_pos (const char *text, size_t pos);</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L91'>pos</a> 91 lib/strutil/filevercmp.c order (const char *s, size_t pos, size_t len)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L95'>pos</a> 95 lib/strutil/filevercmp.c if (pos == len)</span>
<span class='curline'><a href='../S/lib--strutil--filevercmp.c.html#L98'>pos</a> 98 lib/strutil/filevercmp.c c = s[pos];</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L723'>pos</a> 723 lib/strutil/strutil.c str_column_to_pos (const char *text, size_t pos)</span>
<span class='curline'><a href='../S/lib--strutil--strutil.c.html#L725'>pos</a> 725 lib/strutil/strutil.c return used_class.column_to_pos (text, pos);</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L295'>pos</a> 295 lib/strutil/strutil8bit.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L301'>pos</a> 301 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L302'>pos</a> 302 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L318'>pos</a> 318 lib/strutil/strutil8bit.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L345'>pos</a> 345 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L346'>pos</a> 346 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L358'>pos</a> 358 lib/strutil/strutil8bit.c for (; pos + 1 &lt;= (gsize) width / 2 &amp;&amp; remain &gt; 1; actual++, pos++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L359'>pos</a> 359 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L367'>pos</a> 367 lib/strutil/strutil8bit.c pos += length - width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L368'>pos</a> 368 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L369'>pos</a> 369 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L385'>pos</a> 385 lib/strutil/strutil8bit.c pos += ident;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L386'>pos</a> 386 lib/strutil/strutil8bit.c for (; pos &lt; (gsize) (ident + width) &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L387'>pos</a> 387 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L413'>pos</a> 413 lib/strutil/strutil8bit.c size_t pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L417'>pos</a> 417 lib/strutil/strutil8bit.c for (pos = 0; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L418'>pos</a> 418 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L431'>pos</a> 431 lib/strutil/strutil8bit.c for (pos = length - (size_t) width + 3; pos &lt; length &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L432'>pos</a> 432 lib/strutil/strutil8bit.c pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L433'>pos</a> 433 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L484'>pos</a> 484 lib/strutil/strutil8bit.c size_t pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L486'>pos</a> 486 lib/strutil/strutil8bit.c for (pos = start; pos &lt; length &amp;&amp; width &gt; 0 &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L487'>pos</a> 487 lib/strutil/strutil8bit.c pos++, width--, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L488'>pos</a> 488 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L506'>pos</a> 506 lib/strutil/strutil8bit.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L515'>pos</a> 515 lib/strutil/strutil8bit.c for (; pos + 1 &lt;= (size_t) width / 2 &amp;&amp; remain &gt; 1; actual++, pos++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L516'>pos</a> 516 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L524'>pos</a> 524 lib/strutil/strutil8bit.c pos += length - (size_t) width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L525'>pos</a> 525 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L526'>pos</a> 526 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L530'>pos</a> 530 lib/strutil/strutil8bit.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L531'>pos</a> 531 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.';</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L551'>pos</a> 551 lib/strutil/strutil8bit.c str_8bit_column_to_pos (const char *text, size_t pos)</span>
<span class='curline'><a href='../S/lib--strutil--strutil8bit.c.html#L554'>pos</a> 554 lib/strutil/strutil8bit.c return (int) pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L247'>pos</a> 247 lib/strutil/strutilascii.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L254'>pos</a> 254 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L256'>pos</a> 256 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L274'>pos</a> 274 lib/strutil/strutilascii.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L303'>pos</a> 303 lib/strutil/strutilascii.c for (; pos &lt; (gsize) length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L305'>pos</a> 305 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L321'>pos</a> 321 lib/strutil/strutilascii.c for (; pos + 1 &lt;= (gsize) width / 2 &amp;&amp; remain &gt; 1; actual++, pos++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L323'>pos</a> 323 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L333'>pos</a> 333 lib/strutil/strutilascii.c pos += length - width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L336'>pos</a> 336 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L338'>pos</a> 338 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L358'>pos</a> 358 lib/strutil/strutilascii.c pos += ident;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L359'>pos</a> 359 lib/strutil/strutilascii.c for (; pos &lt; (gsize) (ident + width) &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L361'>pos</a> 361 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L389'>pos</a> 389 lib/strutil/strutilascii.c size_t pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L394'>pos</a> 394 lib/strutil/strutilascii.c for (pos = 0; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L396'>pos</a> 396 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L412'>pos</a> 412 lib/strutil/strutilascii.c for (pos = length - (size_t) width + 3; pos &lt; length &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L413'>pos</a> 413 lib/strutil/strutilascii.c pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L415'>pos</a> 415 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L468'>pos</a> 468 lib/strutil/strutilascii.c size_t pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L471'>pos</a> 471 lib/strutil/strutilascii.c for (pos = start; pos &lt; length &amp;&amp; width &gt; 0 &amp;&amp; remain &gt; 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L472'>pos</a> 472 lib/strutil/strutilascii.c pos++, width--, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L474'>pos</a> 474 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L495'>pos</a> 495 lib/strutil/strutilascii.c size_t pos = 0;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L505'>pos</a> 505 lib/strutil/strutilascii.c for (; pos + 1 &lt;= (size_t) width / 2 &amp;&amp; remain &gt; 1; actual++, pos++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L507'>pos</a> 507 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L517'>pos</a> 517 lib/strutil/strutilascii.c pos += length - (size_t) width + 1;</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L520'>pos</a> 520 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L522'>pos</a> 522 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L529'>pos</a> 529 lib/strutil/strutilascii.c for (; pos &lt; length &amp;&amp; remain &gt; 1; pos++, actual++, remain--)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L531'>pos</a> 531 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L553'>pos</a> 553 lib/strutil/strutilascii.c str_ascii_column_to_pos (const char *text, size_t pos)</span>
<span class='curline'><a href='../S/lib--strutil--strutilascii.c.html#L556'>pos</a> 556 lib/strutil/strutilascii.c return (int) pos;</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L924'>pos</a> 924 lib/strutil/strutilutf8.c str_utf8_column_to_pos (const char *text, size_t pos)</span>
<span class='curline'><a href='../S/lib--strutil--strutilutf8.c.html#L957'>pos</a> 957 lib/strutil/strutilutf8.c if ((gsize) width &gt; pos)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L542'>pos</a> 542 lib/tty/tty-slang.c int pos = 0;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L546'>pos</a> 546 lib/tty/tty-slang.c SLsmg_gotorc (y + pos, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L548'>pos</a> 548 lib/tty/tty-slang.c pos++;</span>
<span class='curline'><a href='../S/lib--util.h.html#L121'>pos</a> 121 lib/util.h size_t pos;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L260'>pos</a> 260 lib/utilunix.c ps-&gt;pos = 0;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L691'>pos</a> 691 lib/utilunix.c size = ps-&gt;len - ps-&gt;pos;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L696'>pos</a> 696 lib/utilunix.c s = ps-&gt;buf + ps-&gt;pos;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L708'>pos</a> 708 lib/utilunix.c ps-&gt;pos += i;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L562'>pos</a> 562 lib/vfs/direntry.c if (VFS_SUBCLASS (me)-&gt;linear_start (me, file, file-&gt;pos) == 0)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L633'>pos</a> 633 lib/vfs/direntry.c offset += file-&gt;pos;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L642'>pos</a> 642 lib/vfs/direntry.c file-&gt;pos = 0;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L644'>pos</a> 644 lib/vfs/direntry.c file-&gt;pos = offset;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L646'>pos</a> 646 lib/vfs/direntry.c file-&gt;pos = size;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L647'>pos</a> 647 lib/vfs/direntry.c return file-&gt;pos;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L105'>pos</a> 105 lib/vfs/parse_ls_vga.c const char *pos;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L110'>pos</a> 110 lib/vfs/parse_ls_vga.c pos = strstr (week, str);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L111'>pos</a> 111 lib/vfs/parse_ls_vga.c if (pos == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L115'>pos</a> 115 lib/vfs/parse_ls_vga.c tim-&gt;tm_wday = (pos - week) / 3;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L501'>pos</a> 501 lib/vfs/parse_ls_vga.c const char *pos;</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L506'>pos</a> 506 lib/vfs/parse_ls_vga.c pos = strstr (month, str);</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L507'>pos</a> 507 lib/vfs/parse_ls_vga.c if (pos == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L511'>pos</a> 511 lib/vfs/parse_ls_vga.c tim-&gt;tm_mon = (pos - month) / 3;</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L110'>pos</a> 110 lib/vfs/xdirentry.h off_t pos; // This is for module's use</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L68'>pos</a> 68 lib/widget/buttonbar.c int pos = 0;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L74'>pos</a> 74 lib/widget/buttonbar.c if (pos + 7 &lt;= COLS)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L75'>pos</a> 75 lib/widget/buttonbar.c pos += 7;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L77'>pos</a> 77 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L92'>pos</a> 92 lib/widget/buttonbar.c pos += dv;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L94'>pos</a> 94 lib/widget/buttonbar.c pos++;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L96'>pos</a> 96 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L101'>pos</a> 101 lib/widget/buttonbar.c pos += dv;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L103'>pos</a> 103 lib/widget/buttonbar.c pos++;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L105'>pos</a> 105 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L1170'>pos</a> 1170 lib/widget/input.c input_set_point (WInput *in, int pos)</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L1175'>pos</a> 1175 lib/widget/input.c pos = MIN (pos, max_pos);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L1176'>pos</a> 1176 lib/widget/input.c if (pos != in-&gt;point)</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L1178'>pos</a> 1178 lib/widget/input.c in-&gt;point = pos;</span>
<span class='curline'><a href='../S/lib--widget--input.h.html#L94'>pos</a> 94 lib/widget/input.h void input_set_point (WInput *in, int pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L143'>pos</a> 143 lib/widget/listbox.c int pos;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L162'>pos</a> 162 lib/widget/listbox.c pos = (le == NULL) ? 0 : l-&gt;top;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L169'>pos</a> 169 lib/widget/listbox.c if (pos == l-&gt;current &amp;&amp; sel_line == -1)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L179'>pos</a> 179 lib/widget/listbox.c if (l-&gt;list != NULL &amp;&amp; le != NULL &amp;&amp; (i == 0 || pos &lt; length))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L185'>pos</a> 185 lib/widget/listbox.c pos++;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L372'>pos</a> 372 lib/widget/listbox.c listbox_add_entry (WListbox *l, WLEntry *e, listbox_append_t pos)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L377'>pos</a> 377 lib/widget/listbox.c pos = LISTBOX_APPEND_AT_END;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L380'>pos</a> 380 lib/widget/listbox.c switch (pos)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L440'>pos</a> 440 lib/widget/listbox.c listbox_run_hotkey (WListbox *l, int pos)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L442'>pos</a> 442 lib/widget/listbox.c listbox_set_current (l, pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L466'>pos</a> 466 lib/widget/listbox.c int pos;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L468'>pos</a> 468 lib/widget/listbox.c pos = listbox_check_hotkey (l, parm);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L469'>pos</a> 469 lib/widget/listbox.c if (pos &lt; 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L472'>pos</a> 472 lib/widget/listbox.c listbox_run_hotkey (l, pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L660'>pos</a> 660 lib/widget/listbox.c int pos;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L667'>pos</a> 667 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l-&gt;list); le != NULL; pos++, le = g_list_next (le))</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L669'>pos</a> 669 lib/widget/listbox.c if (pos == l-&gt;top)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L672'>pos</a> 672 lib/widget/listbox.c if (pos == dest)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L724'>pos</a> 724 lib/widget/listbox.c listbox_get_nth_entry (const WListbox *l, int pos)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L726'>pos</a> 726 lib/widget/listbox.c if (!listbox_is_empty (l) &amp;&amp; pos &gt;= 0)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L730'>pos</a> 730 lib/widget/listbox.c item = g_queue_peek_nth_link (l-&gt;list, (guint) pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L826'>pos</a> 826 lib/widget/listbox.c listbox_add_item (WListbox *l, listbox_append_t pos, int hotkey, const char *text, void *data,</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L829'>pos</a> 829 lib/widget/listbox.c return listbox_add_item_take (l, pos, hotkey, g_strdup (text), data, free_data);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L849'>pos</a> 849 lib/widget/listbox.c listbox_add_item_take (WListbox *l, listbox_append_t pos, int hotkey, char *text, void *data,</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L866'>pos</a> 866 lib/widget/listbox.c listbox_add_entry (l, entry, pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L71'>pos</a> 71 lib/widget/listbox.h WLEntry *listbox_get_nth_entry (const WListbox *l, int pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L77'>pos</a> 77 lib/widget/listbox.h char *listbox_add_item (WListbox *l, listbox_append_t pos, int hotkey, const char *text, void *data,</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L79'>pos</a> 79 lib/widget/listbox.h char *listbox_add_item_take (WListbox *l, listbox_append_t pos, int hotkey, char *text, void *data,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L276'>pos</a> 276 lib/widget/quick.c r-&gt;pos = r-&gt;sel = *quick_widget-&gt;u.radio.value;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L70'>pos</a> 70 lib/widget/radio.c if (r-&gt;pos == 0)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L74'>pos</a> 74 lib/widget/radio.c r-&gt;pos = 0;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L76'>pos</a> 76 lib/widget/radio.c r-&gt;pos--;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L82'>pos</a> 82 lib/widget/radio.c if (r-&gt;pos == r-&gt;count - 1)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L86'>pos</a> 86 lib/widget/radio.c r-&gt;pos = r-&gt;count - 1;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L88'>pos</a> 88 lib/widget/radio.c r-&gt;pos++;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L93'>pos</a> 93 lib/widget/radio.c r-&gt;sel = r-&gt;pos;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L140'>pos</a> 140 lib/widget/radio.c r-&gt;pos = i;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L156'>pos</a> 156 lib/widget/radio.c widget_gotoyx (r, r-&gt;pos, 1);</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L167'>pos</a> 167 lib/widget/radio.c widget_selectcolor (w, i == r-&gt;pos &amp;&amp; focused, FALSE);</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L171'>pos</a> 171 lib/widget/radio.c hotkey_draw (w, r-&gt;texts[i], i == r-&gt;pos &amp;&amp; focused);</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L196'>pos</a> 196 lib/widget/radio.c RADIO (w)-&gt;pos = event-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L201'>pos</a> 201 lib/widget/radio.c RADIO (w)-&gt;pos = event-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L244'>pos</a> 244 lib/widget/radio.c r-&gt;pos = 0;</span>
<span class='curline'><a href='../S/lib--widget--radio.h.html#L22'>pos</a> 22 lib/widget/radio.h int pos;</span>
<span class='curline'><a href='../S/src--diffviewer--internal.h.html#L46'>pos</a> 46 src/diffviewer/internal.h int pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L84'>pos</a> 84 src/diffviewer/ydiff.c (fs)-&gt;pos = 0; \</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L106'>pos</a> 106 src/diffviewer/ydiff.c TAB_SKIP (int ts, int pos)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L109'>pos</a> 109 src/diffviewer/ydiff.c return ts - pos % ts;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L111'>pos</a> 111 src/diffviewer/ydiff.c return 8 - pos % 8;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L333'>pos</a> 333 src/diffviewer/ydiff.c for (i = fs-&gt;pos; j &lt; size &amp;&amp; i &lt; fs-&gt;len &amp;&amp; !stop; i++, j++)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L339'>pos</a> 339 src/diffviewer/ydiff.c fs-&gt;pos = i;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L344'>pos</a> 344 src/diffviewer/ydiff.c fs-&gt;pos = 0;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L378'>pos</a> 378 src/diffviewer/ydiff.c off += rv - fs-&gt;len + fs-&gt;pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L382'>pos</a> 382 src/diffviewer/ydiff.c fs-&gt;pos = fs-&gt;len + off - rv;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L570'>pos</a> 570 src/diffviewer/ydiff.c dview_get_byte (const char *str, const size_t pos)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L572'>pos</a> 572 src/diffviewer/ydiff.c return (unsigned char) str[pos];</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L588'>pos</a> 588 src/diffviewer/ydiff.c dview_get_utf (const char *str, const size_t pos, int *len)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L590'>pos</a> 590 src/diffviewer/ydiff.c const char *s = str + pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1807'>pos</a> 1807 src/diffviewer/ydiff.c get_line_numbers (const GArray *a, size_t pos, int *linenum, int *lineofs)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1816'>pos</a> 1816 src/diffviewer/ydiff.c if (pos &gt;= a-&gt;len)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1817'>pos</a> 1817 src/diffviewer/ydiff.c pos = a-&gt;len - 1;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1819'>pos</a> 1819 src/diffviewer/ydiff.c p = &amp;g_array_index (a, DIFFLN, pos);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1825'>pos</a> 1825 src/diffviewer/ydiff.c for (n = pos; n &gt; 0; n--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1831'>pos</a> 1831 src/diffviewer/ydiff.c *lineofs = pos - n + 1;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1857'>pos</a> 1857 src/diffviewer/ydiff.c find_prev_hunk (const GArray *a, int pos)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1860'>pos</a> 1860 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos))-&gt;ch != EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1862'>pos</a> 1862 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos))-&gt;ch == EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1864'>pos</a> 1864 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos))-&gt;ch != EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1866'>pos</a> 1866 src/diffviewer/ydiff.c if (pos &gt; 0 &amp;&amp; (size_t) pos &lt; a-&gt;len)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1867'>pos</a> 1867 src/diffviewer/ydiff.c pos++;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1869'>pos</a> 1869 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos - 1))-&gt;ch == EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1871'>pos</a> 1871 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos - 1))-&gt;ch != EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1875'>pos</a> 1875 src/diffviewer/ydiff.c return pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1881'>pos</a> 1881 src/diffviewer/ydiff.c find_next_hunk (const GArray *a, size_t pos)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1883'>pos</a> 1883 src/diffviewer/ydiff.c for (; pos &lt; a-&gt;len &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos))-&gt;ch != EQU_CH; pos++)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1885'>pos</a> 1885 src/diffviewer/ydiff.c for (; pos &lt; a-&gt;len &amp;&amp; ((DIFFLN *) &amp;g_array_index (a, DIFFLN, pos))-&gt;ch == EQU_CH; pos++)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1887'>pos</a> 1887 src/diffviewer/ydiff.c return pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1907'>pos</a> 1907 src/diffviewer/ydiff.c size_t pos;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1920'>pos</a> 1920 src/diffviewer/ydiff.c pos = dview-&gt;skip_rows;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1921'>pos</a> 1921 src/diffviewer/ydiff.c ch = ((DIFFLN *) &amp;g_array_index (a0, DIFFLN, pos))-&gt;ch;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1939'>pos</a> 1939 src/diffviewer/ydiff.c for (; pos &gt; 0 &amp;&amp; ((DIFFLN *) &amp;g_array_index (a0, DIFFLN, pos))-&gt;ch != EQU_CH; pos--)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1941'>pos</a> 1941 src/diffviewer/ydiff.c if (pos &gt; 0)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1943'>pos</a> 1943 src/diffviewer/ydiff.c *start_line1 = ((DIFFLN *) &amp;g_array_index (a0, DIFFLN, pos))-&gt;line + 1;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1944'>pos</a> 1944 src/diffviewer/ydiff.c *start_line2 = ((DIFFLN *) &amp;g_array_index (a1, DIFFLN, pos))-&gt;line + 1;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1947'>pos</a> 1947 src/diffviewer/ydiff.c for (pos = dview-&gt;skip_rows;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1948'>pos</a> 1948 src/diffviewer/ydiff.c pos &lt; a0-&gt;len &amp;&amp; ((DIFFLN *) &amp;g_array_index (a0, DIFFLN, pos))-&gt;ch != EQU_CH; pos++)</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1952'>pos</a> 1952 src/diffviewer/ydiff.c l0 = ((DIFFLN *) &amp;g_array_index (a0, DIFFLN, pos))-&gt;line;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1953'>pos</a> 1953 src/diffviewer/ydiff.c l1 = ((DIFFLN *) &amp;g_array_index (a1, DIFFLN, pos))-&gt;line;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3176'>pos</a> 3176 src/editor/edit.c long pos;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3178'>pos</a> 3178 src/editor/edit.c for (pos = edit-&gt;buffer.curs1; pos != 0; pos--)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3182'>pos</a> 3182 src/editor/edit.c c1 = edit_buffer_get_byte (&amp;edit-&gt;buffer, pos);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3183'>pos</a> 3183 src/editor/edit.c c2 = edit_buffer_get_byte (&amp;edit-&gt;buffer, pos - 1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3189'>pos</a> 3189 src/editor/edit.c edit-&gt;mark1 = pos;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3191'>pos</a> 3191 src/editor/edit.c for (; pos &lt; edit-&gt;buffer.size; pos++)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3195'>pos</a> 3195 src/editor/edit.c c1 = edit_buffer_get_byte (&amp;edit-&gt;buffer, pos);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3196'>pos</a> 3196 src/editor/edit.c c2 = edit_buffer_get_byte (&amp;edit-&gt;buffer, pos + 1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3202'>pos</a> 3202 src/editor/edit.c edit-&gt;mark2 = MIN (pos + 1, edit-&gt;buffer.size);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L227'>pos</a> 227 src/editor/etags.c size_t pos;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L229'>pos</a> 229 src/editor/etags.c pos = strcspn (buf, ",");</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L231'>pos</a> 231 src/editor/etags.c filename = g_strndup (buf, pos);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L213'>pos</a> 213 src/filemanager/boxes.c unsigned int pos = 1;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L241'>pos</a> 241 src/filemanager/boxes.c listbox_set_current (skin_list, pos);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L242'>pos</a> 242 src/filemanager/boxes.c pos++;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L86'>pos</a> 86 src/filemanager/chattr.c int pos; // The current checkbox selected</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L428'>pos</a> 428 src/filemanager/chattr.c line = 1 + (cb-&gt;pos * (w-&gt;rect.lines - 2)) / check_attr_mod_num;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L522'>pos</a> 522 src/filemanager/chattr.c if (cb-&gt;pos == cb-&gt;top + WIDGET (cb)-&gt;rect.lines - 1)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L527'>pos</a> 527 src/filemanager/chattr.c if (cb-&gt;pos == check_attr_mod_num - 1)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L533'>pos</a> 533 src/filemanager/chattr.c cb-&gt;pos++;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L542'>pos</a> 542 src/filemanager/chattr.c cb-&gt;pos++;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L558'>pos</a> 558 src/filemanager/chattr.c if (cb-&gt;pos == check_attr_mod_num - 1)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L577'>pos</a> 577 src/filemanager/chattr.c cb-&gt;pos = check_attr_mod_num - 1;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L583'>pos</a> 583 src/filemanager/chattr.c cb-&gt;pos += i;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L585'>pos</a> 585 src/filemanager/chattr.c l = g_list_nth (g-&gt;widgets, cb-&gt;pos - cb-&gt;top);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L604'>pos</a> 604 src/filemanager/chattr.c cb-&gt;pos = check_attr_mod_num - 1;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L605'>pos</a> 605 src/filemanager/chattr.c cb-&gt;top = cb-&gt;pos - WIDGET (cb)-&gt;rect.lines + 1;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L618'>pos</a> 618 src/filemanager/chattr.c if (cb-&gt;pos == cb-&gt;top)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L629'>pos</a> 629 src/filemanager/chattr.c cb-&gt;pos--;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L638'>pos</a> 638 src/filemanager/chattr.c cb-&gt;pos--;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L654'>pos</a> 654 src/filemanager/chattr.c if (cb-&gt;pos == 0 &amp;&amp; cb-&gt;top == 0)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L671'>pos</a> 671 src/filemanager/chattr.c cb-&gt;pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L677'>pos</a> 677 src/filemanager/chattr.c cb-&gt;pos -= i;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L679'>pos</a> 679 src/filemanager/chattr.c l = g_list_nth (g-&gt;widgets, cb-&gt;pos - cb-&gt;top);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L698'>pos</a> 698 src/filemanager/chattr.c cb-&gt;pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L735'>pos</a> 735 src/filemanager/chattr.c chattr_toggle_select (cb, cb-&gt;pos); // FIXME</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L802'>pos</a> 802 src/filemanager/chattr.c cb-&gt;pos = cb-&gt;top + i;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L991'>pos</a> 991 src/filemanager/find.c int pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1004'>pos</a> 1004 src/filemanager/find.c pos = last_pos;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1020'>pos</a> 1020 src/filemanager/find.c if (pos &gt;= n_read)</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1022'>pos</a> 1022 src/filemanager/find.c pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1028'>pos</a> 1028 src/filemanager/find.c ch = buffer[pos++];</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1112'>pos</a> 1112 src/filemanager/find.c last_pos = pos;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1196'>pos</a> 1196 src/filemanager/find.c static size_t pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1204'>pos</a> 1204 src/filemanager/find.c tty_print_char (show ? rotating_dash[pos] : ' ');</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1205'>pos</a> 1205 src/filemanager/find.c pos = (pos + 1) % sizeof (rotating_dash);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L904'>pos</a> 904 src/filemanager/hotlist.c add2hotlist (char *label, char *directory, enum HotListType type, listbox_append_t pos)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L920'>pos</a> 920 src/filemanager/hotlist.c pos = LISTBOX_APPEND_AFTER;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L941'>pos</a> 941 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_AFTER)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L946'>pos</a> 946 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_BEFORE &amp;&amp; current == current_group-&gt;head)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L952'>pos</a> 952 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_BEFORE)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L979'>pos</a> 979 src/filemanager/hotlist.c listbox_add_item_take (l_hotlist, pos, 0, lbl, new, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L982'>pos</a> 982 src/filemanager/hotlist.c listbox_add_item (l_hotlist, pos, 0, new-&gt;label, new, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1053'>pos</a> 1053 src/filemanager/layout.c static size_t pos = 0;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1055'>pos</a> 1055 src/filemanager/layout.c tty_print_char (rotating_dash[pos]);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1056'>pos</a> 1056 src/filemanager/layout.c pos = (pos + 1) % sizeof (rotating_dash);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L793'>pos</a> 793 src/filemanager/mountlist.c int32 pos;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L836'>pos</a> 836 src/filemanager/mountlist.c for (pos = 0; (dev = next_dev (&amp;pos)) &gt;= 0;)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1772'>pos</a> 1772 src/filemanager/panel.c size_t pos;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1775'>pos</a> 1775 src/filemanager/panel.c pos = strlen (format);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1776'>pos</a> 1776 src/filemanager/panel.c if (pos &gt; 8)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1777'>pos</a> 1777 src/filemanager/panel.c pos = 8;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1779'>pos</a> 1779 src/filemanager/panel.c tmp_format = g_strndup (format, pos);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3482'>pos</a> 3482 src/filemanager/panel.c size_t pos;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3484'>pos</a> 3484 src/filemanager/panel.c pos = g_list_position (panel-&gt;dir_history.current, panel-&gt;dir_history.list);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3487'>pos</a> 3487 src/filemanager/panel.c panel-&gt;dir_history.list, (int) pos);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3518'>pos</a> 3518 src/filemanager/panel.c for (i = 0; i &lt; pos; i++)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1882'>pos</a> 1882 src/subshell/common.c const int pos = (int) (str_length (s) - cmdline-&gt;point);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1884'>pos</a> 1884 src/subshell/common.c for (int i = 0; i &lt; pos; i++)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L852'>pos</a> 852 src/vfs/cpio/cpio.c if (mc_lseek (fd, begin + file-&gt;pos, SEEK_SET) != begin + file-&gt;pos)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L855'>pos</a> 855 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file-&gt;ino-&gt;st.st_size - file-&gt;pos));</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L861'>pos</a> 861 src/vfs/cpio/cpio.c file-&gt;pos += res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L301'>pos</a> 301 src/vfs/sftpfs/file.c fh-&gt;pos = (off_t) libssh2_sftp_tell64 (file-&gt;handle);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L328'>pos</a> 328 src/vfs/sftpfs/file.c fh-&gt;pos = (off_t) libssh2_sftp_tell64 (file-&gt;handle);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L397'>pos</a> 397 src/vfs/sftpfs/file.c if (fh-&gt;pos &gt; offset || offset == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L402'>pos</a> 402 src/vfs/sftpfs/file.c fh-&gt;pos = offset;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L405'>pos</a> 405 src/vfs/sftpfs/file.c fh-&gt;pos += offset;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L408'>pos</a> 408 src/vfs/sftpfs/file.c if (fh-&gt;pos &gt; fh-&gt;ino-&gt;st.st_size - offset)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L413'>pos</a> 413 src/vfs/sftpfs/file.c fh-&gt;pos = fh-&gt;ino-&gt;st.st_size - offset;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L419'>pos</a> 419 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file-&gt;handle, fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L420'>pos</a> 420 src/vfs/sftpfs/file.c fh-&gt;pos = (off_t) libssh2_sftp_tell64 (file-&gt;handle);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L422'>pos</a> 422 src/vfs/sftpfs/file.c return fh-&gt;pos;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1124'>pos</a> 1124 src/vfs/tar/tar.c chunk_idx = tar_get_sparse_chunk_idx (sm, fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1129'>pos</a> 1129 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk-&gt;offset + chunk-&gt;numbytes - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1137'>pos</a> 1137 src/vfs/tar/tar.c remain = MIN ((off_t) count, fh-&gt;ino-&gt;st.st_size - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1145'>pos</a> 1145 src/vfs/tar/tar.c remain = MIN ((off_t) count, chunk-&gt;offset - fh-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1218'>pos</a> 1218 src/vfs/tar/tar.c off_t begin = file-&gt;pos;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1235'>pos</a> 1235 src/vfs/tar/tar.c count = (size_t) MIN ((off_t) count, file-&gt;ino-&gt;st.st_size - file-&gt;pos);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1242'>pos</a> 1242 src/vfs/tar/tar.c file-&gt;pos += res;</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L41'>pos</a> 41 tests/lib/search/regex_replace_esc_seq.c #define test_helper_handle_esc_seq(pos, r, skip, flag) \</span>
<span class='curline'><a href='../S/tests--lib--search--regex_replace_esc_seq.c.html#L45'>pos</a> 45 tests/lib/search/regex_replace_esc_seq.c mc_search_regex__replace_handle_esc_seq (replace_str, pos, &amp;skip_len, &amp;ret), r, \</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L52'>pos</a> 52 tests/lib/utilunix__mc_pstream_get_string.c int pos[MAX_CHUNKS]; // ps.pos values</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L59'>pos</a> 59 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L66'>pos</a> 66 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 1 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L73'>pos</a> 73 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 2 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L80'>pos</a> 80 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 3 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L87'>pos</a> 87 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 4 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L94'>pos</a> 94 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 5 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L101'>pos</a> 101 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 5 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L108'>pos</a> 108 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 6 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L115'>pos</a> 115 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 7 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L122'>pos</a> 122 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 8 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L129'>pos</a> 129 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 6, 10 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L136'>pos</a> 136 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 11 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L143'>pos</a> 143 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 8, 12 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L150'>pos</a> 150 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 13 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L157'>pos</a> 157 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 10, 14 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L164'>pos</a> 164 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 6, 11 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L171'>pos</a> 171 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 6, 11, 18 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L178'>pos</a> 178 tests/lib/utilunix__mc_pstream_get_string.c .pos = { 0, 6, 11, 19 },</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L200'>pos</a> 200 tests/lib/utilunix__mc_pstream_get_string.c ck_assert_int_eq (stream.pos, data-&gt;pos[j]);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__mc_pstream_get_string.c.html#L238'>pos</a> 238 tests/lib/utilunix__mc_pstream_get_string.c p-&gt;out.pos = 0;</span>
</pre>
</body>
</html>