Files
source/Y/syntax_type.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

41 lines
5.0 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_type</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--editcmd.c.html#L749'>syntax_type</a> 749 src/editor/editcmd.c edit_load_syntax (edit, NULL, edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1024'>syntax_type</a> 1024 src/editor/editcmd.c edit_load_syntax (edit, NULL, edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L112'>syntax_type</a> 112 src/editor/editoptions.c edit_load_syntax (edit, NULL, edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L150'>syntax_type</a> 150 src/editor/editwidget.h char *syntax_type; // description of syntax highlighting type being used</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1374'>syntax_type</a> 1374 src/editor/syntax.c char *syntax_type;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1377'>syntax_type</a> 1377 src/editor/syntax.c syntax_type = args[2];</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1388'>syntax_type</a> 1388 src/editor/syntax.c g_free (edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1389'>syntax_type</a> 1389 src/editor/syntax.c edit-&gt;syntax_type = g_strdup (syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1514'>syntax_type</a> 1514 src/editor/syntax.c MC_PTR_FREE (edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1544'>syntax_type</a> 1544 src/editor/syntax.c edit-&gt;syntax_type = saved_type; // restore edit-&gt;syntax_type</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1560'>syntax_type</a> 1560 src/editor/syntax.c auto_syntax ? NULL : edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1584'>syntax_type</a> 1584 src/editor/syntax.c return edit-&gt;syntax_type;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1603'>syntax_type</a> 1603 src/editor/syntax.c syntax = exec_edit_syntax_dialog (names, edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1610'>syntax_type</a> 1610 src/editor/syntax.c current_syntax = g_strdup (edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1623'>syntax_type</a> 1623 src/editor/syntax.c g_free (edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1624'>syntax_type</a> 1624 src/editor/syntax.c edit-&gt;syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1629'>syntax_type</a> 1629 src/editor/syntax.c || (current_syntax != NULL &amp;&amp; edit-&gt;syntax_type != NULL</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1630'>syntax_type</a> 1630 src/editor/syntax.c &amp;&amp; strcmp (current_syntax, edit-&gt;syntax_type) != 0))</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1631'>syntax_type</a> 1631 src/editor/syntax.c edit_load_syntax (edit, NULL, edit-&gt;syntax_type);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L289'>syntax_type</a> 289 src/usermenu.c const char *syntax_type = edit_get_syntax_type (e);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L291'>syntax_type</a> 291 src/usermenu.c if (syntax_type != NULL)</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L294'>syntax_type</a> 294 src/usermenu.c *condition = mc_search (arg, NULL, syntax_type, MC_SEARCH_T_NORMAL);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L909'>syntax_type</a> 909 src/usermenu.c const char *syntax_type;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L911'>syntax_type</a> 911 src/usermenu.c syntax_type = edit_get_syntax_type (e);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L912'>syntax_type</a> 912 src/usermenu.c if (syntax_type != NULL)</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L914'>syntax_type</a> 914 src/usermenu.c result = g_strdup (syntax_type);</span>
</pre>
</body>
</html>