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

34 lines
3.8 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>rule</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#L149'>rule</a> 149 src/editor/editwidget.h edit_syntax_rule_t rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L149'>rule</a> 149 src/editor/syntax.c edit_syntax_rule_t rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L176'>rule</a> 176 src/editor/syntax.c context_rule_free (gpointer rule)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L178'>rule</a> 178 src/editor/syntax.c context_rule_t *r = CONTEXT_RULE (rule);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L405'>rule</a> 405 src/editor/syntax.c edit_syntax_rule_t _rule = edit-&gt;rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L412'>rule</a> 412 src/editor/syntax.c is_end = (edit-&gt;rule.end == i);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L432'>rule</a> 432 src/editor/syntax.c if (r-&gt;first_right == c &amp;&amp; (edit-&gt;rule.border &amp; RULE_ON_RIGHT_BORDER) == 0</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L444'>rule</a> 444 src/editor/syntax.c else if (is_end &amp;&amp; (edit-&gt;rule.border &amp; RULE_ON_RIGHT_BORDER) != 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L452'>rule</a> 452 src/editor/syntax.c else if (is_end &amp;&amp; (edit-&gt;rule.border &amp; RULE_ON_LEFT_BORDER) != 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L507'>rule</a> 507 src/editor/syntax.c if ((edit-&gt;rule.border &amp; RULE_ON_RIGHT_BORDER) != 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L514'>rule</a> 514 src/editor/syntax.c else if ((edit-&gt;rule.border &amp; RULE_ON_LEFT_BORDER) != 0)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L604'>rule</a> 604 src/editor/syntax.c edit-&gt;rule = _rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L631'>rule</a> 631 src/editor/syntax.c s-&gt;rule = edit-&gt;rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L644'>rule</a> 644 src/editor/syntax.c memset (&amp;edit-&gt;rule, 0, sizeof (edit-&gt;rule));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L654'>rule</a> 654 src/editor/syntax.c edit-&gt;rule = s-&gt;rule;</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L670'>rule</a> 670 src/editor/syntax.c translate_rule_to_color (const WEdit *edit, const edit_syntax_rule_t *rule)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L675'>rule</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#L676'>rule</a> 676 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r-&gt;keyword, rule-&gt;keyword));</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1493'>rule</a> 1493 src/editor/syntax.c return translate_rule_to_color (edit, &amp;edit-&gt;rule);</span>
</pre>
</body>
</html>