mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
692 lines
118 KiB
HTML
692 lines
118 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>x</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--fs.h.html#L21'>x</a> 21 lib/fs.h #define S_ISREG(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L28'>x</a> 28 lib/fs.h #define S_ISDIR(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L36'>x</a> 36 lib/fs.h #define S_ISLNK(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L43'>x</a> 43 lib/fs.h #define S_ISSOCK(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L50'>x</a> 50 lib/fs.h #define S_ISFIFO(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L57'>x</a> 57 lib/fs.h #define S_ISCHR(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L64'>x</a> 64 lib/fs.h #define S_ISBLK(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L72'>x</a> 72 lib/fs.h #define S_ISDOOR(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L80'>x</a> 80 lib/fs.h #define S_ISNAM(x) 0</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L108'>x</a> 108 lib/fs.h #define DIR_IS_DOT(x) ((x)[0] == '.' && (x)[1] == '\0')</span>
|
|
<span class='curline'><a href='../S/lib--fs.h.html#L109'>x</a> 109 lib/fs.h #define DIR_IS_DOTDOT(x) ((x)[0] == '.' && (x)[1] == '.' && (x)[2] == '\0')</span>
|
|
<span class='curline'><a href='../S/lib--skin--hc-skins.c.html#L36'>x</a> 36 lib/skin/hc-skins.c #define set_lines(x, y) mc_config_set_string (mc_skin->config, "lines", x, y)</span>
|
|
<span class='curline'><a href='../S/lib--strutil.h.html#L45'>x</a> 45 lib/strutil.h #define IS_FIT(x) ((x) & 0x0010)</span>
|
|
<span class='curline'><a href='../S/lib--strutil.h.html#L46'>x</a> 46 lib/strutil.h #define MAKE_FIT(x) ((x) | 0x0010)</span>
|
|
<span class='curline'><a href='../S/lib--strutil.h.html#L47'>x</a> 47 lib/strutil.h #define HIDE_FIT(x) ((x) & 0x000f)</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L47'>x</a> 47 lib/strutil/xstrtol.c bkm_scale (uintmax_t *x, int scale_factor)</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L49'>x</a> 49 lib/strutil/xstrtol.c if (UINTMAX_MAX / scale_factor < *x)</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L51'>x</a> 51 lib/strutil/xstrtol.c *x = UINTMAX_MAX;</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L55'>x</a> 55 lib/strutil/xstrtol.c *x *= scale_factor;</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L62'>x</a> 62 lib/strutil/xstrtol.c bkm_scale_by_power (uintmax_t *x, int base, int power)</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L66'>x</a> 66 lib/strutil/xstrtol.c err |= bkm_scale (x, base);</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L761'>x</a> 761 lib/tty/key.c ev->x = tty_lowlevel_getch () - 32;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L774'>x</a> 774 lib/tty/key.c btn = ev->x = ev->y = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L787'>x</a> 787 lib/tty/key.c ev->x = 10 * ev->x + (c - '0');</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L1902'>x</a> 1902 lib/tty/key.c if (event->x > 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L1904'>x</a> 1904 lib/tty/key.c show_mouse_pointer (event->x, event->y);</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L1906'>x</a> 1906 lib/tty/key.c event->x = -1;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L2102'>x</a> 2102 lib/tty/key.c ev.x = -1;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.h.html#L26'>x</a> 26 lib/tty/key.h #define XCTRL(x) (KEY_M_CTRL | ((x) & 0x1F))</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.h.html#L27'>x</a> 27 lib/tty/key.h #define ALT(x) (KEY_M_ALT | (unsigned int) (x))</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L69'>x</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'>x</a> 73 lib/tty/mouse.c Gpm_DrawPointer (x, y, gpm_consolefd);</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L75'>x</a> 75 lib/tty/mouse.c (void) x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L85'>x</a> 85 lib/tty/mouse.h int buttons, x, y;</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.h.html#L115'>x</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'>x</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#L71'>x</a> 71 lib/tty/tty-ncurses.c #define CTRL(x) ((x) & 0x1f)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L74'>x</a> 74 lib/tty/tty-ncurses.c #define yx_in_screen(y, x) (y >= 0 && y < LINES && x >= 0 && x < COLS)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L131'>x</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#L143'>x</a> 143 lib/tty/tty-ncurses.c if (*x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L145'>x</a> 145 lib/tty/tty-ncurses.c *cols += *x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L150'>x</a> 150 lib/tty/tty-ncurses.c *x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L159'>x</a> 159 lib/tty/tty-ncurses.c if (*x + *cols > COLS)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L160'>x</a> 160 lib/tty/tty-ncurses.c *cols = COLS - *x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L487'>x</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#L490'>x</a> 490 lib/tty/tty-ncurses.c mc_curs_col = x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L497'>x</a> 497 lib/tty/tty-ncurses.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L498'>x</a> 498 lib/tty/tty-ncurses.c x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L499'>x</a> 499 lib/tty/tty-ncurses.c if (x >= COLS)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L500'>x</a> 500 lib/tty/tty-ncurses.c x = COLS - 1;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L502'>x</a> 502 lib/tty/tty-ncurses.c move (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L517'>x</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'>x</a> 521 lib/tty/tty-ncurses.c if (y < 0 || y >= LINES || x >= COLS)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L524'>x</a> 524 lib/tty/tty-ncurses.c x1 = x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L526'>x</a> 526 lib/tty/tty-ncurses.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L528'>x</a> 528 lib/tty/tty-ncurses.c len += x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L531'>x</a> 531 lib/tty/tty-ncurses.c x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L534'>x</a> 534 lib/tty/tty-ncurses.c move (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L545'>x</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'>x</a> 549 lib/tty/tty-ncurses.c if (x < 0 || x >= COLS || y >= LINES)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L562'>x</a> 562 lib/tty/tty-ncurses.c move (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L564'>x</a> 564 lib/tty/tty-ncurses.c move (y1, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L567'>x</a> 567 lib/tty/tty-ncurses.c mc_curs_col = x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L573'>x</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'>x</a> 577 lib/tty/tty-ncurses.c if (!tty_clip (&y, &x, &rows, &cols))</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L582'>x</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'>x</a> 586 lib/tty/tty-ncurses.c move (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L589'>x</a> 589 lib/tty/tty-ncurses.c mc_curs_col = x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L595'>x</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'>x</a> 603 lib/tty/tty-ncurses.c if (!use_colors || !tty_clip (&y, &x, &rows, &cols))</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L611'>x</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'>x</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#L625'>x</a> 625 lib/tty/tty-ncurses.c (void) x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L471'>x</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'>x</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'>x</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'>x</a> 492 lib/tty/tty-slang.c if (y < 0 || y >= LINES || x >= COLS)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L495'>x</a> 495 lib/tty/tty-slang.c x1 = x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L497'>x</a> 497 lib/tty/tty-slang.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L499'>x</a> 499 lib/tty/tty-slang.c len += x;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L502'>x</a> 502 lib/tty/tty-slang.c x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L505'>x</a> 505 lib/tty/tty-slang.c SLsmg_gotorc (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L519'>x</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'>x</a> 523 lib/tty/tty-slang.c if (x < 0 || x >= COLS || y >= LINES)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L536'>x</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'>x</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#L552'>x</a> 552 lib/tty/tty-slang.c SLsmg_gotorc (y1, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L558'>x</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'>x</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'>x</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'>x</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-slang.h.html#L9'>x</a> 9 lib/tty/tty-slang.h #define KEY_F(x) (1000 + x)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L232'>x</a> 232 lib/tty/tty.c char x[16];</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L235'>x</a> 235 lib/tty/tty.c n = read (sigwinch_pipe[0], &x, sizeof (x));</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L265'>x</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#L276'>x</a> 276 lib/tty/tty.c x2 = x + xs;</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L278'>x</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#L280'>x</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#L281'>x</a> 281 lib/tty/tty.c tty_draw_hline (y2, 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'>x</a> 282 lib/tty/tty.c tty_gotoyx (y, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L284'>x</a> 284 lib/tty/tty.c tty_gotoyx (y2, x);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L295'>x</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'>x</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'>x</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'>x</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'>x</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'>x</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'>x</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'>x</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'>x</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#L330'>x</a> 330 lib/util.c static char x[BUF_TINY];</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L351'>x</a> 351 lib/util.c g_snprintf (x, sizeof (x), "%.0f %s", 1.0 * size / divisor, xtra);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L352'>x</a> 352 lib/util.c return x;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L360'>x</a> 360 lib/util.c static char x[60];</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L367'>x</a> 367 lib/util.c d = x + sizeof (x) - 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L87'>x</a> 87 lib/vfs/direntry.c #define CALL(x) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L88'>x</a> 88 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->x != NULL) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L89'>x</a> 89 lib/vfs/direntry.c VFS_SUBCLASS (me)->x</span>
|
|
<span class='curline'><a href='../S/lib--widget--background.c.html#L78'>x</a> 78 lib/widget/background.c tty_fill_region (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, b->pattern);</span>
|
|
<span class='curline'><a href='../S/lib--widget--background.c.html#L108'>x</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'>x</a> 111 lib/widget/background.c WRect r = { y, x, lines, cols };</span>
|
|
<span class='curline'><a href='../S/lib--widget--background.h.html#L11'>x</a> 11 lib/widget/background.h #define BACKGROUND(x) ((WBackground *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--background.h.html#L12'>x</a> 12 lib/widget/background.h #define CONST_BACKGROUND(x) ((const WBackground *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--background.h.html#L30'>x</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'>x</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'>x</a> 209 lib/widget/button.c WRect r = { y, x, 1, 1 };</span>
|
|
<span class='curline'><a href='../S/lib--widget--button.h.html#L11'>x</a> 11 lib/widget/button.h #define BUTTON(x) ((WButton *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--button.h.html#L46'>x</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--buttonbar.c.html#L124'>x</a> 124 lib/widget/buttonbar.c buttonbar_get_button_by_x_coord (const WButtonBar *bb, int x)</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L129'>x</a> 129 lib/widget/buttonbar.c if (bb->labels[i].end_coord > x)</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L228'>x</a> 228 lib/widget/buttonbar.c button = buttonbar_get_button_by_x_coord (bb, event->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.h.html#L11'>x</a> 11 lib/widget/buttonbar.h #define BUTTONBAR(x) ((WButtonBar *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.c.html#L138'>x</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'>x</a> 140 lib/widget/check.c WRect r = { y, x, 1, 1 };</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.h.html#L11'>x</a> 11 lib/widget/check.h #define CHECK(x) ((WCheck *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.h.html#L28'>x</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#L255'>x</a> 255 lib/widget/dialog.c event.x = -1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L351'>x</a> 351 lib/widget/dialog.c if (event->y < 0 || event->y >= w->rect.lines || event->x < 0 || event->x >= w->rect.cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.h.html#L20'>x</a> 20 lib/widget/dialog.h #define DIALOG(x) ((WDialog *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.h.html#L21'>x</a> 21 lib/widget/dialog.h #define CONST_DIALOG(x) ((const WDialog *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.c.html#L78'>x</a> 78 lib/widget/frame.c tty_draw_box_shadow (w->y, w->x, w->lines, w->cols, CORE_SHADOW_COLOR);</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.c.html#L81'>x</a> 81 lib/widget/frame.c tty_fill_region (w->y, w->x, w->lines, w->cols, ' ');</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.c.html#L83'>x</a> 83 lib/widget/frame.c tty_draw_box (w->y + d, w->x + d, w->lines - 2 * d, w->cols - 2 * d, f->single);</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.c.html#L99'>x</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'>x</a> 101 lib/widget/frame.c WRect r = { y, x, lines, cols };</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.h.html#L11'>x</a> 11 lib/widget/frame.h #define FRAME(x) ((WFrame *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.h.html#L12'>x</a> 12 lib/widget/frame.h #define CONST_FRAME(x) ((const WFrame *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--frame.h.html#L37'>x</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'>x</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'>x</a> 133 lib/widget/gauge.c WRect r = { y, x, 1, cols };</span>
|
|
<span class='curline'><a href='../S/lib--widget--gauge.h.html#L11'>x</a> 11 lib/widget/gauge.h #define GAUGE(x) ((WGauge *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--gauge.h.html#L30'>x</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#L396'>x</a> 396 lib/widget/group.c r.x = g->x + (g->cols - c->rect.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L399'>x</a> 399 lib/widget/group.c r.x += wss->shift_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L403'>x</a> 403 lib/widget/group.c r.x += wss->shift_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L405'>x</a> 405 lib/widget/group.c r.x += wss->shift_x + wss->scale_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L442'>x</a> 442 lib/widget/group.c wss.shift_x = w->x - or.x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L774'>x</a> 774 lib/widget/group.c ww->rect.x = (wg->rect.cols - ww->rect.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.h.html#L16'>x</a> 16 lib/widget/group.h #define GROUP(x) ((WGroup *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.h.html#L17'>x</a> 17 lib/widget/group.h #define CONST_GROUP(x) ((const WGroup *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L75'>x</a> 75 lib/widget/groupbox.c tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L100'>x</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'>x</a> 102 lib/widget/groupbox.c WRect r = { y, x, height, width };</span>
|
|
<span class='curline'><a href='../S/lib--widget--groupbox.h.html#L11'>x</a> 11 lib/widget/groupbox.h #define GROUPBOX(x) ((WGroupbox *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--groupbox.h.html#L27'>x</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#L66'>x</a> 66 lib/widget/history.c int x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L83'>x</a> 83 lib/widget/history.c int x = 0, y, he, wi;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L106'>x</a> 106 lib/widget/history.c if (data->x > 2)</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L107'>x</a> 107 lib/widget/history.c x = data->x - 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L111'>x</a> 111 lib/widget/history.c if ((wi + x) > COLS)</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L114'>x</a> 114 lib/widget/history.c x = COLS - wi;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L117'>x</a> 117 lib/widget/history.c rect_init (&r, y, x, he, wi);</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L263'>x</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#L267'>x</a> 267 lib/widget/history.c hd->x = x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.c.html#L302'>x</a> 302 lib/widget/history.c hist_data.x = hd->x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.h.html#L27'>x</a> 27 lib/widget/history.h int x; // x-coordinate to place history window</span>
|
|
<span class='curline'><a href='../S/lib--widget--history.h.html#L47'>x</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#L73'>x</a> 73 lib/widget/hline.c w->x = wo->x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L78'>x</a> 78 lib/widget/hline.c w->x = wo->x + 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L113'>x</a> 113 lib/widget/hline.c tty_draw_hline (w->rect.y, w->rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ], w->rect.cols - 2);</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.c.html#L147'>x</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'>x</a> 149 lib/widget/hline.c WRect r = { y, x, 1, width };</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.h.html#L11'>x</a> 11 lib/widget/hline.h #define HLINE(x) ((WHLine *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--hline.h.html#L29'>x</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'>x</a> 162 lib/widget/input.c history_descriptor_init (&hd, WIDGET (in)->rect.y, WIDGET (in)->rect.x, in->history.list,</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L885'>x</a> 885 lib/widget/input.c input_screen_to_point (const WInput *in, int x)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L887'>x</a> 887 lib/widget/input.c x += in->term_first_shown;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L889'>x</a> 889 lib/widget/input.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L892'>x</a> 892 lib/widget/input.c if (x < str_term_width1 (in->buffer->str))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L893'>x</a> 893 lib/widget/input.c return str_column_to_pos (in->buffer->str, x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L912'>x</a> 912 lib/widget/input.c if (event->x >= w->rect.cols - HISTORY_BUTTON_WIDTH && should_show_history_button (in))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L918'>x</a> 918 lib/widget/input.c input_set_point (in, input_screen_to_point (in, event->x));</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L929'>x</a> 929 lib/widget/input.c input_set_point (in, input_screen_to_point (in, event->x));</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L955'>x</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'>x</a> 958 lib/widget/input.c WRect r = { y, x, 1, width };</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.h.html#L13'>x</a> 13 lib/widget/input.h #define INPUT(x) ((WInput *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.h.html#L86'>x</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'>x</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#L1209'>x</a> 1209 lib/widget/input_complete.c start_x = WIDGET (in)->rect.x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1226'>x</a> 1226 lib/widget/input_complete.c x = start - in->term_first_shown - 2 + start_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1228'>x</a> 1228 lib/widget/input_complete.c if (x + w > COLS)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1229'>x</a> 1229 lib/widget/input_complete.c x = COLS - w;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1230'>x</a> 1230 lib/widget/input_complete.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1231'>x</a> 1231 lib/widget/input_complete.c x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1232'>x</a> 1232 lib/widget/input_complete.c if (x + w > COLS)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1238'>x</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#L133'>x</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'>x</a> 135 lib/widget/label.c WRect r = { y, x, 1, 1 };</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.h.html#L11'>x</a> 11 lib/widget/label.h #define LABEL(x) ((WLabel *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--label.h.html#L29'>x</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#L557'>x</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'>x</a> 559 lib/widget/listbox.c WRect r = { y, x, 1, width };</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L11'>x</a> 11 lib/widget/listbox.h #define LISTBOX(x) ((WListbox *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L12'>x</a> 12 lib/widget/listbox.h #define LENTRY(x) ((WLEntry *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L63'>x</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#L52'>x</a> 52 lib/widget/menu.c #define MENUENTRY(x) ((menu_entry_t *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L53'>x</a> 53 lib/widget/menu.c #define MENU(x) ((menu_t *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L132'>x</a> 132 lib/widget/menu.c int x = menu->start_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L134'>x</a> 134 lib/widget/menu.c if (x + menu->max_entry_len + 3 > (gsize) w->cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L135'>x</a> 135 lib/widget/menu.c x = w->cols - menu->max_entry_len - 3;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L142'>x</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'>x</a> 144 lib/widget/menu.c tty_draw_hline (w->y + y, w->x + x, mc_tty_frm[MC_TTY_FRM_HORIZ], menu->max_entry_len + 2);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L145'>x</a> 145 lib/widget/menu.c widget_gotoyx (menubar, y, x + menu->max_entry_len + 2);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L154'>x</a> 154 lib/widget/menu.c widget_gotoyx (menubar, y, x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L172'>x</a> 172 lib/widget/menu.c widget_gotoyx (menubar, y, x + menu->max_hotkey_len + 3);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L177'>x</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'>x</a> 196 lib/widget/menu.c tty_draw_box_shadow (w->y + 1, w->x + column, count + 2, menu->max_entry_len + 4,</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L200'>x</a> 200 lib/widget/menu.c tty_draw_box (w->y + 1, w->x + column, count + 2, menu->max_entry_len + 4, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L230'>x</a> 230 lib/widget/menu.c tty_draw_hline (w->y, w->x, ' ', w->cols);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L713'>x</a> 713 lib/widget/menu.c menubar_get_menu_by_x_coord (const WMenuBar *menubar, int x)</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L718'>x</a> 718 lib/widget/menu.c for (i = 0, menu = menubar->menu; menu != NULL && x >= MENU (menu->data)->start_x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L732'>x</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'>x</a> 752 lib/widget/menu.c return (x >= left_x && x < right_x && y > 1 && y < bottom_y);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L785'>x</a> 785 lib/widget/menu.c mouse_on_drop = menubar_mouse_on_menu (menubar, event->y, event->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L797'>x</a> 797 lib/widget/menu.c selected = menubar_get_menu_by_x_coord (menubar, event->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L850'>x</a> 850 lib/widget/menu.c menubar_drop (menubar, menubar_get_menu_by_x_coord (menubar, event->x));</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.h.html#L14'>x</a> 14 lib/widget/menu.h #define MENUBAR(x) ((WMenuBar *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L66'>x</a> 66 lib/widget/mouse.c event->x = global_gpm->x - w->rect.x - 1; // '-1' because Gpm_Event is 1-based.</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.h.html#L43'>x</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'>x</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'>x</a> 69 lib/widget/quick.c in = input_new (y, x, input_colors, 8, qw->u.input.text, qw->u.input.histname,</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L81'>x</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'>x</a> 96 lib/widget/quick.c label.widget = WIDGET (label_new (*y, x, quick_widget->u.input.label_text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L100'>x</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'>x</a> 108 lib/widget/quick.c label.widget = WIDGET (label_new (*y, x, quick_widget->u.input.label_text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L111'>x</a> 111 lib/widget/quick.c in.widget = WIDGET (quick_create_input (*y, x + label.widget->rect.cols + 1, quick_widget));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L119'>x</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'>x</a> 124 lib/widget/quick.c WIDGET (label_new (*y, x + in.widget->rect.cols + 1, quick_widget->u.input.label_text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L131'>x</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'>x</a> 135 lib/widget/quick.c label.widget = WIDGET (label_new (++(*y), x, quick_widget->u.input.label_text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L162'>x</a> 162 lib/widget/quick.c int x, y; // current positions</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L188'>x</a> 188 lib/widget/quick.c x = x1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L202'>x</a> 202 lib/widget/quick.c check_new (++y, x, *quick_widget->u.checkbox.state, quick_widget->u.checkbox.text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L216'>x</a> 216 lib/widget/quick.c ++y, x, quick_widget->u.button.action,</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L234'>x</a> 234 lib/widget/quick.c quick_create_labeled_input (widgets, &y, x, quick_widget, &width);</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L239'>x</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'>x</a> 252 lib/widget/quick.c item.widget = WIDGET (label_new (++y, x, quick_widget->u.label.text));</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L275'>x</a> 275 lib/widget/quick.c r = radio_new (++y, x, quick_widget->u.radio.count, (const char **) items);</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L293'>x</a> 293 lib/widget/quick.c g = groupbox_new (++y, x, 1, len + 4, quick_widget->u.groupbox.title);</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L316'>x</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#L328'>x</a> 328 lib/widget/quick.c x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L334'>x</a> 334 lib/widget/quick.c x = x1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L358'>x</a> 358 lib/widget/quick.c y, x++, quick_widget->u.button.action,</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L399'>x</a> 399 lib/widget/quick.c if (quick_dlg->rect.x == -1 || quick_dlg->rect.y == -1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L404'>x</a> 404 lib/widget/quick.c dd = dlg_create (TRUE, quick_dlg->rect.y, quick_dlg->rect.x, y + 3, quick_dlg->rect.cols,</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L412'>x</a> 412 lib/widget/quick.c x = (WIDGET (dd)->rect.cols - blen) / 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L440'>x</a> 440 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L441'>x</a> 441 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L443'>x</a> 443 lib/widget/quick.c r->x += 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L450'>x</a> 450 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L451'>x</a> 451 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L453'>x</a> 453 lib/widget/quick.c r->x += 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L457'>x</a> 457 lib/widget/quick.c r->x = x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L458'>x</a> 458 lib/widget/quick.c x += r->cols + 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L476'>x</a> 476 lib/widget/quick.c r->x = label->rect.x + label->rect.cols + 1 - WIDGET (label->owner)->rect.x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L481'>x</a> 481 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L482'>x</a> 482 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L484'>x</a> 484 lib/widget/quick.c r->x += 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L486'>x</a> 486 lib/widget/quick.c label->rect.x = r->x + r->cols + 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L490'>x</a> 490 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L491'>x</a> 491 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L493'>x</a> 493 lib/widget/quick.c r->x += 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L507'>x</a> 507 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L508'>x</a> 508 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L526'>x</a> 526 lib/widget/quick.c r->x = wg->rect.x + 1 - WIDGET (wg->owner)->rect.x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L532'>x</a> 532 lib/widget/quick.c if (r->x != x1)</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L533'>x</a> 533 lib/widget/quick.c r->x = x2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--quick.c.html#L534'>x</a> 534 lib/widget/quick.c r->x--;</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L169'>x</a> 169 lib/widget/radio.c tty_draw_hline (w->rect.y + i, w->rect.x, ' ', w->rect.cols);</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L216'>x</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'>x</a> 218 lib/widget/radio.c WRect r0 = { y, x, count, 1 };</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.h.html#L13'>x</a> 13 lib/widget/radio.h #define RADIO(x) ((WRadio *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.h.html#L34'>x</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'>x</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'>x</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'>x</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#L89'>x</a> 89 lib/widget/rect.c r->x = x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L107'>x</a> 107 lib/widget/rect.c r->x += dx;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L143'>x</a> 143 lib/widget/rect.c r->x -= dc;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L162'>x</a> 162 lib/widget/rect.c int y, x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L167'>x</a> 167 lib/widget/rect.c x = r->x + r->cols;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L169'>x</a> 169 lib/widget/rect.c x1 = r1->x + r1->cols;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L173'>x</a> 173 lib/widget/rect.c x = MIN (x, x1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L177'>x</a> 177 lib/widget/rect.c r->x = MAX (r->x, r1->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L181'>x</a> 181 lib/widget/rect.c r->cols = x - r->x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L198'>x</a> 198 lib/widget/rect.c int x, y;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L203'>x</a> 203 lib/widget/rect.c x = r->x + r->cols;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L205'>x</a> 205 lib/widget/rect.c x1 = r1->x + r1->cols;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L209'>x</a> 209 lib/widget/rect.c x = MAX (x, x1);</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L213'>x</a> 213 lib/widget/rect.c r->x = MIN (r->x, r1->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L217'>x</a> 217 lib/widget/rect.c r->cols = x - r->x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L233'>x</a> 233 lib/widget/rect.c return !((r2->x >= r1->x + r1->cols) || (r1->x >= r2->x + r2->cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.c.html#L250'>x</a> 250 lib/widget/rect.c return (r1->y == r2->y && r1->x == r2->x && r1->lines == r2->lines && r1->cols == r2->cols);</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.h.html#L11'>x</a> 11 lib/widget/rect.h #define RECT(x) ((WRect *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.h.html#L12'>x</a> 12 lib/widget/rect.h #define CONST_RECT(x) ((const WRect *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.h.html#L24'>x</a> 24 lib/widget/rect.h int x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--rect.h.html#L33'>x</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'>x</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#L397'>x</a> 397 lib/widget/widget-common.c r->x = 0;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L404'>x</a> 404 lib/widget/widget-common.c r->x = (COLS - r->cols) / 2;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L431'>x</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'>x</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'>x</a> 480 lib/widget/widget-common.c tty_fill_region (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, ' ');</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L690'>x</a> 690 lib/widget/widget-common.c rect_move (&w->rect, delta->y, delta->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L692'>x</a> 692 lib/widget/widget-common.c rect_move (&w->rect, WIDGET (w->owner)->rect.y, WIDGET (w->owner)->rect.x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L709'>x</a> 709 lib/widget/widget-common.c rect_move (&w->rect, -delta->y, -delta->x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L711'>x</a> 711 lib/widget/widget-common.c rect_move (&w->rect, -WIDGET (w->owner)->rect.y, -WIDGET (w->owner)->rect.x);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L883'>x</a> 883 lib/widget/widget-common.c local.x = global->x - w->rect.x;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L897'>x</a> 897 lib/widget/widget-common.c return (event->x > r->x) && (event->y > r->y) && (event->x <= r->x + r->cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L15'>x</a> 15 lib/widget/widget-common.h #define WIDGET(x) ((Widget *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L16'>x</a> 16 lib/widget/widget-common.h #define CONST_WIDGET(x) ((const Widget *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L19'>x</a> 19 lib/widget/widget-common.h tty_gotoyx (CONST_WIDGET (w)->rect.y + (_y), CONST_WIDGET (w)->rect.x + (_x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L213'>x</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#L299'>x</a> 299 lib/widget/wtools.c WIDGET (button)->rect.x = cols;</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L638'>x</a> 638 lib/widget/wtools.c event.x = -1; // Don't show the GPM cursor</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.h.html#L17'>x</a> 17 lib/widget/wtools.h #define STATUS_MSG(x) ((status_msg_t *) (x))</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.h.html#L20'>x</a> 20 lib/widget/wtools.h #define SIMPLE_STATUS_MSG(x) ((simple_status_msg_t *) (x))</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L61'>x</a> 61 src/cons.handler.c #define cursor_to(x, y) \</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L64'>x</a> 64 src/cons.handler.c printf ("\x1B[%d;%df", (y) + 1, (x) + 1); \</span>
|
|
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L95'>x</a> 95 src/consaver/cons.saver.c unsigned int lastline, lc_index, x;</span>
|
|
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L101'>x</a> 101 src/consaver/cons.saver.c for (x = 0; x < columns; x++)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L175'>x</a> 175 src/editor/edit.c r.x = wd->rect.x + (wd->rect.cols - r.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L920'>x</a> 920 src/editor/edit.c unsigned long x;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L923'>x</a> 923 src/editor/edit.c for (x = 1, p = chars_move_whole_word; p < q; p++)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L925'>x</a> 925 src/editor/edit.c x <<= 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L926'>x</a> 926 src/editor/edit.c r |= x;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.h.html#L23'>x</a> 23 src/editor/edit.h #define EDIT(x) ((WEdit *) (x))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.h.html#L24'>x</a> 24 src/editor/edit.h #define CONST_EDIT(x) ((const WEdit *) (x))</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L581'>x</a> 581 src/editor/editcmd.c off_t x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L583'>x</a> 583 src/editor/editcmd.c x = edit_buffer_get_bol (&edit->buffer, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L584'>x</a> 584 src/editor/editcmd.c x = edit_move_forward3 (edit, x, 0, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L588'>x</a> 588 src/editor/editcmd.c if ((x >= edit->column1 && x < edit->column2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L589'>x</a> 589 src/editor/editcmd.c || (x >= edit->column2 && x < edit->column1) || c == '\n')</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1390'>x</a> 1390 src/editor/editcmd.c long x, x2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1400'>x</a> 1400 src/editor/editcmd.c x = edit->curs_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1401'>x</a> 1401 src/editor/editcmd.c x2 = x + edit->over_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1412'>x</a> 1412 src/editor/editcmd.c if (x > c2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1413'>x</a> 1413 src/editor/editcmd.c x -= b_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1414'>x</a> 1414 src/editor/editcmd.c else if (x > c1 && x <= c2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1415'>x</a> 1415 src/editor/editcmd.c x = c1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1426'>x</a> 1426 src/editor/editcmd.c current = edit_move_forward3 (edit, b1, x, 0);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1442'>x</a> 1442 src/editor/editcmd.c off_t x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1453'>x</a> 1453 src/editor/editcmd.c x = current > edit->buffer.curs1 ? end_mark - start_mark : 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1454'>x</a> 1454 src/editor/editcmd.c edit_cursor_move (edit, current - edit->buffer.curs1 - x);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L356'>x</a> 356 src/editor/editcomplete.c start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L363'>x</a> 363 src/editor/editcomplete.c if (start_x < we->x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L364'>x</a> 364 src/editor/editcomplete.c start_x = we->x + 1 + edit_options.line_state_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L69'>x</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#L71'>x</a> 71 src/editor/editdraw.c #define key_pending(x) (!is_idle ())</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L264'>x</a> 264 src/editor/editdraw.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L287'>x</a> 287 src/editor/editdraw.c tty_getyx (&y, &x);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L288'>x</a> 288 src/editor/editdraw.c x -= w->rect.x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L289'>x</a> 289 src/editor/editdraw.c x += 4;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L290'>x</a> 290 src/editor/editdraw.c if (x + 6 <= cols - 2 - 6)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L292'>x</a> 292 src/editor/editdraw.c edit_move (x, 0);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L340'>x</a> 340 src/editor/editdraw.c tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, !active);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L381'>x</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#L386'>x</a> 386 src/editor/editdraw.c x = start_col_real;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L389'>x</a> 389 src/editor/editdraw.c cols_to_skip = abs (x);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L407'>x</a> 407 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L411'>x</a> 411 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L416'>x</a> 416 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', wrap_start);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L422'>x</a> 422 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1 + wrap_start, ' ', len);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L519'>x</a> 519 src/editor/editdraw.c if (w->rect.x + w->rect.cols <= WIDGET (w->owner)->rect.cols)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L583'>x</a> 583 src/editor/editdraw.c long x, cl;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L585'>x</a> 585 src/editor/editdraw.c x = (long) edit_move_forward3 (edit, b, 0, q);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L587'>x</a> 587 src/editor/editdraw.c if (x >= cl)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L590'>x</a> 590 src/editor/editdraw.c if (x < cl)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L849'>x</a> 849 src/editor/editdraw.c last_column = wh->rect.x + wh->rect.cols - 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L851'>x</a> 851 src/editor/editdraw.c x1 = w->x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L859'>x</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'>x</a> 860 src/editor/editdraw.c if (x2 < wh->rect.x)</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L877'>x</a> 877 src/editor/editdraw.c else if (x1 >= wh->rect.x)</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L637'>x</a> 637 src/editor/editsearch.c r.x = wd->rect.x + (wd->rect.cols - r.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L757'>x</a> 757 src/editor/editsearch.c xpos = w->rect.x + edit_options.line_state_width + 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L239'>x</a> 239 src/editor/editwidget.c if (w->x + wh->cols > wh->x)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L240'>x</a> 240 src/editor/editwidget.c w->x--;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L243'>x</a> 243 src/editor/editwidget.c if (w->x < wh->x + wh->cols)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L244'>x</a> 244 src/editor/editwidget.c w->x++;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L285'>x</a> 285 src/editor/editwidget.c if (w->x + w->cols < wh->x + wh->cols)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L697'>x</a> 697 src/editor/editwidget.c int x, y;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L700'>x</a> 700 src/editor/editwidget.c x = event->x - (edit->fullscreen != 0 ? 0 : 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L710'>x</a> 710 src/editor/editwidget.c edit->prev_col = x - edit->start_col - edit_options.line_state_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L718'>x</a> 718 src/editor/editwidget.c if (x > line_len - 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L720'>x</a> 720 src/editor/editwidget.c edit->over_col = x - line_len - edit->start_col - edit_options.line_state_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L726'>x</a> 726 src/editor/editwidget.c edit->prev_col = x - edit_options.line_state_width - edit->start_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L874'>x</a> 874 src/editor/editwidget.c int x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L883'>x</a> 883 src/editor/editwidget.c x = w->rect.cols - 6;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L885'>x</a> 885 src/editor/editwidget.c if (top != NULL && event->x >= x)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L896'>x</a> 896 src/editor/editwidget.c if (event->x - x <= 2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L978'>x</a> 978 src/editor/editwidget.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L981'>x</a> 981 src/editor/editwidget.c x = (e->fullscreen != 0 ? 0 : 1) + EDIT_TEXT_HORIZONTAL_OFFSET</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L984'>x</a> 984 src/editor/editwidget.c widget_gotoyx (w, y, x);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1033'>x</a> 1033 src/editor/editwidget.c global_x = event->x + r->x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1039'>x</a> 1039 src/editor/editwidget.c CLAMP (global_x, h->x,</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1040'>x</a> 1040 src/editor/editwidget.c h->x + h->cols - 1); // Currently a no-op, as the dialog has no left/right margins</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1045'>x</a> 1045 src/editor/editwidget.c r->x = global_x - edit->drag_state_start;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1050'>x</a> 1050 src/editor/editwidget.c r->cols = MAX (WINDOW_MIN_COLS, global_x - r->x + 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1108'>x</a> 1108 src/editor/editwidget.c if (event->x >= close_x - 1 && event->x <= close_x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1110'>x</a> 1110 src/editor/editwidget.c else if (event->x >= toggle_fullscreen_x - 1 && event->x <= toggle_fullscreen_x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1118'>x</a> 1118 src/editor/editwidget.c edit->drag_state_start = event->x;</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1123'>x</a> 1123 src/editor/editwidget.c if (event->y == w->rect.lines - 1 && event->x == w->rect.cols - 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1141'>x</a> 1141 src/editor/editwidget.c if (event->x >= close_x - 1 && event->x <= close_x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1143'>x</a> 1143 src/editor/editwidget.c else if (event->x >= toggle_fullscreen_x - 1 && event->x <= toggle_fullscreen_x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L323'>x</a> 323 src/editor/etags.c start_x = w->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L330'>x</a> 330 src/editor/etags.c if (start_x < w->x + 1)</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L331'>x</a> 331 src/editor/etags.c start_x = w->x + 1 + edit_options.line_state_width;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L207'>x</a> 207 src/editor/format.c next_tab_pos (off_t x)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L209'>x</a> 209 src/editor/format.c x += TAB_SIZE - x % TAB_SIZE;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L210'>x</a> 210 src/editor/format.c return x;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L218'>x</a> 218 src/editor/format.c off_t xn, x; // position counters</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L221'>x</a> 221 src/editor/format.c for (xn = 0, x = 0; xn <= l; x = xn)</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L234'>x</a> 234 src/editor/format.c xn = next_tab_pos (x);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L251'>x</a> 251 src/editor/format.c x++;</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L255'>x</a> 255 src/editor/format.c xn = x + 1;</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L109'>x</a> 109 src/editor/syntax.c #define SYNTAX_KEYWORD(x) ((syntax_keyword_t *) (x))</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L110'>x</a> 110 src/editor/syntax.c #define CONTEXT_RULE(x) ((context_rule_t *) (x))</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L246'>x</a> 246 src/file_history.c history_descriptor_init (&hd, w->rect.y, w->rect.x, file_list, 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L76'>x</a> 76 src/filemanager/achown.c int x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L241'>x</a> 241 src/filemanager/achown.c widget_gotoyx (h, BY + 1, advanced_chown_but[0].x + 6 + i);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L247'>x</a> 247 src/filemanager/achown.c widget_gotoyx (h, BY + 1, advanced_chown_but[1].x + 6 + i);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L253'>x</a> 253 src/filemanager/achown.c widget_gotoyx (h, BY + 1, advanced_chown_but[2].x + 6 + i);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L261'>x</a> 261 src/filemanager/achown.c widget_gotoyx (h, BY + 1, advanced_chown_but[3].x + 6 + i);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L266'>x</a> 266 src/filemanager/achown.c widget_gotoyx (h, BY + 1, advanced_chown_but[4].x + 6 + i);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L278'>x</a> 278 src/filemanager/achown.c widget_gotoyx (h, BY - 1, advanced_chown_but[0].x + 5);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L280'>x</a> 280 src/filemanager/achown.c widget_gotoyx (h, BY - 1, advanced_chown_but[1].x + 5);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L282'>x</a> 282 src/filemanager/achown.c widget_gotoyx (h, BY - 1, advanced_chown_but[2].x + 5);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L285'>x</a> 285 src/filemanager/achown.c widget_gotoyx (h, BY - 1, advanced_chown_but[3].x + 5);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L287'>x</a> 287 src/filemanager/achown.c widget_gotoyx (h, BY - 1, advanced_chown_but[4].x + 5);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L440'>x</a> 440 src/filemanager/achown.c BUTTON (w)->hotpos = CLAMP (event->x - 1, 0, 2);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L452'>x</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'>x</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#L539'>x</a> 539 src/filemanager/achown.c lxx = WIDGET (b_user)->rect.x + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L544'>x</a> 544 src/filemanager/achown.c lxx = WIDGET (b_group)->rect.x + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L754'>x</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#L780'>x</a> 780 src/filemanager/achown.c WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 - button_get_width (b);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L785'>x</a> 785 src/filemanager/achown.c WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L193'>x</a> 193 src/filemanager/boxes.c r.x = wd->x + wd->cols / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L377'>x</a> 377 src/filemanager/boxes.c bar->rect.x = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1016'>x</a> 1016 src/filemanager/boxes.c WIDGET (bar)->rect.x = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1140'>x</a> 1140 src/filemanager/boxes.c WRect r = { w->rect.y + w->rect.lines - 6, w->rect.x, 0, w->rect.cols };</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1217'>x</a> 1217 src/filemanager/boxes.c int x = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1224'>x</a> 1224 src/filemanager/boxes.c x += job_but[i].len;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1227'>x</a> 1227 src/filemanager/boxes.c x += (int) n_but - 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1228'>x</a> 1228 src/filemanager/boxes.c cols = MAX (cols, x + 6);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1240'>x</a> 1240 src/filemanager/boxes.c x = (cols - x) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1244'>x</a> 1244 src/filemanager/boxes.c button_new (lines - 3, x, job_but[i].value, job_but[i].flags,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1246'>x</a> 1246 src/filemanager/boxes.c x += job_but[i].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L65'>x</a> 65 src/filemanager/chattr.c #define CHATTRBOXES(x) ((WChattrBoxes *) (x))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L338'>x</a> 338 src/filemanager/chattr.c w->rect.x = wo->x + wx;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L356'>x</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'>x</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'>x</a> 452 src/filemanager/chattr.c tty_fill_region (w->rect.y, w->rect.x - 1, w->rect.lines, w->rect.cols + 1, ' ');</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1046'>x</a> 1046 src/filemanager/chattr.c const int mid = dw->rect.x + dw->rect.cols / 2 + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1055'>x</a> 1055 src/filemanager/chattr.c r.x = mid - r.cols;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1060'>x</a> 1060 src/filemanager/chattr.c r.x = mid + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L195'>x</a> 195 src/filemanager/chmod.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L203'>x</a> 203 src/filemanager/chmod.c x = WIDGET (file_gb)->rect.x + 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L205'>x</a> 205 src/filemanager/chmod.c tty_gotoyx (y, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L207'>x</a> 207 src/filemanager/chmod.c tty_gotoyx (y + 2, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L209'>x</a> 209 src/filemanager/chmod.c tty_gotoyx (y + 4, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L211'>x</a> 211 src/filemanager/chmod.c tty_gotoyx (y + 6, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L365'>x</a> 365 src/filemanager/chmod.c WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 - button_get_width (b);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L369'>x</a> 369 src/filemanager/chmod.c WIDGET (b)->rect.x = WIDGET (ch_dlg)->rect.cols / 2 + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L129'>x</a> 129 src/filemanager/chown.c int x = 7 + GW * 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L133'>x</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'>x</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'>x</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'>x</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'>x</a> 141 src/filemanager/chown.c widget_gotoyx (h, y + 8, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L169'>x</a> 169 src/filemanager/chown.c int x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L183'>x</a> 183 src/filemanager/chown.c x = WIDGET (g)->rect.x + (WIDGET (g)->rect.cols - blen) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L187'>x</a> 187 src/filemanager/chown.c WIDGET (chown_but[i].button)->rect.x = x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L188'>x</a> 188 src/filemanager/chown.c x += button_get_width (chown_but[i].button) + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--command.c.html#L206'>x</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'>x</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'>x</a> 22 src/filemanager/command.h WInput *command_new (int y, int x, int len);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L56'>x</a> 56 src/filemanager/dir.c #define MY_ISDIR(x) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L57'>x</a> 57 src/filemanager/dir.c ((is_exe (x->st.st_mode) && !(S_ISDIR (x->st.st_mode) || link_isdir (x)) && exec_first) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L59'>x</a> 59 src/filemanager/dir.c : ((S_ISDIR (x->st.st_mode) || link_isdir (x)) ? 2 : 0))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L201'>x</a> 201 src/filemanager/file.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L205'>x</a> 205 src/filemanager/file.c x = wd->rect.x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L210'>x</a> 210 src/filemanager/file.c x += (wd->rect.cols - dsm->abort_button->rect.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L213'>x</a> 213 src/filemanager/file.c r.x = x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L222'>x</a> 222 src/filemanager/file.c x += (wd->rect.cols - cols) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L225'>x</a> 225 src/filemanager/file.c r.x = x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L227'>x</a> 227 src/filemanager/file.c x += dsm->abort_button->rect.cols + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L230'>x</a> 230 src/filemanager/file.c r.x = x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L425'>x</a> 425 src/filemanager/filegui.c #define WX(i) W (i)->rect.x</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L429'>x</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'>x</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#L451'>x</a> 451 src/filemanager/filegui.c int x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L573'>x</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#L734'>x</a> 734 src/filemanager/filegui.c progress_buttons[0].w->rect.x = w->rect.x + (w->rect.cols - buttons_width) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L735'>x</a> 735 src/filemanager/filegui.c progress_buttons[i].w->rect.x = progress_buttons[0].w->rect.x + progress_buttons[0].width + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L736'>x</a> 736 src/filemanager/filegui.c progress_buttons[3].w->rect.x = progress_buttons[i].w->rect.x + progress_buttons[i].width + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L821'>x</a> 821 src/filemanager/filegui.c event.x = -1; // Don't show the GPM cursor</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L869'>x</a> 869 src/filemanager/filegui.c int y = 2, x = 3;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L902'>x</a> 902 src/filemanager/filegui.c ui->src_file_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L905'>x</a> 905 src/filemanager/filegui.c ui->src_file = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L908'>x</a> 908 src/filemanager/filegui.c ui->tgt_file_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L911'>x</a> 911 src/filemanager/filegui.c ui->tgt_file = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L914'>x</a> 914 src/filemanager/filegui.c ui->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'>x</a> 919 src/filemanager/filegui.c ui->progress_file_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L930'>x</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'>x</a> 937 src/filemanager/filegui.c ui->total_files_processed_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L940'>x</a> 940 src/filemanager/filegui.c ui->time_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L946'>x</a> 946 src/filemanager/filegui.c ui->src_file = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L949'>x</a> 949 src/filemanager/filegui.c ui->total_files_processed_label = label_new (y++, x, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L181'>x</a> 181 src/filemanager/find.c int x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L921'>x</a> 921 src/filemanager/find.c event.x = -1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1461'>x</a> 1461 src/filemanager/find.c fbuts[0].x = (cols - l1) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1462'>x</a> 1462 src/filemanager/find.c fbuts[1].x = fbuts[0].x + fbuts[0].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1463'>x</a> 1463 src/filemanager/find.c fbuts[2].x = fbuts[1].x + fbuts[1].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1464'>x</a> 1464 src/filemanager/find.c fbuts[3].x = fbuts[2].x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1465'>x</a> 1465 src/filemanager/find.c fbuts[4].x = fbuts[2].x + fbuts[is_start ? 3 : 2].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1469'>x</a> 1469 src/filemanager/find.c fbuts[5].x = (cols - l2) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1470'>x</a> 1470 src/filemanager/find.c fbuts[6].x = fbuts[5].x + fbuts[5].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1471'>x</a> 1471 src/filemanager/find.c fbuts[7].x = fbuts[6].x + fbuts[6].len + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1514'>x</a> 1514 src/filemanager/find.c fbuts[i].button->rect.x = CONST_WIDGET (h)->rect.x + fbuts[i].x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1677'>x</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--hotlist.c.html#L167'>x</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#L727'>x</a> 727 src/filemanager/hotlist.c if (hotlist_but[i].x != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L731'>x</a> 731 src/filemanager/hotlist.c hotlist_but[i].x = cols - hotlist_but[i].len - 6;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L733'>x</a> 733 src/filemanager/hotlist.c hotlist_but[i].x = cur_x[row];</span>
|
|
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L817'>x</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#L868'>x</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'>x</a> 94 src/filemanager/info.c tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--info.c.html#L99'>x</a> 99 src/filemanager/info.c tty_draw_hline (w->rect.y + 2, w->rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ], w->rect.cols - 2);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L738'>x</a> 738 src/filemanager/layout.c int cols, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L755'>x</a> 755 src/filemanager/layout.c x = mw->rect.x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L760'>x</a> 760 src/filemanager/layout.c x = mw->rect.x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L765'>x</a> 765 src/filemanager/layout.c x = mw->rect.x + panels_layout.left_panel_size;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L769'>x</a> 769 src/filemanager/layout.c widget->rect.x = x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L850'>x</a> 850 src/filemanager/layout.c widget_set_size (panels[0].widget, start_y, r->x, panels_layout.top_panel_size,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L852'>x</a> 852 src/filemanager/layout.c widget_set_size (panels[1].widget, start_y + panels_layout.top_panel_size, r->x,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L857'>x</a> 857 src/filemanager/layout.c widget_set_size (panels[0].widget, start_y, r->x, height, panels[0].widget->rect.cols);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L858'>x</a> 858 src/filemanager/layout.c widget_set_size (panels[1].widget, start_y, panels[1].widget->rect.x, height,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L862'>x</a> 862 src/filemanager/layout.c widget_set_size (WIDGET (the_hint), height + start_y, r->x, 1, r->cols);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L999'>x</a> 999 src/filemanager/layout.c widget_set_size (WIDGET (the_prompt), y, r->x, 1, prompt_width);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1001'>x</a> 1001 src/filemanager/layout.c widget_set_size (WIDGET (cmdline), y, r->x + prompt_width, 1, r->cols - prompt_width);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1133'>x</a> 1133 src/filemanager/layout.c r.x = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1139'>x</a> 1139 src/filemanager/layout.c r.x = panels_layout.left_panel_size;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1265'>x</a> 1265 src/filemanager/layout.c #define panelswap(x) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1266'>x</a> 1266 src/filemanager/layout.c panel.x = panel1->x; \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1267'>x</a> 1267 src/filemanager/layout.c panel1->x = panel2->x; \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1268'>x</a> 1268 src/filemanager/layout.c panel2->x = panel.x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L75'>x</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'>x</a> 82 src/filemanager/listmode.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L224'>x</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'>x</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--mountlist.c.html#L274'>x</a> 274 src/filemanager/mountlist.c #define PROPAGATE_ALL_ONES(x) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L275'>x</a> 275 src/filemanager/mountlist.c ((sizeof (x) < sizeof (uintmax_t) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L276'>x</a> 276 src/filemanager/mountlist.c && (~(x) == (sizeof (x) < sizeof (int) ? -(1 << (sizeof (x) * CHAR_BIT)) : 0))) \</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L278'>x</a> 278 src/filemanager/mountlist.c : (uintmax_t) (x))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L281'>x</a> 281 src/filemanager/mountlist.c #define EXTRACT_TOP_BIT(x) ((x) & ((uintmax_t) 1 << (sizeof (x) * CHAR_BIT - 1)))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L290'>x</a> 290 src/filemanager/mountlist.c #define PROPAGATE_TOP_BIT(x) ((x) | ~(EXTRACT_TOP_BIT (x) - 1))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L785'>x</a> 785 src/filemanager/panel.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L787'>x</a> 787 src/filemanager/panel.c tty_getyx (&y, &x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L788'>x</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'>x</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#L1022'>x</a> 1022 src/filemanager/panel.c if (x < 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1024'>x</a> 1024 src/filemanager/panel.c x = (w->rect.cols - str_term_width1 (buf)) / 2 - 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1030'>x</a> 1030 src/filemanager/panel.c widget_gotoyx (w, y, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1209'>x</a> 1209 src/filemanager/panel.c tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1220'>x</a> 1220 src/filemanager/panel.c tty_draw_hline (w->rect.y + y, w->rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ],</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1535'>x</a> 1535 src/filemanager/panel.c int y, x;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1540'>x</a> 1540 src/filemanager/panel.c tty_getyx (&y, &x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1542'>x</a> 1542 src/filemanager/panel.c tty_draw_hline (y, x, ' ', w->rect.cols - 2);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3486'>x</a> 3486 src/filemanager/panel.c history_descriptor_init (&hd, WIDGET (panel)->rect.y, WIDGET (panel)->rect.x,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3920'>x</a> 3920 src/filemanager/panel.c mouse_sort_col (WPanel *panel, int x)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3931'>x</a> 3931 src/filemanager/panel.c if (x >= 2 && x < 2 + sort_indicator_width)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3943'>x</a> 3943 src/filemanager/panel.c if (x < i + 1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3982'>x</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#L3995'>x</a> 3995 src/filemanager/panel.c col = x / col_width;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4023'>x</a> 4023 src/filemanager/panel.c if (event->x == 1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4026'>x</a> 4026 src/filemanager/panel.c else if (event->x == w->rect.cols - 2)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4029'>x</a> 4029 src/filemanager/panel.c else if (event->x >= w->rect.cols - 5 && event->x <= w->rect.cols - 3)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4032'>x</a> 4032 src/filemanager/panel.c else if (event->x == w->rect.cols - 6)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4048'>x</a> 4048 src/filemanager/panel.c mouse_sort_col (panel, event->x + 1);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4061'>x</a> 4061 src/filemanager/panel.c my_index = panel_mouse_is_on_item (panel, event->y - 2, event->x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4098'>x</a> 4098 src/filemanager/panel.c && panel_mouse_is_on_item (panel, event->y - 2, event->x) >= 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L22'>x</a> 22 src/filemanager/panel.h #define PANEL(x) ((WPanel *) (x))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L181'>x</a> 181 src/filemanager/panelize.c int x, y;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L223'>x</a> 223 src/filemanager/panelize.c x = (panelize_cols - blen) / 2;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L228'>x</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--panelize.c.html#L232'>x</a> 232 src/filemanager/panelize.c x += button_get_width (b) + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L243'>x</a> 243 src/filemanager/tree.c tty_draw_hline (w->rect.y + line, w->rect.x + 1, ' ', tree_cols);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L257'>x</a> 257 src/filemanager/tree.c tty_draw_hline (w->rect.y + line, w->rect.x + 1, ' ', tree_cols);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L273'>x</a> 273 src/filemanager/tree.c int x = 0, y = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L280'>x</a> 280 src/filemanager/tree.c widget_gotoyx (w, y, x);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L284'>x</a> 284 src/filemanager/tree.c x = y = 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L345'>x</a> 345 src/filemanager/tree.c tty_draw_hline (w->rect.y + y + i, w->rect.x + x, ' ', tree_cols);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L394'>x</a> 394 src/filemanager/tree.c str_fit_to_term (current->subname, tree_cols - x - 3 * j, J_LEFT_FIT));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1122'>x</a> 1122 src/filemanager/tree.c tty_draw_box (w->rect.y, w->rect.x, w->rect.lines, w->rect.cols, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1133'>x</a> 1133 src/filemanager/tree.c tty_draw_hline (w->rect.y + y, w->rect.x + 1, mc_tty_frm[MC_TTY_FRM_HORIZ],</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L358'>x</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#L368'>x</a> 368 src/help.c la->x1 = x;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L380'>x</a> 380 src/help.c end_link_area (int x, int y)</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L386'>x</a> 386 src/help.c la->x2 = x;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1038'>x</a> 1038 src/help.c int x, y;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1054'>x</a> 1054 src/help.c x = event->x - 1;</span>
|
|
<span class='curline'><a href='../S/src--help.c.html#L1063'>x</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'>x</a> 1070 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#L1199'>x</a> 1199 src/help.c WIDGET (help_bar)->rect.x -= wh->rect.x;</span>
|
|
<span class='curline'><a href='../S/src--learn.c.html#L263'>x</a> 263 src/learn.c int x, y, i;</span>
|
|
<span class='curline'><a href='../S/src--learn.c.html#L291'>x</a> 291 src/learn.c x = UX;</span>
|
|
<span class='curline'><a href='../S/src--learn.c.html#L310'>x</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'>x</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#L318'>x</a> 318 src/learn.c x += COLSHIFT;</span>
|
|
<span class='curline'><a href='../S/src--learn.c.html#L341'>x</a> 341 src/learn.c WIDGET (bt0)->rect.x = bx0;</span>
|
|
<span class='curline'><a href='../S/src--learn.c.html#L342'>x</a> 342 src/learn.c WIDGET (bt1)->rect.x = bx1;</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L68'>x</a> 68 src/vfs/cpio/cpio.c #define RETURN(x) return (CPIO_SUPER (super)->type = (x))</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L69'>x</a> 69 src/vfs/cpio/cpio.c #define TYPEIS(x) ((CPIO_SUPER (super)->type == CPIO_UNKNOWN) || (CPIO_SUPER (super)->type == (x)))</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L73'>x</a> 73 src/vfs/extfs/extfs.c #define ERRNOR(x, y) \</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L76'>x</a> 76 src/vfs/extfs/extfs.c my_errno = x; \</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L571'>x</a> 571 src/vfs/tar/tar-internal.c union block *x;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L580'>x</a> 580 src/vfs/tar/tar-internal.c x = tar_find_next_block (archive);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L581'>x</a> 581 src/vfs/tar/tar-internal.c if (x == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-internal.c.html#L584'>x</a> 584 src/vfs/tar/tar-internal.c tar_set_next_block_after (x);</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L653'>x</a> 653 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L681'>x</a> 681 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + (i - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L694'>x</a> 694 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + (i - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L876'>x</a> 876 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L135'>x</a> 135 src/viewer/display.c right = view->status_area.x + view->status_area.cols;</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L155'>x</a> 155 src/viewer/display.c tty_draw_hline (WIDGET (view)->rect.y + r->y, WIDGET (view)->rect.x + r->x, ' ', r->cols);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L178'>x</a> 178 src/viewer/display.c widget_gotoyx (view, r->y, r->x);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L261'>x</a> 261 src/viewer/display.c view_area.x = view->dpy_frame_size;</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L345'>x</a> 345 src/viewer/display.c tty_draw_box (r->y, r->x, r->lines, r->cols, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L391'>x</a> 391 src/viewer/display.c widget_gotoyx (view, r->y + line_row, r->x + c);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L400'>x</a> 400 src/viewer/display.c widget_gotoyx (view, r->y + nums_row, r->x + c - 1);</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L159'>x</a> 159 src/viewer/hex.c widget_gotoyx (view, r->y + row, r->x);</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L273'>x</a> 273 src/viewer/hex.c widget_gotoyx (view, r->y + row, r->x + col);</span>
|
|
<span class='curline'><a href='../S/src--viewer--hex.c.html#L343'>x</a> 343 src/viewer/hex.c widget_gotoyx (view, r->y + row, r->x + text_start + bytes);</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L405'>x</a> 405 src/viewer/lib.c if (view->status_area.cols < 1 || (view->status_area.x + view->status_area.cols) < 4)</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L116'>x</a> 116 src/viewer/mcviewer.c int x;</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L118'>x</a> 118 src/viewer/mcviewer.c x = event->x + 1; // FIXME</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L120'>x</a> 120 src/viewer/mcviewer.c if (x < r->cols * 1 / 4)</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L125'>x</a> 125 src/viewer/mcviewer.c else if (x < r->cols * 3 / 4)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L387'>x</a> 387 src/viewer/move.c widget_gotoyx (view, r->y + view->cursor_row, r->x + col);</span>
|
|
<span class='curline'><a href='../S/src--viewer--search.c.html#L107'>x</a> 107 src/viewer/search.c r.x = wd->rect.x + (wd->rect.cols - r.cols) / 2;</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--hotkey_equal.c.html#L32'>x</a> 32 tests/lib/widget/hotkey_equal.c #define C(x) ((char *) x)</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L80'>x</a> 80 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0->rect.x, 21);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L83'>x</a> 83 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)->rect.x, 25);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L86'>x</a> 86 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1->rect.x, 30);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L89'>x</a> 89 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)->rect.x, 40);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L92'>x</a> 92 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2->rect.x, 55);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L100'>x</a> 100 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w0->rect.x, 1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L104'>x</a> 104 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g1)->rect.x, 5);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L107'>x</a> 107 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w1->rect.x, 10);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L110'>x</a> 110 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (WIDGET (g2)->rect.x, 20);</span>
|
|
<span class='curline'><a href='../S/tests--lib--widget--widget_make_global_local.c.html#L113'>x</a> 113 tests/lib/widget/widget_make_global_local.c ck_assert_int_eq (w2->rect.x, 35);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L126'>x</a> 126 tests/src/editor/edit_insert_column_of_text.c off_t x;</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L128'>x</a> 128 tests/src/editor/edit_insert_column_of_text.c x = edit_buffer_get_bol (&test_edit->buffer, i);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L129'>x</a> 129 tests/src/editor/edit_insert_column_of_text.c x = edit_move_forward3 (test_edit, x, 0, i);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L133'>x</a> 133 tests/src/editor/edit_insert_column_of_text.c if ((x >= test_edit->column1 && x < test_edit->column2)</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L134'>x</a> 134 tests/src/editor/edit_insert_column_of_text.c || (x >= test_edit->column2 && x < test_edit->column1) || c == '\n')</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|