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

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-&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#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 &amp;&amp; (edit-&gt;rule.border &amp; 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 &amp;&amp; (edit-&gt;rule.border &amp; 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-&gt;rule.border &amp; 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-&gt;rule.border &amp; 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>