mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
28 lines
2.7 KiB
HTML
28 lines
2.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>border</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#L40'>border</a> 40 src/editor/editwidget.h unsigned char border;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L432'>border</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#L440'>border</a> 440 src/editor/syntax.c _rule.border = RULE_ON_RIGHT_BORDER;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L444'>border</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#L448'>border</a> 448 src/editor/syntax.c _rule.border = 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L452'>border</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#L456'>border</a> 456 src/editor/syntax.c _rule.border = 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L507'>border</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#L509'>border</a> 509 src/editor/syntax.c _rule.border = 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L514'>border</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#L517'>border</a> 517 src/editor/syntax.c _rule.border = 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L536'>border</a> 536 src/editor/syntax.c _rule.border = RULE_ON_RIGHT_BORDER;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L561'>border</a> 561 src/editor/syntax.c _rule.border = RULE_ON_LEFT_BORDER;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|