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

602 lines
103 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>y</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--skin--hc-skins.c.html#L36'>y</a> 36 lib/skin/hc-skins.c #define set_lines(x, y) mc_config_set_string (mc_skin-&gt;config, "lines", x, y)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L762'>y</a> 762 lib/tty/key.c ev-&gt;y = tty_lowlevel_getch () - 32;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L774'>y</a> 774 lib/tty/key.c btn = ev-&gt;x = ev-&gt;y = 0;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L793'>y</a> 793 lib/tty/key.c ev-&gt;y = 10 * ev-&gt;y + (c - '0');</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1904'>y</a> 1904 lib/tty/key.c show_mouse_pointer (event-&gt;x, event-&gt;y);</span>
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L69'>y</a> 69 lib/tty/mouse.c show_mouse_pointer (int x, int y)</span>
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L73'>y</a> 73 lib/tty/mouse.c Gpm_DrawPointer (x, y, gpm_consolefd);</span>
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L76'>y</a> 76 lib/tty/mouse.c (void) y;</span>
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L85'>y</a> 85 lib/tty/mouse.h int buttons, x, y;</span>
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L115'>y</a> 115 lib/tty/mouse.h void show_mouse_pointer (int x, int y);</span>
<span class='curline'><a href='../S/lib--tty--tty-internal.h.html#L45'>y</a> 45 lib/tty/tty-internal.h void tty_colorize_area (int y, int x, int rows, int cols, int color);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L74'>y</a> 74 lib/tty/tty-ncurses.c #define yx_in_screen(y, x) (y &gt;= 0 &amp;&amp; y &lt; LINES &amp;&amp; x &gt;= 0 &amp;&amp; x &lt; COLS)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L131'>y</a> 131 lib/tty/tty-ncurses.c tty_clip (int *y, int *x, int *rows, int *cols)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L133'>y</a> 133 lib/tty/tty-ncurses.c if (*y &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L135'>y</a> 135 lib/tty/tty-ncurses.c *rows += *y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L140'>y</a> 140 lib/tty/tty-ncurses.c *y = 0;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L153'>y</a> 153 lib/tty/tty-ncurses.c if (*y + *rows &gt; LINES)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L154'>y</a> 154 lib/tty/tty-ncurses.c *rows = LINES - *y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L487'>y</a> 487 lib/tty/tty-ncurses.c tty_gotoyx (int y, int x)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L489'>y</a> 489 lib/tty/tty-ncurses.c mc_curs_row = y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L492'>y</a> 492 lib/tty/tty-ncurses.c if (y &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L493'>y</a> 493 lib/tty/tty-ncurses.c y = 0;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L494'>y</a> 494 lib/tty/tty-ncurses.c if (y &gt;= LINES)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L495'>y</a> 495 lib/tty/tty-ncurses.c y = LINES - 1;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L502'>y</a> 502 lib/tty/tty-ncurses.c move (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L517'>y</a> 517 lib/tty/tty-ncurses.c tty_draw_hline (int y, int x, mc_tty_char_t ch, int len)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L521'>y</a> 521 lib/tty/tty-ncurses.c if (y &lt; 0 || y &gt;= LINES || x &gt;= COLS)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L534'>y</a> 534 lib/tty/tty-ncurses.c move (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L536'>y</a> 536 lib/tty/tty-ncurses.c move (y, x1);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L538'>y</a> 538 lib/tty/tty-ncurses.c mc_curs_row = y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L545'>y</a> 545 lib/tty/tty-ncurses.c tty_draw_vline (int y, int x, mc_tty_char_t ch, int len)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L549'>y</a> 549 lib/tty/tty-ncurses.c if (x &lt; 0 || x &gt;= COLS || y &gt;= LINES)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L552'>y</a> 552 lib/tty/tty-ncurses.c y1 = y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L554'>y</a> 554 lib/tty/tty-ncurses.c if (y &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L556'>y</a> 556 lib/tty/tty-ncurses.c len += y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L559'>y</a> 559 lib/tty/tty-ncurses.c y = 0;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L562'>y</a> 562 lib/tty/tty-ncurses.c move (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L573'>y</a> 573 lib/tty/tty-ncurses.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L577'>y</a> 577 lib/tty/tty-ncurses.c if (!tty_clip (&amp;y, &amp;x, &amp;rows, &amp;cols))</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L582'>y</a> 582 lib/tty/tty-ncurses.c move (y + i, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L586'>y</a> 586 lib/tty/tty-ncurses.c move (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L588'>y</a> 588 lib/tty/tty-ncurses.c mc_curs_row = y;</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L595'>y</a> 595 lib/tty/tty-ncurses.c tty_colorize_area (int y, int x, int rows, int cols, int color)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L603'>y</a> 603 lib/tty/tty-ncurses.c if (!use_colors || !tty_clip (&amp;y, &amp;x, &amp;rows, &amp;cols))</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L611'>y</a> 611 lib/tty/tty-ncurses.c mvin_wchnstr (y + row, x, ctext, cols);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L619'>y</a> 619 lib/tty/tty-ncurses.c mvadd_wchnstr (y + row, x, ctext, cols);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L624'>y</a> 624 lib/tty/tty-ncurses.c (void) y;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L471'>y</a> 471 lib/tty/tty-slang.c tty_gotoyx (int y, int x)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L473'>y</a> 473 lib/tty/tty-slang.c SLsmg_gotorc (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L488'>y</a> 488 lib/tty/tty-slang.c tty_draw_hline (int y, int x, mc_tty_char_t ch, int len)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L492'>y</a> 492 lib/tty/tty-slang.c if (y &lt; 0 || y &gt;= LINES || x &gt;= COLS)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L505'>y</a> 505 lib/tty/tty-slang.c SLsmg_gotorc (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L513'>y</a> 513 lib/tty/tty-slang.c SLsmg_gotorc (y, x1);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L519'>y</a> 519 lib/tty/tty-slang.c tty_draw_vline (int y, int x, mc_tty_char_t ch, int len)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L523'>y</a> 523 lib/tty/tty-slang.c if (x &lt; 0 || x &gt;= COLS || y &gt;= LINES)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L526'>y</a> 526 lib/tty/tty-slang.c y1 = y;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L528'>y</a> 528 lib/tty/tty-slang.c if (y &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L530'>y</a> 530 lib/tty/tty-slang.c len += y;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L533'>y</a> 533 lib/tty/tty-slang.c y = 0;</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L536'>y</a> 536 lib/tty/tty-slang.c SLsmg_gotorc (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L546'>y</a> 546 lib/tty/tty-slang.c SLsmg_gotorc (y + pos, x);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L558'>y</a> 558 lib/tty/tty-slang.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L560'>y</a> 560 lib/tty/tty-slang.c SLsmg_fill_region (y, x, rows, cols, ch);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L566'>y</a> 566 lib/tty/tty-slang.c tty_colorize_area (int y, int x, int rows, int cols, int color)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L569'>y</a> 569 lib/tty/tty-slang.c SLsmg_set_color_in_region (color, y, x, rows, cols);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L265'>y</a> 265 lib/tty/tty.c tty_draw_box (int y, int x, int ys, int xs, gboolean single)</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L275'>y</a> 275 lib/tty/tty.c y2 = y + ys;</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L278'>y</a> 278 lib/tty/tty.c tty_draw_vline (y, x, 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#L279'>y</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#L280'>y</a> 280 lib/tty/tty.c tty_draw_hline (y, x, mc_tty_frm[single ? MC_TTY_FRM_HORIZ : MC_TTY_FRM_DHORIZ], xs);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L282'>y</a> 282 lib/tty/tty.c tty_gotoyx (y, x);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L286'>y</a> 286 lib/tty/tty.c tty_gotoyx (y, x2);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L295'>y</a> 295 lib/tty/tty.c tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color)</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L298'>y</a> 298 lib/tty/tty.c tty_colorize_area (y + 1, x + cols, rows - 1, 2, shadow_color);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L300'>y</a> 300 lib/tty/tty.c tty_colorize_area (y + rows, x + 2, 1, cols, shadow_color);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L141'>y</a> 141 lib/tty/tty.h extern void tty_gotoyx (int y, int x);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L152'>y</a> 152 lib/tty/tty.h extern void tty_draw_hline (int y, int x, mc_tty_char_t ch, int len);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L153'>y</a> 153 lib/tty/tty.h extern void tty_draw_vline (int y, int x, mc_tty_char_t ch, int len);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L154'>y</a> 154 lib/tty/tty.h extern void tty_draw_box (int y, int x, int rows, int cols, gboolean single);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L155'>y</a> 155 lib/tty/tty.h extern void tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L156'>y</a> 156 lib/tty/tty.h extern void tty_fill_region (int y, int x, int rows, int cols, unsigned char ch);</span>
<span class='curline'><a href='../S/lib--util.c.html#L362'>y</a> 362 lib/util.c const char *p, *y;</span>
<span class='curline'><a href='../S/lib--util.c.html#L365'>y</a> 365 lib/util.c p = y = size_trunc (size, use_si);</span>
<span class='curline'><a href='../S/lib--util.c.html#L371'>y</a> 371 lib/util.c while (p &gt;= y &amp;&amp; !g_ascii_isdigit (*p))</span>
<span class='curline'><a href='../S/lib--util.c.html#L373'>y</a> 373 lib/util.c for (count = 0; p &gt;= y; count++)</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L78'>y</a> 78 lib/widget/background.c tty_fill_region (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, b-&gt;pattern);</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L108'>y</a> 108 lib/widget/background.c background_new (int y, int x, int lines, int cols, int color, unsigned char pattern,</span>
<span class='curline'><a href='../S/lib--widget--background.c.html#L111'>y</a> 111 lib/widget/background.c WRect r = { y, x, lines, cols };</span>
<span class='curline'><a href='../S/lib--widget--background.h.html#L30'>y</a> 30 lib/widget/background.h WBackground *background_new (int y, int x, int lines, int cols, int color, unsigned char pattern,</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L207'>y</a> 207 lib/widget/button.c button_new (int y, int x, int action, button_flags_t flags, const char *text, bcback_fn callback)</span>
<span class='curline'><a href='../S/lib--widget--button.c.html#L209'>y</a> 209 lib/widget/button.c WRect r = { y, x, 1, 1 };</span>
<span class='curline'><a href='../S/lib--widget--button.h.html#L46'>y</a> 46 lib/widget/button.h WButton *button_new (int y, int x, int action, button_flags_t flags, const char *text,</span>
<span class='curline'><a href='../S/lib--widget--check.c.html#L138'>y</a> 138 lib/widget/check.c check_new (int y, int x, gboolean state, const char *text)</span>
<span class='curline'><a href='../S/lib--widget--check.c.html#L140'>y</a> 140 lib/widget/check.c WRect r = { y, x, 1, 1 };</span>
<span class='curline'><a href='../S/lib--widget--check.h.html#L28'>y</a> 28 lib/widget/check.h WCheck *check_new (int y, int x, gboolean state, const char *text);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L351'>y</a> 351 lib/widget/dialog.c if (event-&gt;y &lt; 0 || event-&gt;y &gt;= w-&gt;rect.lines || event-&gt;x &lt; 0 || event-&gt;x &gt;= w-&gt;rect.cols)</span>
<span class='curline'><a href='../S/lib--widget--frame.c.html#L78'>y</a> 78 lib/widget/frame.c tty_draw_box_shadow (w-&gt;y, w-&gt;x, w-&gt;lines, w-&gt;cols, CORE_SHADOW_COLOR);</span>
<span class='curline'><a href='../S/lib--widget--frame.c.html#L81'>y</a> 81 lib/widget/frame.c tty_fill_region (w-&gt;y, w-&gt;x, w-&gt;lines, w-&gt;cols, ' ');</span>
<span class='curline'><a href='../S/lib--widget--frame.c.html#L83'>y</a> 83 lib/widget/frame.c tty_draw_box (w-&gt;y + d, w-&gt;x + d, w-&gt;lines - 2 * d, w-&gt;cols - 2 * d, f-&gt;single);</span>
<span class='curline'><a href='../S/lib--widget--frame.c.html#L99'>y</a> 99 lib/widget/frame.c frame_new (int y, int x, int lines, int cols, const char *title, gboolean single, gboolean compact)</span>
<span class='curline'><a href='../S/lib--widget--frame.c.html#L101'>y</a> 101 lib/widget/frame.c WRect r = { y, x, lines, cols };</span>
<span class='curline'><a href='../S/lib--widget--frame.h.html#L37'>y</a> 37 lib/widget/frame.h WFrame *frame_new (int y, int x, int lines, int cols, const char *title, gboolean single,</span>
<span class='curline'><a href='../S/lib--widget--gauge.c.html#L131'>y</a> 131 lib/widget/gauge.c gauge_new (int y, int x, int cols, gboolean shown, int max, int current)</span>
<span class='curline'><a href='../S/lib--widget--gauge.c.html#L133'>y</a> 133 lib/widget/gauge.c WRect r = { y, x, 1, cols };</span>
<span class='curline'><a href='../S/lib--widget--gauge.h.html#L30'>y</a> 30 lib/widget/gauge.h WGauge *gauge_new (int y, int x, int cols, gboolean shown, int max, int current);</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L408'>y</a> 408 lib/widget/group.c r.y = g-&gt;y + (g-&gt;lines - c-&gt;rect.lines) / 2;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L411'>y</a> 411 lib/widget/group.c r.y += wss-&gt;shift_y;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L415'>y</a> 415 lib/widget/group.c r.y += wss-&gt;shift_y;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L417'>y</a> 417 lib/widget/group.c r.y += wss-&gt;shift_y + wss-&gt;scale_y;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L444'>y</a> 444 lib/widget/group.c wss.shift_y = w-&gt;y - or.y;</span>
<span class='curline'><a href='../S/lib--widget--group.c.html#L777'>y</a> 777 lib/widget/group.c ww-&gt;rect.y = (wg-&gt;rect.lines - ww-&gt;rect.lines) / 2;</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L75'>y</a> 75 lib/widget/groupbox.c tty_draw_box (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, TRUE);</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L100'>y</a> 100 lib/widget/groupbox.c groupbox_new (int y, int x, int height, int width, const char *title)</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L102'>y</a> 102 lib/widget/groupbox.c WRect r = { y, x, height, width };</span>
<span class='curline'><a href='../S/lib--widget--groupbox.h.html#L27'>y</a> 27 lib/widget/groupbox.h WGroupbox *groupbox_new (int y, int x, int height, int width, const char *title);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L65'>y</a> 65 lib/widget/history.c int y;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L83'>y</a> 83 lib/widget/history.c int x = 0, y, he, wi;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L92'>y</a> 92 lib/widget/history.c y = data-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L95'>y</a> 95 lib/widget/history.c if (he &lt;= y || y &gt; (LINES - 6))</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L97'>y</a> 97 lib/widget/history.c he = MIN (he, y - 1);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L98'>y</a> 98 lib/widget/history.c y -= he;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L102'>y</a> 102 lib/widget/history.c y++;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L103'>y</a> 103 lib/widget/history.c he = MIN (he, LINES - y);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L117'>y</a> 117 lib/widget/history.c rect_init (&amp;r, y, x, he, wi);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L263'>y</a> 263 lib/widget/history.c history_descriptor_init (history_descriptor_t *hd, int y, int x, GList *history, int current)</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L266'>y</a> 266 lib/widget/history.c hd-&gt;y = y;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L301'>y</a> 301 lib/widget/history.c hist_data.y = hd-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L321'>y</a> 321 lib/widget/history.c if (WIDGET (query_dlg)-&gt;rect.y &lt; hd-&gt;y)</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L366'>y</a> 366 lib/widget/history.c if (WIDGET (query_dlg)-&gt;rect.y &lt; hd-&gt;y)</span>
<span class='curline'><a href='../S/lib--widget--history.h.html#L26'>y</a> 26 lib/widget/history.h int y; // y-coordinate to place history window</span>
<span class='curline'><a href='../S/lib--widget--history.h.html#L47'>y</a> 47 lib/widget/history.h void history_descriptor_init (history_descriptor_t *hd, int y, int x, GList *history, int current);</span>
<span class='curline'><a href='../S/lib--widget--hline.c.html#L99'>y</a> 99 lib/widget/hline.c w-&gt;rect.y = RECT (data)-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--hline.c.html#L113'>y</a> 113 lib/widget/hline.c tty_draw_hline (w-&gt;rect.y, w-&gt;rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ], w-&gt;rect.cols - 2);</span>
<span class='curline'><a href='../S/lib--widget--hline.c.html#L147'>y</a> 147 lib/widget/hline.c hline_new (int y, int x, int width)</span>
<span class='curline'><a href='../S/lib--widget--hline.c.html#L149'>y</a> 149 lib/widget/hline.c WRect r = { y, x, 1, width };</span>
<span class='curline'><a href='../S/lib--widget--hline.h.html#L29'>y</a> 29 lib/widget/hline.h WHLine *hline_new (int y, int x, int width);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L162'>y</a> 162 lib/widget/input.c history_descriptor_init (&amp;hd, WIDGET (in)-&gt;rect.y, WIDGET (in)-&gt;rect.x, in-&gt;history.list,</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L955'>y</a> 955 lib/widget/input.c input_new (int y, int x, const int *colors, int width, const char *def_text, const char *histname,</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L958'>y</a> 958 lib/widget/input.c WRect r = { y, x, 1, width };</span>
<span class='curline'><a href='../S/lib--widget--input.h.html#L86'>y</a> 86 lib/widget/input.h WInput *input_new (int y, int x, const int *colors, int len, const char *text, const char *histname,</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1195'>y</a> 1195 lib/widget/input_complete.c int x, y, w, h;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1210'>y</a> 1210 lib/widget/input_complete.c start_y = WIDGET (in)-&gt;rect.y;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1213'>y</a> 1213 lib/widget/input_complete.c y = start_y - 2 - count;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1218'>y</a> 1218 lib/widget/input_complete.c y = 0;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1223'>y</a> 1223 lib/widget/input_complete.c y = start_y + 1;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1238'>y</a> 1238 lib/widget/input_complete.c complete_dlg = dlg_create (TRUE, y, x, h, w, WPOS_KEEP_DEFAULT, TRUE, dialog_colors,</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L73'>y</a> 73 lib/widget/label.c int y = 0;</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L106'>y</a> 106 lib/widget/label.c widget_gotoyx (w, y, 0);</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L114'>y</a> 114 lib/widget/label.c y++;</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L133'>y</a> 133 lib/widget/label.c label_new (int y, int x, const char *text)</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L135'>y</a> 135 lib/widget/label.c WRect r = { y, x, 1, 1 };</span>
<span class='curline'><a href='../S/lib--widget--label.h.html#L29'>y</a> 29 lib/widget/label.h WLabel *label_new (int y, int x, const char *text);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L226'>y</a> 226 lib/widget/listbox.c listbox_y_pos (WListbox *l, int y)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L228'>y</a> 228 lib/widget/listbox.c return MIN (l-&gt;top + y, LISTBOX_LAST (l));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L521'>y</a> 521 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event-&gt;y));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L534'>y</a> 534 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event-&gt;y));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L557'>y</a> 557 lib/widget/listbox.c listbox_new (int y, int x, int height, int width, gboolean deletable, lcback_fn callback)</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L559'>y</a> 559 lib/widget/listbox.c WRect r = { y, x, 1, width };</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L63'>y</a> 63 lib/widget/listbox.h WListbox *listbox_new (int y, int x, int height, int width, gboolean deletable, lcback_fn callback);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L131'>y</a> 131 lib/widget/menu.c const int y = 2 + idx;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L142'>y</a> 142 lib/widget/menu.c widget_gotoyx (menubar, y, x - 1);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L144'>y</a> 144 lib/widget/menu.c tty_draw_hline (w-&gt;y + y, w-&gt;x + x, mc_tty_frm[MC_TTY_FRM_HORIZ], menu-&gt;max_entry_len + 2);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L145'>y</a> 145 lib/widget/menu.c widget_gotoyx (menubar, y, x + menu-&gt;max_entry_len + 2);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L154'>y</a> 154 lib/widget/menu.c widget_gotoyx (menubar, y, x);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L172'>y</a> 172 lib/widget/menu.c widget_gotoyx (menubar, y, x + menu-&gt;max_hotkey_len + 3);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L177'>y</a> 177 lib/widget/menu.c widget_gotoyx (menubar, y, x + 1);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L196'>y</a> 196 lib/widget/menu.c tty_draw_box_shadow (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4,</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L200'>y</a> 200 lib/widget/menu.c tty_draw_box (w-&gt;y + 1, w-&gt;x + column, count + 2, menu-&gt;max_entry_len + 4, FALSE);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L230'>y</a> 230 lib/widget/menu.c tty_draw_hline (w-&gt;y, w-&gt;x, ' ', w-&gt;cols);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L732'>y</a> 732 lib/widget/menu.c menubar_mouse_on_menu (const WMenuBar *menubar, int y, int x)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L752'>y</a> 752 lib/widget/menu.c return (x &gt;= left_x &amp;&amp; x &lt; right_x &amp;&amp; y &gt; 1 &amp;&amp; y &lt; bottom_y);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L758'>y</a> 758 lib/widget/menu.c menubar_change_selected_item (WMenuBar *menubar, int y)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L763'>y</a> 763 lib/widget/menu.c y -= 2; // skip bar and top frame</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L765'>y</a> 765 lib/widget/menu.c entry = MENUENTRY (g_list_nth_data (menu-&gt;entries, y));</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L770'>y</a> 770 lib/widget/menu.c menu-&gt;current = y;</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L785'>y</a> 785 lib/widget/menu.c mouse_on_drop = menubar_mouse_on_menu (menubar, event-&gt;y, event-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L792'>y</a> 792 lib/widget/menu.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L803'>y</a> 803 lib/widget/menu.c menubar_change_selected_item (menubar, event-&gt;y);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L834'>y</a> 834 lib/widget/menu.c if ((event-&gt;buttons &amp; GPM_B_MIDDLE) != 0 &amp;&amp; event-&gt;y &gt; 0 &amp;&amp; menubar-&gt;is_dropped)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L841'>y</a> 841 lib/widget/menu.c else if (event-&gt;y &gt; 0)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L847'>y</a> 847 lib/widget/menu.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L853'>y</a> 853 lib/widget/menu.c menubar_change_selected_item (menubar, event-&gt;y);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L864'>y</a> 864 lib/widget/menu.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L67'>y</a> 67 lib/widget/mouse.c event-&gt;y = global_gpm-&gt;y - w-&gt;rect.y - 1;</span>
<span class='curline'><a href='../S/lib--widget--mouse.h.html#L43'>y</a> 43 lib/widget/mouse.h int x, y; // Local to the widget.</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L65'>y</a> 65 lib/widget/quick.c quick_create_input (int y, int x, const quick_widget_t *qw)</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L69'>y</a> 69 lib/widget/quick.c in = input_new (y, x, input_colors, 8, qw-&gt;u.input.text, qw-&gt;u.input.histname,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L81'>y</a> 81 lib/widget/quick.c quick_create_labeled_input (GArray *widgets, int *y, int x, quick_widget_t *quick_widget,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L96'>y</a> 96 lib/widget/quick.c label.widget = WIDGET (label_new (*y, x, quick_widget-&gt;u.input.label_text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L97'>y</a> 97 lib/widget/quick.c *y += label.widget-&gt;rect.lines - 1;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L100'>y</a> 100 lib/widget/quick.c in.widget = WIDGET (quick_create_input (++(*y), x, quick_widget));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L108'>y</a> 108 lib/widget/quick.c label.widget = WIDGET (label_new (*y, x, quick_widget-&gt;u.input.label_text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L111'>y</a> 111 lib/widget/quick.c in.widget = WIDGET (quick_create_input (*y, x + label.widget-&gt;rect.cols + 1, quick_widget));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L119'>y</a> 119 lib/widget/quick.c in.widget = WIDGET (quick_create_input (*y, x, quick_widget));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L124'>y</a> 124 lib/widget/quick.c WIDGET (label_new (*y, x + in.widget-&gt;rect.cols + 1, quick_widget-&gt;u.input.label_text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L131'>y</a> 131 lib/widget/quick.c in.widget = WIDGET (quick_create_input (*y, x, quick_widget));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L135'>y</a> 135 lib/widget/quick.c label.widget = WIDGET (label_new (++(*y), x, quick_widget-&gt;u.input.label_text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L136'>y</a> 136 lib/widget/quick.c *y += label.widget-&gt;rect.lines - 1;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L162'>y</a> 162 lib/widget/quick.c int x, y; // current positions</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L187'>y</a> 187 lib/widget/quick.c y = 1;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L202'>y</a> 202 lib/widget/quick.c check_new (++y, x, *quick_widget-&gt;u.checkbox.state, quick_widget-&gt;u.checkbox.text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L216'>y</a> 216 lib/widget/quick.c ++y, x, quick_widget-&gt;u.button.action,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L231'>y</a> 231 lib/widget/quick.c y++;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L234'>y</a> 234 lib/widget/quick.c quick_create_labeled_input (widgets, &amp;y, x, quick_widget, &amp;width);</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L239'>y</a> 239 lib/widget/quick.c item.widget = WIDGET (quick_create_input (y, x, quick_widget));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L252'>y</a> 252 lib/widget/quick.c item.widget = WIDGET (label_new (++y, x, quick_widget-&gt;u.label.text));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L254'>y</a> 254 lib/widget/quick.c y += item.widget-&gt;rect.lines - 1;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L275'>y</a> 275 lib/widget/quick.c r = radio_new (++y, x, quick_widget-&gt;u.radio.count, (const char **) items);</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L280'>y</a> 280 lib/widget/quick.c y += item.widget-&gt;rect.lines - 1;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L293'>y</a> 293 lib/widget/quick.c g = groupbox_new (++y, x, 1, len + 4, quick_widget-&gt;u.groupbox.title);</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L304'>y</a> 304 lib/widget/quick.c y++;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L305'>y</a> 305 lib/widget/quick.c w-&gt;rect.lines = y + 1 - w-&gt;rect.y;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L313'>y</a> 313 lib/widget/quick.c y++;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L316'>y</a> 316 lib/widget/quick.c item.widget = WIDGET (hline_new (y, x, 1));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L322'>y</a> 322 lib/widget/quick.c y2 = y;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L329'>y</a> 329 lib/widget/quick.c y1 = y;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L330'>y</a> 330 lib/widget/quick.c y = y2;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L335'>y</a> 335 lib/widget/quick.c y = MAX (y1, y);</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L344'>y</a> 344 lib/widget/quick.c y++;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L347'>y</a> 347 lib/widget/quick.c item.widget = WIDGET (hline_new (y, 1, -1));</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L353'>y</a> 353 lib/widget/quick.c y++;</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L358'>y</a> 358 lib/widget/quick.c y, x++, quick_widget-&gt;u.button.action,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L399'>y</a> 399 lib/widget/quick.c if (quick_dlg-&gt;rect.x == -1 || quick_dlg-&gt;rect.y == -1)</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L400'>y</a> 400 lib/widget/quick.c dd = dlg_create (TRUE, 0, 0, y + 3, quick_dlg-&gt;rect.cols, WPOS_CENTER | WPOS_TRYUP, FALSE,</span>
<span class='curline'><a href='../S/lib--widget--quick.c.html#L404'>y</a> 404 lib/widget/quick.c dd = dlg_create (TRUE, quick_dlg-&gt;rect.y, quick_dlg-&gt;rect.x, y + 3, quick_dlg-&gt;rect.cols,</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L169'>y</a> 169 lib/widget/radio.c tty_draw_hline (w-&gt;rect.y + i, w-&gt;rect.x, ' ', w-&gt;rect.cols);</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L196'>y</a> 196 lib/widget/radio.c RADIO (w)-&gt;pos = event-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L201'>y</a> 201 lib/widget/radio.c RADIO (w)-&gt;pos = event-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L216'>y</a> 216 lib/widget/radio.c radio_new (int y, int x, int count, const char **texts)</span>
<span class='curline'><a href='../S/lib--widget--radio.c.html#L218'>y</a> 218 lib/widget/radio.c WRect r0 = { y, x, count, 1 };</span>
<span class='curline'><a href='../S/lib--widget--radio.h.html#L34'>y</a> 34 lib/widget/radio.h WRadio *radio_new (int y, int x, int count, const char **text);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L62'>y</a> 62 lib/widget/rect.c rect_new (int y, int x, int lines, int cols)</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L69'>y</a> 69 lib/widget/rect.c rect_init (r, y, x, lines, cols);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L86'>y</a> 86 lib/widget/rect.c rect_init (WRect *r, int y, int x, int lines, int cols)</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L88'>y</a> 88 lib/widget/rect.c r-&gt;y = y;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L106'>y</a> 106 lib/widget/rect.c r-&gt;y += dy;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L142'>y</a> 142 lib/widget/rect.c r-&gt;y -= dl;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L162'>y</a> 162 lib/widget/rect.c int y, x;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L166'>y</a> 166 lib/widget/rect.c y = r-&gt;y + r-&gt;lines;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L168'>y</a> 168 lib/widget/rect.c y1 = r1-&gt;y + r1-&gt;lines;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L172'>y</a> 172 lib/widget/rect.c y = MIN (y, y1);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L176'>y</a> 176 lib/widget/rect.c r-&gt;y = MAX (r-&gt;y, r1-&gt;y);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L180'>y</a> 180 lib/widget/rect.c r-&gt;lines = y - r-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L198'>y</a> 198 lib/widget/rect.c int x, y;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L202'>y</a> 202 lib/widget/rect.c y = r-&gt;y + r-&gt;lines;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L204'>y</a> 204 lib/widget/rect.c y1 = r1-&gt;y + r1-&gt;lines;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L208'>y</a> 208 lib/widget/rect.c y = MAX (y, y1);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L212'>y</a> 212 lib/widget/rect.c r-&gt;y = MIN (r-&gt;y, r1-&gt;y);</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L216'>y</a> 216 lib/widget/rect.c r-&gt;lines = y - r-&gt;y;</span>
<span class='curline'><a href='../S/lib--widget--rect.c.html#L234'>y</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#L250'>y</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#L23'>y</a> 23 lib/widget/rect.h int y;</span>
<span class='curline'><a href='../S/lib--widget--rect.h.html#L33'>y</a> 33 lib/widget/rect.h WRect *rect_new (int y, int x, int lines, int cols);</span>
<span class='curline'><a href='../S/lib--widget--rect.h.html#L34'>y</a> 34 lib/widget/rect.h void rect_init (WRect *r, int y, int x, int lines, int cols);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L396'>y</a> 396 lib/widget/widget-common.c r-&gt;y = 0;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L407'>y</a> 407 lib/widget/widget-common.c r-&gt;y = (LINES - r-&gt;lines) / 2;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L411'>y</a> 411 lib/widget/widget-common.c if (r-&gt;y &gt; 3)</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L412'>y</a> 412 lib/widget/widget-common.c r-&gt;y -= 2;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L413'>y</a> 413 lib/widget/widget-common.c else if (r-&gt;y == 3)</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L414'>y</a> 414 lib/widget/widget-common.c r-&gt;y = 2;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L431'>y</a> 431 lib/widget/widget-common.c widget_set_size (Widget *w, int y, int x, int lines, int cols)</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L433'>y</a> 433 lib/widget/widget-common.c WRect r = { y, x, lines, cols };</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L480'>y</a> 480 lib/widget/widget-common.c tty_fill_region (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, ' ');</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L690'>y</a> 690 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, delta-&gt;y, delta-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L692'>y</a> 692 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, WIDGET (w-&gt;owner)-&gt;rect.y, WIDGET (w-&gt;owner)-&gt;rect.x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L709'>y</a> 709 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, -delta-&gt;y, -delta-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L711'>y</a> 711 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, -WIDGET (w-&gt;owner)-&gt;rect.y, -WIDGET (w-&gt;owner)-&gt;rect.x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L884'>y</a> 884 lib/widget/widget-common.c local.y = global-&gt;y - w-&gt;rect.y;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L897'>y</a> 897 lib/widget/widget-common.c return (event-&gt;x &gt; r-&gt;x) &amp;&amp; (event-&gt;y &gt; r-&gt;y) &amp;&amp; (event-&gt;x &lt;= r-&gt;x + r-&gt;cols)</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L898'>y</a> 898 lib/widget/widget-common.c &amp;&amp; (event-&gt;y &lt;= r-&gt;y + r-&gt;lines);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L19'>y</a> 19 lib/widget/widget-common.h tty_gotoyx (CONST_WIDGET (w)-&gt;rect.y + (_y), CONST_WIDGET (w)-&gt;rect.x + (_x))</span>
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L213'>y</a> 213 lib/widget/widget-common.h void widget_set_size (Widget *w, int y, int x, int lines, int cols);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L102'>y</a> 102 lib/widget/wtools.c ypos = WIDGET (prev_dlg)-&gt;rect.y + 2;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L108'>y</a> 108 lib/widget/wtools.c r.y = ypos;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L298'>y</a> 298 lib/widget/wtools.c WIDGET (button)-&gt;rect.y = lines - 3;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L668'>y</a> 668 lib/widget/wtools.c int wd_width, y;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L674'>y</a> 674 lib/widget/wtools.c y = 2;</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L675'>y</a> 675 lib/widget/wtools.c ssm-&gt;label = label_new (y++, 3, NULL);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L677'>y</a> 677 lib/widget/wtools.c group_add_widget (wg, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L678'>y</a> 678 lib/widget/wtools.c b = WIDGET (button_new (y++, 3, B_CANCEL, NORMAL_BUTTON, b_name, NULL));</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L682'>y</a> 682 lib/widget/wtools.c r.lines = y + 2;</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L61'>y</a> 61 src/cons.handler.c #define cursor_to(x, y) \</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L64'>y</a> 64 src/cons.handler.c printf ("\x1B[%d;%df", (y) + 1, (x) + 1); \</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2071'>y</a> 2071 src/editor/editcmd.c int y = 2;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2084'>y</a> 2084 src/editor/editcmd.c group_add_widget (g, label_new (y, 3, query));</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2086'>y</a> 2086 src/editor/editcmd.c g, input_new (y++, 3 + wq + 1, input_colors, w - (6 + wq + 1), "", 0, INPUT_COMPLETE_NONE));</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2089'>y</a> 2089 src/editor/editcmd.c group_add_widget (g, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2091'>y</a> 2091 src/editor/editcmd.c group_add_widget_autopos (g, button_new (y, 1, B_CANCEL, NORMAL_BUTTON, _ ("Cancel"), NULL),</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L359'>y</a> 359 src/editor/editcomplete.c we-&gt;y + edit-&gt;curs_row + EDIT_TEXT_VERTICAL_OFFSET + (edit-&gt;fullscreen != 0 ? 0 : 1) + 1;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L69'>y</a> 69 src/editor/editdraw.c #define edit_move(x, y) widget_gotoyx (edit, y, x);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L264'>y</a> 264 src/editor/editdraw.c int y, x;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L287'>y</a> 287 src/editor/editdraw.c tty_getyx (&amp;y, &amp;x);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L340'>y</a> 340 src/editor/editdraw.c tty_draw_box (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, !active);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L381'>y</a> 381 src/editor/editdraw.c int x, x1, y, cols_to_skip;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L388'>y</a> 388 src/editor/editdraw.c y = row + EDIT_TEXT_VERTICAL_OFFSET;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L394'>y</a> 394 src/editor/editdraw.c y++;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L404'>y</a> 404 src/editor/editdraw.c if (len &gt; 0 &amp;&amp; w-&gt;rect.y + y &gt;= 0)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L407'>y</a> 407 src/editor/editdraw.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + x1, ' ', len);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L411'>y</a> 411 src/editor/editdraw.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + x1, ' ', len);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L416'>y</a> 416 src/editor/editdraw.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + x1, ' ', wrap_start);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L422'>y</a> 422 src/editor/editdraw.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + x1 + wrap_start, ' ', len);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L433'>y</a> 433 src/editor/editdraw.c edit_move (x1 + i - edit_options.line_state_width, y);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L440'>y</a> 440 src/editor/editdraw.c edit_move (x1, y);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L843'>y</a> 843 src/editor/editdraw.c last_line = wh-&gt;rect.y + wh-&gt;rect.lines - 1;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L845'>y</a> 845 src/editor/editdraw.c y1 = w-&gt;y;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L855'>y</a> 855 src/editor/editdraw.c y2 = w-&gt;y + w-&gt;lines - 1;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L856'>y</a> 856 src/editor/editdraw.c if (y2 &lt; wh-&gt;rect.y + 1) // menubar</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L870'>y</a> 870 src/editor/editdraw.c else if (y1 &gt;= wh-&gt;rect.y + 1) // menubar</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L759'>y</a> 759 src/editor/editsearch.c ypos = w-&gt;rect.y + w-&gt;rect.lines / 2;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L231'>y</a> 231 src/editor/editwidget.c if (w-&gt;y &gt; wh-&gt;y + 1) // menubar</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L232'>y</a> 232 src/editor/editwidget.c w-&gt;y--;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L235'>y</a> 235 src/editor/editwidget.c if (w-&gt;y &lt; wh-&gt;y + wh-&gt;lines - 2) // buttonbar</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L236'>y</a> 236 src/editor/editwidget.c w-&gt;y++;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L277'>y</a> 277 src/editor/editwidget.c if (w-&gt;y + w-&gt;lines &lt; wh-&gt;y + wh-&gt;lines - 1) // buttonbar</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L697'>y</a> 697 src/editor/editwidget.c int x, y;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L701'>y</a> 701 src/editor/editwidget.c y = event-&gt;y - (edit-&gt;fullscreen != 0 ? 0 : 1);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L730'>y</a> 730 src/editor/editwidget.c if (y &gt; edit-&gt;curs_row)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L731'>y</a> 731 src/editor/editwidget.c edit_move_down (edit, y - edit-&gt;curs_row, FALSE);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L732'>y</a> 732 src/editor/editwidget.c else if (y &lt; edit-&gt;curs_row)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L733'>y</a> 733 src/editor/editwidget.c edit_move_up (edit, edit-&gt;curs_row - y, FALSE);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L860'>y</a> 860 src/editor/editwidget.c if (msg == MSG_MOUSE_DOWN &amp;&amp; event-&gt;y == 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L978'>y</a> 978 src/editor/editwidget.c int y, x;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L980'>y</a> 980 src/editor/editwidget.c y = (e-&gt;fullscreen != 0 ? 0 : 1) + EDIT_TEXT_VERTICAL_OFFSET + e-&gt;curs_row;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L984'>y</a> 984 src/editor/editwidget.c widget_gotoyx (w, y, x);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1034'>y</a> 1034 src/editor/editwidget.c global_y = event-&gt;y + r-&gt;y;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1037'>y</a> 1037 src/editor/editwidget.c global_y = CLAMP (global_y, h-&gt;y + 1, h-&gt;y + h-&gt;lines - 2); // Status line, buttonbar</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1044'>y</a> 1044 src/editor/editwidget.c r-&gt;y = global_y;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1049'>y</a> 1049 src/editor/editwidget.c r-&gt;lines = MAX (WINDOW_MIN_LINES, global_y - r-&gt;y + 1);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1091'>y</a> 1091 src/editor/editwidget.c if (msg == MSG_MOUSE_DOWN &amp;&amp; (event-&gt;y + w-&gt;rect.y == LINES - 1))</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1106'>y</a> 1106 src/editor/editwidget.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1123'>y</a> 1123 src/editor/editwidget.c if (event-&gt;y == w-&gt;rect.lines - 1 &amp;&amp; event-&gt;x == w-&gt;rect.cols - 1)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1139'>y</a> 1139 src/editor/editwidget.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L326'>y</a> 326 src/editor/etags.c w-&gt;y + edit-&gt;curs_row + EDIT_TEXT_VERTICAL_OFFSET + (edit-&gt;fullscreen != 0 ? 0 : 1) + 1;</span>
<span class='curline'><a href='../S/src--file_history.c.html#L246'>y</a> 246 src/file_history.c history_descriptor_init (&amp;hd, w-&gt;rect.y, w-&gt;rect.x, file_list, 0);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L452'>y</a> 452 src/filemanager/achown.c perm_button_new (int y, int x, int action, button_flags_t flags, const char *text,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L459'>y</a> 459 src/filemanager/achown.c b = button_new (y, x, action, flags, text, callback);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L547'>y</a> 547 src/filemanager/achown.c chl_dlg = dlg_create (TRUE, wh-&gt;rect.y - 1, lxx, wh-&gt;rect.lines + 2, 17, WPOS_KEEP_DEFAULT,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L730'>y</a> 730 src/filemanager/achown.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L753'>y</a> 753 src/filemanager/achown.c #define XTRACT(i, y, cb) \</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L754'>y</a> 754 src/filemanager/achown.c y, BX + advanced_chown_but[i].x, advanced_chown_but[i].ret_cmd, advanced_chown_but[i].flags, \</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L770'>y</a> 770 src/filemanager/achown.c y = BY + 3;</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L772'>y</a> 772 src/filemanager/achown.c for (i = single_set ? BUTTONS_PERM + 2 : BUTTONS_PERM; i &lt; BUTTONS; i++, y++)</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L776'>y</a> 776 src/filemanager/achown.c group_add_widget (ch_grp, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L778'>y</a> 778 src/filemanager/achown.c b = button_new (y, 1, advanced_chown_but[i].ret_cmd, advanced_chown_but[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L783'>y</a> 783 src/filemanager/achown.c b = button_new (y, 1, advanced_chown_but[i].ret_cmd, advanced_chown_but[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L192'>y</a> 192 src/filemanager/boxes.c r.y = wd-&gt;y + (wd-&gt;lines - r.lines) / 2;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L378'>y</a> 378 src/filemanager/boxes.c bar-&gt;rect.y = LINES - 1;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1017'>y</a> 1017 src/filemanager/boxes.c WIDGET (bar)-&gt;rect.y = LINES - 1;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1140'>y</a> 1140 src/filemanager/boxes.c WRect r = { w-&gt;rect.y + w-&gt;rect.lines - 6, w-&gt;rect.x, 0, w-&gt;rect.cols };</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L356'>y</a> 356 src/filemanager/chattr.c fileattrtext_new (int y, int x, const char *filename, unsigned long attr)</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L358'>y</a> 358 src/filemanager/chattr.c WRect r = { y, x, 2, 1 };</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L452'>y</a> 452 src/filemanager/chattr.c tty_fill_region (w-&gt;rect.y, w-&gt;rect.x - 1, w-&gt;rect.lines, w-&gt;rect.cols + 1, ' ');</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L956'>y</a> 956 src/filemanager/chattr.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L989'>y</a> 989 src/filemanager/chattr.c y = 2;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L990'>y</a> 990 src/filemanager/chattr.c file_attr = fileattrtext_new (y, wx, fname, attr);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L992'>y</a> 992 src/filemanager/chattr.c y += WIDGET (file_attr)-&gt;rect.lines;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L993'>y</a> 993 src/filemanager/chattr.c group_add_widget (dg, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1006'>y</a> 1006 src/filemanager/chattr.c rect_init (&amp;r, y++, wx, checkboxes_lines &gt; 0 ? checkboxes_lines : 1, cols);</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1010'>y</a> 1010 src/filemanager/chattr.c y += checkboxes_lines - 1;</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1016'>y</a> 1016 src/filemanager/chattr.c group_add_widget (dg, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1018'>y</a> 1018 src/filemanager/chattr.c chattr_but[i].button = WIDGET (button_new (y, 1, chattr_but[i].ret_cmd, chattr_but[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1025'>y</a> 1025 src/filemanager/chattr.c chattr_but[i].button = WIDGET (button_new (y++, 1, chattr_but[i].ret_cmd,</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L105'>y</a> 105 src/filemanager/chmod.c int y; // vertical position relatively to dialog bottom boundary</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L195'>y</a> 195 src/filemanager/chmod.c int y, x;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L202'>y</a> 202 src/filemanager/chmod.c y = WIDGET (file_gb)-&gt;rect.y + 1;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L205'>y</a> 205 src/filemanager/chmod.c tty_gotoyx (y, x);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L207'>y</a> 207 src/filemanager/chmod.c tty_gotoyx (y + 2, x);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L209'>y</a> 209 src/filemanager/chmod.c tty_gotoyx (y + 4, x);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L211'>y</a> 211 src/filemanager/chmod.c tty_gotoyx (y + 6, x);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L299'>y</a> 299 src/filemanager/chmod.c int i, y;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L343'>y</a> 343 src/filemanager/chmod.c y = PY + 2;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L346'>y</a> 346 src/filemanager/chmod.c group_add_widget (g, label_new (y, cols, c_fname));</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L348'>y</a> 348 src/filemanager/chmod.c statl = label_new (y + 2, cols, buffer);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L351'>y</a> 351 src/filemanager/chmod.c group_add_widget (g, label_new (y + 4, cols, c_fown));</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L353'>y</a> 353 src/filemanager/chmod.c group_add_widget (g, label_new (y + 6, cols, c_fgrp));</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L359'>y</a> 359 src/filemanager/chmod.c y = lines - chmod_but[i].y;</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L362'>y</a> 362 src/filemanager/chmod.c group_add_widget (g, hline_new (y - 1, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L364'>y</a> 364 src/filemanager/chmod.c b = button_new (y, 1, chmod_but[i].ret_cmd, chmod_but[i].flags, chmod_but[i].text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L368'>y</a> 368 src/filemanager/chmod.c b = button_new (y, 1, chmod_but[i].ret_cmd, chmod_but[i].flags, chmod_but[i].text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L79'>y</a> 79 src/filemanager/chown.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L92'>y</a> 92 src/filemanager/chown.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L128'>y</a> 128 src/filemanager/chown.c int y = 3;</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L133'>y</a> 133 src/filemanager/chown.c widget_gotoyx (h, y + 0, x);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L135'>y</a> 135 src/filemanager/chown.c widget_gotoyx (h, y + 2, x);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L137'>y</a> 137 src/filemanager/chown.c widget_gotoyx (h, y + 4, x);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L139'>y</a> 139 src/filemanager/chown.c widget_gotoyx (h, y + 6, x);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L141'>y</a> 141 src/filemanager/chown.c widget_gotoyx (h, y + 8, x);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L171'>y</a> 171 src/filemanager/chown.c const int y = WIDGET (g)-&gt;rect.lines - chown_but[first].y;</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L173'>y</a> 173 src/filemanager/chown.c group_add_widget (g, hline_new (y - 1, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L178'>y</a> 178 src/filemanager/chown.c button_new (y, 1, chown_but[i].ret_cmd, chown_but[i].flags, chown_but[i].text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L241'>y</a> 241 src/filemanager/chown.c chown_label[i].l = label_new (chown_label[i].y, 7 + GW * 2, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L206'>y</a> 206 src/filemanager/command.c command_new (int y, int x, int cols)</span>
<span class='curline'><a href='../S/src--filemanager--command.c.html#L211'>y</a> 211 src/filemanager/command.c cmd = input_new (y, x, command_colors, cols, "", "cmdline",</span>
<span class='curline'><a href='../S/src--filemanager--command.h.html#L22'>y</a> 22 src/filemanager/command.h WInput *command_new (int y, int x, int len);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L201'>y</a> 201 src/filemanager/file.c int y, x;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L204'>y</a> 204 src/filemanager/file.c y = wd-&gt;rect.y + 5;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L212'>y</a> 212 src/filemanager/file.c r.y = y;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L224'>y</a> 224 src/filemanager/file.c r.y = y;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L229'>y</a> 229 src/filemanager/file.c r.y = y;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L426'>y</a> 426 src/filemanager/filegui.c #define WY(i) W (i)-&gt;rect.y</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L429'>y</a> 429 src/filemanager/filegui.c #define NEW_LABEL(i, text) W (i) = WIDGET (label_new (dlg_widgets[i].y, dlg_widgets[i].x, text))</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L436'>y</a> 436 src/filemanager/filegui.c W (i) = WIDGET (button_new (dlg_widgets[i].y, dlg_widgets[i].x, dlg_widgets[i].value, \</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L450'>y</a> 450 src/filemanager/filegui.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L573'>y</a> 573 src/filemanager/filegui.c WIDGET (check_new (dlg_widgets[14].y, dlg_widgets[14].x, FALSE, dlg_widgets[14].text));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L653'>y</a> 653 src/filemanager/filegui.c group_add_widget (g, hline_new (WY (7) - wd-&gt;rect.y + 1, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L663'>y</a> 663 src/filemanager/filegui.c group_add_widget (g, hline_new (WY (10) - wd-&gt;rect.y + 1, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L670'>y</a> 670 src/filemanager/filegui.c group_add_widget (g, hline_new (WY (19) - wd-&gt;rect.y + 1, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L869'>y</a> 869 src/filemanager/filegui.c int y = 2, x = 3;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L902'>y</a> 902 src/filemanager/filegui.c ui-&gt;src_file_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L905'>y</a> 905 src/filemanager/filegui.c ui-&gt;src_file = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L908'>y</a> 908 src/filemanager/filegui.c ui-&gt;tgt_file_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L911'>y</a> 911 src/filemanager/filegui.c ui-&gt;tgt_file = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L914'>y</a> 914 src/filemanager/filegui.c ui-&gt;progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L919'>y</a> 919 src/filemanager/filegui.c ui-&gt;progress_file_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L924'>y</a> 924 src/filemanager/filegui.c ui-&gt;total_bytes_label = hline_new (y++, -1, -1);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L930'>y</a> 930 src/filemanager/filegui.c gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L937'>y</a> 937 src/filemanager/filegui.c ui-&gt;total_files_processed_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L940'>y</a> 940 src/filemanager/filegui.c ui-&gt;time_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L946'>y</a> 946 src/filemanager/filegui.c ui-&gt;src_file = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L949'>y</a> 949 src/filemanager/filegui.c ui-&gt;total_files_processed_label = label_new (y++, x, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L953'>y</a> 953 src/filemanager/filegui.c group_add_widget (g, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L956'>y</a> 956 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[0].action, progress_buttons[0].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L962'>y</a> 962 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[1].action, progress_buttons[1].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L971'>y</a> 971 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[2].action, progress_buttons[2].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L979'>y</a> 979 src/filemanager/filegui.c WIDGET (button_new (y, 0, progress_buttons[3].action, progress_buttons[3].flags,</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L993'>y</a> 993 src/filemanager/filegui.c r.lines = y + 3;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1628'>y</a> 1628 src/filemanager/find.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1656'>y</a> 1656 src/filemanager/find.c y = 2;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1657'>y</a> 1657 src/filemanager/find.c find_list = listbox_new (y, 2, lines - 10, cols - 4, FALSE, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1659'>y</a> 1659 src/filemanager/find.c y += WIDGET (find_list)-&gt;rect.lines;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1661'>y</a> 1661 src/filemanager/find.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1663'>y</a> 1663 src/filemanager/find.c found_num_label = label_new (y++, 4, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1666'>y</a> 1666 src/filemanager/find.c status_label = label_new (y++, 4, _ ("Searching"));</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1669'>y</a> 1669 src/filemanager/find.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1677'>y</a> 1677 src/filemanager/find.c fbuts[i].button = WIDGET (button_new (y, fbuts[i].x, fbuts[i].ret_cmd, fbuts[i].flags,</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1683'>y</a> 1683 src/filemanager/find.c y++;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L167'>y</a> 167 src/filemanager/hotlist.c int ret_cmd, flags, y, x, len;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L709'>y</a> 709 src/filemanager/hotlist.c row = hotlist_but[i].y;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L725'>y</a> 725 src/filemanager/hotlist.c row = hotlist_but[i].y;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L751'>y</a> 751 src/filemanager/hotlist.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L780'>y</a> 780 src/filemanager/hotlist.c y = UY;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L781'>y</a> 781 src/filemanager/hotlist.c hotlist_group = groupbox_new (y, UX, lines - 10 + dh, cols - 2 * UX, _ ("Top level group"));</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L785'>y</a> 785 src/filemanager/hotlist.c l_hotlist = listbox_new (y + 1, UX + 1, hotlist_widget-&gt;rect.lines - 2,</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L803'>y</a> 803 src/filemanager/hotlist.c y += hotlist_widget-&gt;rect.lines;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L805'>y</a> 805 src/filemanager/hotlist.c path_box = groupbox_new (y, UX, 3, hotlist_widget-&gt;rect.cols, _ ("Directory path"));</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L808'>y</a> 808 src/filemanager/hotlist.c pname = label_new (y + 1, UX + 2, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L810'>y</a> 810 src/filemanager/hotlist.c y += WIDGET (path_box)-&gt;rect.lines;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L812'>y</a> 812 src/filemanager/hotlist.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L817'>y</a> 817 src/filemanager/hotlist.c button_new (y + hotlist_but[i].y, UX + hotlist_but[i].x,</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L833'>y</a> 833 src/filemanager/hotlist.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L850'>y</a> 850 src/filemanager/hotlist.c y = UY;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L851'>y</a> 851 src/filemanager/hotlist.c movelist_group = groupbox_new (y, UX, lines - 7, cols - 2 * UX, _ ("Directory label"));</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L855'>y</a> 855 src/filemanager/hotlist.c l_movelist = listbox_new (y + 1, UX + 1, movelist_widget-&gt;rect.lines - 2,</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L861'>y</a> 861 src/filemanager/hotlist.c y += movelist_widget-&gt;rect.lines;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L863'>y</a> 863 src/filemanager/hotlist.c group_add_widget_autopos (g, hline_new (y++, -1, -1), WPOS_KEEP_BOTTOM, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L868'>y</a> 868 src/filemanager/hotlist.c button_new (y + hotlist_but[i].y, UX + hotlist_but[i].x,</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L94'>y</a> 94 src/filemanager/info.c tty_draw_box (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L99'>y</a> 99 src/filemanager/info.c tty_draw_hline (w-&gt;rect.y + 2, w-&gt;rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ], w-&gt;rect.cols - 2);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L841'>y</a> 841 src/filemanager/layout.c start_y = r-&gt;y + (menubar_visible ? 1 : 0);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L890'>y</a> 890 src/filemanager/layout.c rb.y = r-&gt;lines - 1;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L966'>y</a> 966 src/filemanager/layout.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L997'>y</a> 997 src/filemanager/layout.c y = r-&gt;lines - 1 - (mc_global.keybar_visible ? 1 : 0);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L999'>y</a> 999 src/filemanager/layout.c widget_set_size (WIDGET (the_prompt), y, r-&gt;x, 1, prompt_width);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1001'>y</a> 1001 src/filemanager/layout.c widget_set_size (WIDGET (cmdline), y, r-&gt;x + prompt_width, 1, r-&gt;cols - prompt_width);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L75'>y</a> 75 src/filemanager/listmode.c int ret_cmd, flags, y, x;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L82'>y</a> 82 src/filemanager/listmode.c int y, x;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L224'>y</a> 224 src/filemanager/listmode.c button_new (listmode_but[i].y, listmode_but[i].x, listmode_but[i].ret_cmd,</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L231'>y</a> 231 src/filemanager/listmode.c pname = label_new (listmode_labels[i].y, listmode_labels[i].x, listmode_labels[i].text);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L785'>y</a> 785 src/filemanager/panel.c int y, x;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L787'>y</a> 787 src/filemanager/panel.c tty_getyx (&amp;y, &amp;x);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L788'>y</a> 788 src/filemanager/panel.c tty_draw_hline (y, x, ' ', width - length);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L997'>y</a> 997 src/filemanager/panel.c display_total_marked_size (const WPanel *panel, int y, int x, gboolean size_only)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1030'>y</a> 1030 src/filemanager/panel.c widget_gotoyx (w, y, x);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1042'>y</a> 1042 src/filemanager/panel.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1044'>y</a> 1044 src/filemanager/panel.c y = panel_lines (panel) + 2;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1049'>y</a> 1049 src/filemanager/panel.c display_total_marked_size (panel, y, -1, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1209'>y</a> 1209 src/filemanager/panel.c tty_draw_box (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1214'>y</a> 1214 src/filemanager/panel.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1216'>y</a> 1216 src/filemanager/panel.c y = panel_lines (panel) + 2;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1218'>y</a> 1218 src/filemanager/panel.c widget_gotoyx (w, y, 0);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1220'>y</a> 1220 src/filemanager/panel.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ],</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1222'>y</a> 1222 src/filemanager/panel.c widget_gotoyx (w, y, w-&gt;rect.cols - 1);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1535'>y</a> 1535 src/filemanager/panel.c int y, x;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1540'>y</a> 1540 src/filemanager/panel.c tty_getyx (&amp;y, &amp;x);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1542'>y</a> 1542 src/filemanager/panel.c tty_draw_hline (y, x, ' ', w-&gt;rect.cols - 2);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3486'>y</a> 3486 src/filemanager/panel.c history_descriptor_init (&amp;hd, WIDGET (panel)-&gt;rect.y, WIDGET (panel)-&gt;rect.x,</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3982'>y</a> 3982 src/filemanager/panel.c panel_mouse_is_on_item (const WPanel *panel, int y, int x)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3986'>y</a> 3986 src/filemanager/panel.c if (y &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3990'>y</a> 3990 src/filemanager/panel.c if (y &gt;= lines)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3997'>y</a> 3997 src/filemanager/panel.c y += panel-&gt;top + lines * col;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4000'>y</a> 4000 src/filemanager/panel.c if (y &gt;= panel-&gt;dir.len)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4004'>y</a> 4004 src/filemanager/panel.c return y;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4020'>y</a> 4020 src/filemanager/panel.c if (event-&gt;y == 0)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4045'>y</a> 4045 src/filemanager/panel.c if (event-&gt;y == 1)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4061'>y</a> 4061 src/filemanager/panel.c my_index = panel_mouse_is_on_item (panel, event-&gt;y - 2, event-&gt;x);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4098'>y</a> 4098 src/filemanager/panel.c &amp;&amp; panel_mouse_is_on_item (panel, event-&gt;y - 2, event-&gt;x) &gt;= 0)</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L181'>y</a> 181 src/filemanager/panelize.c int x, y;</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L205'>y</a> 205 src/filemanager/panelize.c y = UY;</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L206'>y</a> 206 src/filemanager/panelize.c group_add_widget (g, groupbox_new (y++, UX, 12, panelize_cols - UX * 2, ""));</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L208'>y</a> 208 src/filemanager/panelize.c l_panelize = listbox_new (y, UX + 1, 10, panelize_cols - UX * 2 - 2, FALSE, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L213'>y</a> 213 src/filemanager/panelize.c y += WIDGET (l_panelize)-&gt;rect.lines + 1;</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L214'>y</a> 214 src/filemanager/panelize.c group_add_widget (g, label_new (y++, UX, _ ("Command")));</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L215'>y</a> 215 src/filemanager/panelize.c pname = input_new (y++, UX, input_colors, panelize_cols - UX * 2, "", "in",</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L221'>y</a> 221 src/filemanager/panelize.c group_add_widget (g, hline_new (y++, -1, -1));</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L228'>y</a> 228 src/filemanager/panelize.c b = button_new (y, x, panelize_but[i].ret_cmd, panelize_but[i].flags, panelize_but[i].text,</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L243'>y</a> 243 src/filemanager/tree.c tty_draw_hline (w-&gt;rect.y + line, w-&gt;rect.x + 1, ' ', tree_cols);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L257'>y</a> 257 src/filemanager/tree.c tty_draw_hline (w-&gt;rect.y + line, w-&gt;rect.x + 1, ' ', tree_cols);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L273'>y</a> 273 src/filemanager/tree.c int x = 0, y = 0;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L280'>y</a> 280 src/filemanager/tree.c widget_gotoyx (w, y, x);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L284'>y</a> 284 src/filemanager/tree.c x = y = 1;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L345'>y</a> 345 src/filemanager/tree.c tty_draw_hline (w-&gt;rect.y + y + i, w-&gt;rect.x + x, ' ', tree_cols);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1122'>y</a> 1122 src/filemanager/tree.c tty_draw_box (w-&gt;rect.y, w-&gt;rect.x, w-&gt;rect.lines, w-&gt;rect.cols, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1126'>y</a> 1126 src/filemanager/tree.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1128'>y</a> 1128 src/filemanager/tree.c y = w-&gt;rect.lines - 3;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1129'>y</a> 1129 src/filemanager/tree.c widget_gotoyx (w, y, 0);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1131'>y</a> 1131 src/filemanager/tree.c widget_gotoyx (w, y, w-&gt;rect.cols - 1);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1133'>y</a> 1133 src/filemanager/tree.c tty_draw_hline (w-&gt;rect.y + y, w-&gt;rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ],</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1215'>y</a> 1215 src/filemanager/tree.c int y;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1217'>y</a> 1217 src/filemanager/tree.c y = event-&gt;y;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1219'>y</a> 1219 src/filemanager/tree.c y--;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1225'>y</a> 1225 src/filemanager/tree.c if (tree-&gt;is_panel &amp;&amp; event-&gt;y == WIDGET (w-&gt;owner)-&gt;rect.y)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1240'>y</a> 1240 src/filemanager/tree.c if (y &lt; 0)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1245'>y</a> 1245 src/filemanager/tree.c else if (y &gt;= lines)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1252'>y</a> 1252 src/filemanager/tree.c if (tree-&gt;tree_shown[y] != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1254'>y</a> 1254 src/filemanager/tree.c tree-&gt;selected_ptr = tree-&gt;tree_shown[y];</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1255'>y</a> 1255 src/filemanager/tree.c tree-&gt;topdiff = y;</span>
<span class='curline'><a href='../S/src--help.c.html#L358'>y</a> 358 src/help.c start_link_area (int x, int y, const char *link_name)</span>
<span class='curline'><a href='../S/src--help.c.html#L369'>y</a> 369 src/help.c la-&gt;y1 = y;</span>
<span class='curline'><a href='../S/src--help.c.html#L380'>y</a> 380 src/help.c end_link_area (int x, int y)</span>
<span class='curline'><a href='../S/src--help.c.html#L387'>y</a> 387 src/help.c la-&gt;y2 = y;</span>
<span class='curline'><a href='../S/src--help.c.html#L1038'>y</a> 1038 src/help.c int x, y;</span>
<span class='curline'><a href='../S/src--help.c.html#L1055'>y</a> 1055 src/help.c y = event-&gt;y - 1;</span>
<span class='curline'><a href='../S/src--help.c.html#L1063'>y</a> 1063 src/help.c if (y == la-&gt;y1 &amp;&amp; x &gt;= la-&gt;x1 &amp;&amp; y == la-&gt;y2 &amp;&amp; x &lt;= la-&gt;x2)</span>
<span class='curline'><a href='../S/src--help.c.html#L1070'>y</a> 1070 src/help.c if ((y == la-&gt;y1 &amp;&amp; x &gt;= la-&gt;x1) || (y == la-&gt;y2 &amp;&amp; x &lt;= la-&gt;x2))</span>
<span class='curline'><a href='../S/src--help.c.html#L1088'>y</a> 1088 src/help.c else if (y &lt; 0)</span>
<span class='curline'><a href='../S/src--help.c.html#L1090'>y</a> 1090 src/help.c else if (y &gt;= help_lines)</span>
<span class='curline'><a href='../S/src--help.c.html#L1092'>y</a> 1092 src/help.c else if (y &lt; help_lines / 2)</span>
<span class='curline'><a href='../S/src--help.c.html#L1198'>y</a> 1198 src/help.c WIDGET (help_bar)-&gt;rect.y -= wh-&gt;rect.y;</span>
<span class='curline'><a href='../S/src--learn.c.html#L263'>y</a> 263 src/learn.c int x, y, i;</span>
<span class='curline'><a href='../S/src--learn.c.html#L292'>y</a> 292 src/learn.c y = UY;</span>
<span class='curline'><a href='../S/src--learn.c.html#L310'>y</a> 310 src/learn.c WIDGET (button_new (y, x, B_USER + i, NARROW_BUTTON, buffer, learn_button));</span>
<span class='curline'><a href='../S/src--learn.c.html#L311'>y</a> 311 src/learn.c learnkeys[i].label = WIDGET (label_new (y, x + 19, NULL));</span>
<span class='curline'><a href='../S/src--learn.c.html#L315'>y</a> 315 src/learn.c y++;</span>
<span class='curline'><a href='../S/src--learn.c.html#L316'>y</a> 316 src/learn.c if (y == UY + ROWS)</span>
<span class='curline'><a href='../S/src--learn.c.html#L319'>y</a> 319 src/learn.c y = UY;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L73'>y</a> 73 src/vfs/extfs/extfs.c #define ERRNOR(x, y) \</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L77'>y</a> 77 src/vfs/extfs/extfs.c return y; \</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L653'>y</a> 653 src/viewer/ascii.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + ((off_t) col - dpy_text_column));</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L681'>y</a> 681 src/viewer/ascii.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + (i - dpy_text_column));</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L694'>y</a> 694 src/viewer/ascii.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + (i - dpy_text_column));</span>
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L876'>y</a> 876 src/viewer/ascii.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L132'>y</a> 132 src/viewer/display.c int top = view-&gt;status_area.y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L155'>y</a> 155 src/viewer/display.c tty_draw_hline (WIDGET (view)-&gt;rect.y + r-&gt;y, WIDGET (view)-&gt;rect.x + r-&gt;x, ' ', r-&gt;cols);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L163'>y</a> 163 src/viewer/display.c widget_gotoyx (view, r-&gt;y, r-&gt;cols - 32);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L178'>y</a> 178 src/viewer/display.c widget_gotoyx (view, r-&gt;y, r-&gt;x);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L253'>y</a> 253 src/viewer/display.c int height, rest, y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L260'>y</a> 260 src/viewer/display.c view_area.y = view-&gt;dpy_frame_size;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L285'>y</a> 285 src/viewer/display.c y = view_area.y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L287'>y</a> 287 src/viewer/display.c view-&gt;status_area.y = y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L288'>y</a> 288 src/viewer/display.c y += view-&gt;status_area.lines;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L292'>y</a> 292 src/viewer/display.c view-&gt;ruler_area.y = y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L293'>y</a> 293 src/viewer/display.c y += view-&gt;ruler_area.lines;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L296'>y</a> 296 src/viewer/display.c view-&gt;data_area.y = y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L297'>y</a> 297 src/viewer/display.c y += view-&gt;data_area.lines;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L300'>y</a> 300 src/viewer/display.c view-&gt;ruler_area.y = y;</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L345'>y</a> 345 src/viewer/display.c tty_draw_box (r-&gt;y, r-&gt;x, r-&gt;lines, r-&gt;cols, FALSE);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L391'>y</a> 391 src/viewer/display.c widget_gotoyx (view, r-&gt;y + line_row, r-&gt;x + c);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L400'>y</a> 400 src/viewer/display.c widget_gotoyx (view, r-&gt;y + nums_row, r-&gt;x + c - 1);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L159'>y</a> 159 src/viewer/hex.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L273'>y</a> 273 src/viewer/hex.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + col);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L343'>y</a> 343 src/viewer/hex.c widget_gotoyx (view, r-&gt;y + row, r-&gt;x + text_start + bytes);</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L95'>y</a> 95 src/viewer/mcviewer.c if (event-&gt;y == WIDGET (w-&gt;owner)-&gt;rect.y)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L139'>y</a> 139 src/viewer/mcviewer.c int y;</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L141'>y</a> 141 src/viewer/mcviewer.c y = event-&gt;y + 1; // FIXME</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L143'>y</a> 143 src/viewer/mcviewer.c if (y &lt; r-&gt;y + r-&gt;lines * 1 / 3)</span>
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L152'>y</a> 152 src/viewer/mcviewer.c else if (y &lt; r-&gt;y + r-&gt;lines * 2 / 3)</span>
<span class='curline'><a href='../S/src--viewer--move.c.html#L387'>y</a> 387 src/viewer/move.c widget_gotoyx (view, r-&gt;y + view-&gt;cursor_row, r-&gt;x + col);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L79'>y</a> 79 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.y, 21);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L82'>y</a> 82 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.y, 25);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L85'>y</a> 85 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.y, 30);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L88'>y</a> 88 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.y, 40);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L91'>y</a> 91 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.y, 55);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L99'>y</a> 99 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0-&gt;rect.y, 1);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L103'>y</a> 103 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)-&gt;rect.y, 5);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L106'>y</a> 106 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1-&gt;rect.y, 10);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L109'>y</a> 109 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)-&gt;rect.y, 20);</span>
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L112'>y</a> 112 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2-&gt;rect.y, 35);</span>
</pre>
</body>
</html>