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

24 lines
2.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>r2</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/lib--widget--rect.c.html#L231'>r2</a> 231 lib/widget/rect.c rects_are_overlapped (const WRect *r1, const WRect *r2)</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L233'>r2</a> 233 lib/widget/rect.c return !((r2-&gt;x &gt;= r1-&gt;x + r1-&gt;cols) || (r1-&gt;x &gt;= r2-&gt;x + r2-&gt;cols)</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L234'>r2</a> 234 lib/widget/rect.c || (r2-&gt;y &gt;= r1-&gt;y + r1-&gt;lines) || (r1-&gt;y &gt;= r2-&gt;y + r2-&gt;lines));</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L248'>r2</a> 248 lib/widget/rect.c rects_are_equal (const WRect *r1, const WRect *r2)</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L250'>r2</a> 250 lib/widget/rect.c return (r1-&gt;y == r2-&gt;y &amp;&amp; r1-&gt;x == r2-&gt;x &amp;&amp; r1-&gt;lines == r2-&gt;lines &amp;&amp; r1-&gt;cols == r2-&gt;cols);</span>
<span class='curline'><a href='../S/lib--widget--rect.h.html#L40'>r2</a> 40 lib/widget/rect.h gboolean rects_are_overlapped (const WRect *r1, const WRect *r2);</span>
<span class='curline'><a href='../S/lib--widget--rect.h.html#L41'>r2</a> 41 lib/widget/rect.h gboolean rects_are_equal (const WRect *r1, const WRect *r2);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L993'>r2</a> 993 src/filemanager/hotlist.c const char *def_text, char **r1, char **r2)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1000'>r2</a> 1000 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text2, input_label_above, def_text, "input-lbl", r2, NULL, FALSE,</span>
</pre>
</body>
</html>