mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
25 lines
2.4 KiB
HTML
25 lines
2.4 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>syntax_highlighting</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#L95'>syntax_highlighting</a> 95 src/editor/edit.c .syntax_highlighting = TRUE,</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.h.html#L53'>syntax_highlighting</a> 53 src/editor/edit.h gboolean syntax_highlighting;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L748'>syntax_highlighting</a> 748 src/editor/editcmd.c if (edit_options.syntax_highlighting)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L837'>syntax_highlighting</a> 837 src/editor/editcmd.c edit_options.syntax_highlighting = !edit_options.syntax_highlighting;</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L176'>syntax_highlighting</a> 176 src/editor/editoptions.c QUICK_CHECKBOX (_ ("Synta&x highlighting"), &edit_options.syntax_highlighting,</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L209'>syntax_highlighting</a> 209 src/editor/editoptions.c old_syntax_hl = edit_options.syntax_highlighting;</span>
|
|
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L247'>syntax_highlighting</a> 247 src/editor/editoptions.c if (edit_options.syntax_highlighting != old_syntax_hl)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1490'>syntax_highlighting</a> 1490 src/editor/syntax.c if (edit_options.syntax_highlighting && edit->rules != NULL && byte_index < edit->buffer.size)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1550'>syntax_highlighting</a> 1550 src/editor/syntax.c if (!edit_options.syntax_highlighting && (pnames == NULL || pnames->len == 0))</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L346'>syntax_highlighting</a> 346 src/setup.c { "editor_syntax_highlighting", &edit_options.syntax_highlighting },</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|