x1                480 lib/tty/tty-ncurses.c     int x1;
x1                485 lib/tty/tty-ncurses.c     x1 = x;
x1                500 lib/tty/tty-ncurses.c     move (y, x1);
x1                503 lib/tty/tty-ncurses.c     mc_curs_col = x1;
x1                542 lib/tty/tty-slang.c     int x1;
x1                547 lib/tty/tty-slang.c     x1 = x;
x1                570 lib/tty/tty-slang.c     SLsmg_gotorc (y, x1);
x1                399 lib/widget/dialog.c dlg_create (gboolean modal, int y1, int x1, int lines, int cols, widget_pos_flags_t pos_flags,
x1                403 lib/widget/dialog.c     WRect r = { y1, x1, lines, cols };
x1                103 lib/widget/dialog.h WDialog *dlg_create (gboolean modal, int y1, int x1, int lines, int cols,
x1                178 lib/widget/quick.c     const int x1 = 3;
x1                194 lib/widget/quick.c     x = x1;
x1                344 lib/widget/quick.c             x = x1;
x1                420 lib/widget/quick.c     x2 = x1 + width2 + 1;
x1                451 lib/widget/quick.c             if (r->x != x1)
x1                460 lib/widget/quick.c                 if (r->x != x1)
x1                489 lib/widget/quick.c                     if (r->x != x1)
x1                498 lib/widget/quick.c                     if (r->x != x1)
x1                514 lib/widget/quick.c             if (r->x != x1)
x1                537 lib/widget/quick.c                     if (r->x != x1)
x1                163 lib/widget/rect.c     int y1, x1;
x1                169 lib/widget/rect.c     x1 = r1->x + r1->cols;
x1                173 lib/widget/rect.c     x = MIN (x, x1);
x1                199 lib/widget/rect.c     int x1, y1;
x1                205 lib/widget/rect.c     x1 = r1->x + r1->cols;
x1                209 lib/widget/rect.c     x = MAX (x, x1);
x1                385 src/editor/editdraw.c     int x, x1, y, cols_to_skip;
x1                391 src/editor/editdraw.c     x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;
x1                397 src/editor/editdraw.c         x1++;
x1                411 src/editor/editdraw.c             tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len);
x1                415 src/editor/editdraw.c             tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len);
x1                420 src/editor/editdraw.c                 tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', wrap_start);
x1                426 src/editor/editdraw.c                 tty_draw_hline (w->rect.y + y, w->rect.x + x1 + wrap_start, ' ', len);
x1                437 src/editor/editdraw.c             edit_move (x1 + i - edit_options.line_state_width, y);
x1                444 src/editor/editdraw.c     edit_move (x1, y);
x1                845 src/editor/editdraw.c     int y1, x1, y2, x2;
x1                858 src/editor/editdraw.c     x1 = w->x;
x1                859 src/editor/editdraw.c     if (x1 > last_column)
x1                884 src/editor/editdraw.c         else if (x1 >= wh->rect.x)
x1                885 src/editor/editdraw.c             end_column = wh->rect.cols - 1 - x1;
x1                609 src/filemanager/find.c     int y1, y2, x1, x2;
x1                684 src/filemanager/find.c     x1 = 3;
x1                689 src/filemanager/find.c     group_add_widget (g, label_new (y1++, x1, _("Start at:")));
x1                691 src/filemanager/find.c         input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start",
x1                698 src/filemanager/find.c         check_new (y1++, x1, options.ignore_dirs_enable, _("Ena&ble ignore directories:"));
x1                702 src/filemanager/find.c         input_new (y1++, x1, input_colors, cols - 6,
x1                712 src/filemanager/find.c     group_add_widget (g, label_new (y1++, x1, file_name_label));
x1                714 src/filemanager/find.c         input_new (y1++, x1, input_colors, cw, INPUT_LAST_TEXT, "name",
x1                728 src/filemanager/find.c     recursively_cbox = check_new (y1++, x1, options.find_recurs, file_recurs_label);
x1                731 src/filemanager/find.c     follow_sym_cbox = check_new (y1++, x1, options.follow_symlinks, file_follow_symlinks);
x1                734 src/filemanager/find.c     file_pattern_cbox = check_new (y1++, x1, options.file_pattern, file_pattern_label);
x1                737 src/filemanager/find.c     file_case_sens_cbox = check_new (y1++, x1, options.file_case_sens, file_case_label);
x1                742 src/filemanager/find.c         check_new (y1++, x1, options.file_all_charsets, file_all_charsets_label);
x1                746 src/filemanager/find.c     skip_hidden_cbox = check_new (y1++, x1, options.skip_hidden, file_skip_hidden_label);
x1                772 src/filemanager/find.c     x1 = (cols - b12) / 2;
x1                774 src/filemanager/find.c     group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL));
x1                775 src/filemanager/find.c     group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL));
x1                 89 src/help.c         int x1, y1, x2, y2;
x1                370 src/help.c         la->x1 = x;
x1               1017 src/help.c             if (y == la->y1 && x >= la->x1 && y == la->y2 && x <= la->x2)
x1               1024 src/help.c                 if ((y == la->y1 && x >= la->x1) || (y == la->y2 && x <= la->x2))