mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
49 lines
6.0 KiB
HTML
49 lines
6.0 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>x2</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--tty--tty.c.html#L267'>x2</a> 267 lib/tty/tty.c int y2, x2;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L276'>x2</a> 276 lib/tty/tty.c x2 = x + xs;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L279'>x2</a> 279 lib/tty/tty.c tty_draw_vline (y, x2, mc_tty_frm[single ? MC_TTY_FRM_VERT : MC_TTY_FRM_DVERT], ys);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L286'>x2</a> 286 lib/tty/tty.c tty_gotoyx (y, x2);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L288'>x2</a> 288 lib/tty/tty.c tty_gotoyx (y2, x2);</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L174'>x2</a> 174 lib/widget/quick.c int x2 = 4;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L328'>x2</a> 328 lib/widget/quick.c x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L409'>x2</a> 409 lib/widget/quick.c x2 = x1 + width2 + 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L441'>x2</a> 441 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L451'>x2</a> 451 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L482'>x2</a> 482 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L491'>x2</a> 491 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L508'>x2</a> 508 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L533'>x2</a> 533 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1390'>x2</a> 1390 src/editor/editcmd.c long x, x2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1401'>x2</a> 1401 src/editor/editcmd.c x2 = x + edit->over_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1406'>x2</a> 1406 src/editor/editcmd.c if (b1 == b2 && x2 > c1 && x2 <= c2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L838'>x2</a> 838 src/editor/editdraw.c int y1, x1, y2, x2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L859'>x2</a> 859 src/editor/editdraw.c x2 = w->x + w->cols - 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L860'>x2</a> 860 src/editor/editdraw.c if (x2 < wh->rect.x)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L875'>x2</a> 875 src/editor/editdraw.c if (x2 <= last_column)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L601'>x2</a> 601 src/filemanager/find.c int y1, y2, x1, x2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L642'>x2</a> 642 src/filemanager/find.c x2 = cols / 2 + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L673'>x2</a> 673 src/filemanager/find.c content_label = label_new (y2++, x2, content_content_label);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L675'>x2</a> 675 src/filemanager/find.c in_with = input_new (y2++, x2, input_colors, cw, content_is_empty ? "" : INPUT_LAST_TEXT,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L702'>x2</a> 702 src/filemanager/find.c check_new (y2++, x2, options.content_whole_words, content_whole_words_label);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L705'>x2</a> 705 src/filemanager/find.c content_regexp_cbox = check_new (y2++, x2, options.content_regexp, content_regexp_label);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L708'>x2</a> 708 src/filemanager/find.c content_case_sens_cbox = check_new (y2++, x2, options.content_case_sens, content_case_label);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L712'>x2</a> 712 src/filemanager/find.c check_new (y2++, x2, options.content_all_charsets, content_all_charsets_label);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L716'>x2</a> 716 src/filemanager/find.c check_new (y2++, x2, options.content_first_hit, content_first_hit_label);</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L87'>x2</a> 87 src/help.c int x1, y1, x2, y2;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L386'>x2</a> 386 src/help.c la->x2 = x;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1063'>x2</a> 1063 src/help.c if (y == la->y1 && x >= la->x1 && y == la->y2 && x <= la->x2)</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1070'>x2</a> 1070 src/help.c if ((y == la->y1 && x >= la->x1) || (y == la->y2 && x <= la->x2))</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|