x1 479 lib/tty/tty-ncurses.c int x1; x1 484 lib/tty/tty-ncurses.c x1 = x; x1 499 lib/tty/tty-ncurses.c move (y, x1); x1 502 lib/tty/tty-ncurses.c mc_curs_col = x1; x1 540 lib/tty/tty-slang.c int x1; x1 545 lib/tty/tty-slang.c x1 = x; x1 568 lib/tty/tty-slang.c SLsmg_gotorc (y, x1); x1 397 lib/widget/dialog.c dlg_create (gboolean modal, int y1, int x1, int lines, int cols, widget_pos_flags_t pos_flags, x1 401 lib/widget/dialog.c WRect r = { y1, x1, lines, cols }; x1 100 lib/widget/dialog.h WDialog *dlg_create (gboolean modal, int y1, int x1, int lines, int cols, x1 176 lib/widget/quick.c const int x1 = 3; x1 192 lib/widget/quick.c x = x1; x1 342 lib/widget/quick.c x = x1; x1 418 lib/widget/quick.c x2 = x1 + width2 + 1; x1 449 lib/widget/quick.c if (r->x != x1) x1 458 lib/widget/quick.c if (r->x != x1) x1 487 lib/widget/quick.c if (r->x != x1) x1 496 lib/widget/quick.c if (r->x != x1) x1 512 lib/widget/quick.c if (r->x != x1) x1 535 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 392 src/editor/editdraw.c int x, x1, y, cols_to_skip; x1 398 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + option_line_state_width; x1 404 src/editor/editdraw.c x1++; x1 418 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len); x1 422 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len); x1 427 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', wrap_start); x1 433 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1 + wrap_start, ' ', len); x1 444 src/editor/editdraw.c edit_move (x1 + i - option_line_state_width, y); x1 451 src/editor/editdraw.c edit_move (x1, y); x1 852 src/editor/editdraw.c int y1, x1, y2, x2; x1 865 src/editor/editdraw.c x1 = w->x; x1 866 src/editor/editdraw.c if (x1 > last_column) x1 891 src/editor/editdraw.c else if (x1 >= wh->rect.x) x1 892 src/editor/editdraw.c end_column = wh->rect.cols - 1 - x1; x1 607 src/filemanager/find.c int y1, y2, x1, x2; x1 682 src/filemanager/find.c x1 = 3; x1 687 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, _("Start at:"))); x1 689 src/filemanager/find.c input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start", x1 696 src/filemanager/find.c check_new (y1++, x1, options.ignore_dirs_enable, _("Ena&ble ignore directories:")); x1 700 src/filemanager/find.c input_new (y1++, x1, input_colors, cols - 6, x1 710 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, file_name_label)); x1 712 src/filemanager/find.c input_new (y1++, x1, input_colors, cw, INPUT_LAST_TEXT, "name", x1 726 src/filemanager/find.c recursively_cbox = check_new (y1++, x1, options.find_recurs, file_recurs_label); x1 729 src/filemanager/find.c follow_sym_cbox = check_new (y1++, x1, options.follow_symlinks, file_follow_symlinks); x1 732 src/filemanager/find.c file_pattern_cbox = check_new (y1++, x1, options.file_pattern, file_pattern_label); x1 735 src/filemanager/find.c file_case_sens_cbox = check_new (y1++, x1, options.file_case_sens, file_case_label); x1 740 src/filemanager/find.c check_new (y1++, x1, options.file_all_charsets, file_all_charsets_label); x1 744 src/filemanager/find.c skip_hidden_cbox = check_new (y1++, x1, options.skip_hidden, file_skip_hidden_label); x1 770 src/filemanager/find.c x1 = (cols - b12) / 2; x1 772 src/filemanager/find.c group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL)); x1 773 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 367 src/help.c la->x1 = x; x1 1009 src/help.c if (y == la->y1 && x >= la->x1 && y == la->y2 && x <= la->x2) x1 1016 src/help.c if ((y == la->y1 && x >= la->x1) || (y == la->y2 && x <= la->x2))