mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.5 KiB
HTML
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>TAB_SIZE</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'>TAB_SIZE</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#L1440'>TAB_SIZE</a> 1440 src/editor/edit.c i = TAB_SIZE * space_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1650'>TAB_SIZE</a> 1650 src/editor/edit.c del_tab_width = edit_options.fake_half_tabs ? HALF_TAB_SIZE : TAB_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2823'>TAB_SIZE</a> 2823 src/editor/edit.c col += TAB_SIZE - col % TAB_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L628'>TAB_SIZE</a> 628 src/editor/editdraw.c i = TAB_SIZE - ((int) col % TAB_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L139'>TAB_SIZE</a> 139 src/editor/editoptions.c g_snprintf (tab_spacing, sizeof (tab_spacing), "%d", TAB_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L224'>TAB_SIZE</a> 224 src/editor/editoptions.c TAB_SIZE = atoi (q);</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L225'>TAB_SIZE</a> 225 src/editor/editoptions.c if (TAB_SIZE <= 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L226'>TAB_SIZE</a> 226 src/editor/editoptions.c TAB_SIZE = DEFAULT_TAB_SPACING;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L209'>TAB_SIZE</a> 209 src/editor/format.c x += TAB_SIZE - x % TAB_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L382'>TAB_SIZE</a> 382 src/editor/format.c while (indent >= TAB_SIZE)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L385'>TAB_SIZE</a> 385 src/editor/format.c indent -= TAB_SIZE;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|