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

27 lines
2.5 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>b_width</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--widget--wtools.c.html#L667'>b_width</a> 667 lib/widget/wtools.c int b_width;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L671'>b_width</a> 671 lib/widget/wtools.c b_width = str_term_width1 (b_name) + 4;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L672'>b_width</a> 672 lib/widget/wtools.c wd_width = MAX (wd-&gt;rect.cols, b_width + 6);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1389'>b_width</a> 1389 src/editor/editcmd.c long c1, c2, b_width;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1396'>b_width</a> 1396 src/editor/editcmd.c b_width = c2 - c1;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1413'>b_width</a> 1413 src/editor/editcmd.c x -= b_width;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1423'>b_width</a> 1423 src/editor/editcmd.c edit-&gt;over_col = MAX (0, edit-&gt;over_col - b_width);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1434'>b_width</a> 1434 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, b_width, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3377'>b_width</a> 3377 src/filemanager/file.c int b_width, ui_width;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3379'>b_width</a> 3379 src/filemanager/file.c b_width = str_term_width1 (b1_name) + 4;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3381'>b_width</a> 3381 src/filemanager/file.c b_width += str_term_width1 (b2_name) + 4 + 1;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3383'>b_width</a> 3383 src/filemanager/file.c ui_width = MAX (COLS / 2, b_width + 6);</span>
</pre>
</body>
</html>