mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.7 KiB
HTML
22 lines
1.7 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>current_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--syntax.c.html#L1457'>current_syntax</a> 1457 src/editor/syntax.c exec_edit_syntax_dialog (const GPtrArray *names, const char *current_syntax)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1473'>current_syntax</a> 1473 src/editor/syntax.c if (current_syntax != NULL && strcmp (name, current_syntax) == 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1607'>current_syntax</a> 1607 src/editor/syntax.c char *current_syntax;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1610'>current_syntax</a> 1610 src/editor/syntax.c current_syntax = g_strdup (edit->syntax_type);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1629'>current_syntax</a> 1629 src/editor/syntax.c || (current_syntax != NULL && edit->syntax_type != NULL</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1630'>current_syntax</a> 1630 src/editor/syntax.c && strcmp (current_syntax, edit->syntax_type) != 0))</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1633'>current_syntax</a> 1633 src/editor/syntax.c g_free (current_syntax);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|