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

41 lines
5.2 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>rules</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--editwidget.h.html#L147'>rules</a> 147 src/editor/editwidget.h GPtrArray *rules;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L431'>rules</a> 431 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, _rule.context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L465'>rules</a> 465 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, _rule.context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L487'>rules</a> 487 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, _rule._context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L516'>rules</a> 516 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, _rule._context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L548'>rules</a> 548 src/editor/syntax.c for (count = 1; count &lt; edit-&gt;rules-&gt;len; count++)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L550'>rules</a> 550 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, count));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L580'>rules</a> 580 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, _rule.context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L675'>rules</a> 675 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, rule-&gt;context));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L977'>rules</a> 977 src/editor/syntax.c edit-&gt;rules = g_ptr_array_new_with_free_func (context_rule_free);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1064'>rules</a> 1064 src/editor/syntax.c if (edit-&gt;rules-&gt;len == 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1072'>rules</a> 1072 src/editor/syntax.c g_ptr_array_add (edit-&gt;rules, c);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1080'>rules</a> 1080 src/editor/syntax.c g_ptr_array_add (edit-&gt;rules, c);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1160'>rules</a> 1160 src/editor/syntax.c last_rule = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, edit-&gt;rules-&gt;len - 1));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1245'>rules</a> 1245 src/editor/syntax.c if (edit-&gt;rules-&gt;len == 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1247'>rules</a> 1247 src/editor/syntax.c g_ptr_array_free (edit-&gt;rules, TRUE);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1248'>rules</a> 1248 src/editor/syntax.c edit-&gt;rules = NULL;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1256'>rules</a> 1256 src/editor/syntax.c if (edit-&gt;rules == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1262'>rules</a> 1262 src/editor/syntax.c for (i = 0; i &lt; edit-&gt;rules-&gt;len; i++)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1267'>rules</a> 1267 src/editor/syntax.c c = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, i));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1391'>rules</a> 1391 src/editor/syntax.c if (g == NULL &amp;&amp; edit-&gt;rules-&gt;len == 1)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1395'>rules</a> 1395 src/editor/syntax.c r0 = CONTEXT_RULE (g_ptr_array_index (edit-&gt;rules, 0));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1490'>rules</a> 1490 src/editor/syntax.c if (edit_options.syntax_highlighting &amp;&amp; edit-&gt;rules != NULL &amp;&amp; byte_index &lt; edit-&gt;buffer.size)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1510'>rules</a> 1510 src/editor/syntax.c if (edit-&gt;rules == NULL)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1516'>rules</a> 1516 src/editor/syntax.c g_ptr_array_free (edit-&gt;rules, TRUE);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1517'>rules</a> 1517 src/editor/syntax.c edit-&gt;rules = NULL;</span>
</pre>
</body>
</html>