mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
2.2 KiB
HTML
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->x >= r1->x + r1->cols) || (r1->x >= r2->x + r2->cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L234'>r2</a> 234 lib/widget/rect.c || (r2->y >= r1->y + r1->lines) || (r1->y >= r2->y + r2->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->y == r2->y && r1->x == r2->x && r1->lines == r2->lines && r1->cols == r2->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>
|