mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
34 lines
3.8 KiB
HTML
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->rule;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L412'>rule</a> 412 src/editor/syntax.c is_end = (edit->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->first_right == c && (edit->rule.border & 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 && (edit->rule.border & 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 && (edit->rule.border & 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->rule.border & 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->rule.border & 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->rule = _rule;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L631'>rule</a> 631 src/editor/syntax.c s->rule = edit->rule;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L644'>rule</a> 644 src/editor/syntax.c memset (&edit->rule, 0, sizeof (edit->rule));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L654'>rule</a> 654 src/editor/syntax.c edit->rule = s->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->rules, rule->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->keyword, rule->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, &edit->rule);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|