mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.8 KiB
HTML
22 lines
1.8 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>space_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/src--editor--edit.c.html#L1366'>space_width</a> 1366 src/editor/edit.c curs_col = edit->curs_col % (TAB_SIZE * space_width);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1367'>space_width</a> 1367 src/editor/edit.c return (curs_col == 0 || curs_col == (HALF_TAB_SIZE * space_width));</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1440'>space_width</a> 1440 src/editor/edit.c i = TAB_SIZE * space_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1444'>space_width</a> 1444 src/editor/edit.c for (i = ((edit->curs_col / i) + 1) * i - edit->curs_col; i > 0; i -= space_width)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1728'>space_width</a> 1728 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1749'>space_width</a> 1749 src/editor/edit.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2995'>space_width</a> 2995 src/editor/edit.c fake_half_tabs = HALF_TAB_SIZE * space_width;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|