mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
1.9 KiB
HTML
24 lines
1.9 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>auto_syntax</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-impl.h.html#L107'>auto_syntax</a> 107 src/editor/edit-impl.h extern gboolean auto_syntax;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2097'>auto_syntax</a> 2097 src/editor/edit.c auto_syntax = TRUE; // Resetting to auto on every invocation</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L72'>auto_syntax</a> 72 src/editor/syntax.c gboolean auto_syntax = TRUE;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1535'>auto_syntax</a> 1535 src/editor/syntax.c if (auto_syntax)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1560'>auto_syntax</a> 1560 src/editor/syntax.c auto_syntax ? NULL : edit->syntax_type);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1611'>auto_syntax</a> 1611 src/editor/syntax.c old_auto_syntax = auto_syntax;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1616'>auto_syntax</a> 1616 src/editor/syntax.c auto_syntax = TRUE;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1622'>auto_syntax</a> 1622 src/editor/syntax.c auto_syntax = FALSE;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1628'>auto_syntax</a> 1628 src/editor/syntax.c if (force_reload || (auto_syntax && !old_auto_syntax) || old_auto_syntax</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|