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 543 lib/tty/tty-slang.c int x1; x1 548 lib/tty/tty-slang.c x1 = x; x1 571 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 341 lib/widget/quick.c x = x1; x1 416 lib/widget/quick.c x2 = x1 + width2 + 1; x1 447 lib/widget/quick.c if (r->x != x1) x1 457 lib/widget/quick.c if (r->x != x1) x1 488 lib/widget/quick.c if (r->x != x1) x1 497 lib/widget/quick.c if (r->x != x1) x1 514 lib/widget/quick.c if (r->x != x1) x1 539 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 386 src/editor/editdraw.c int x, x1, y, cols_to_skip; x1 392 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width; x1 398 src/editor/editdraw.c x1++; x1 412 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len); x1 416 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', len); x1 421 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1, ' ', wrap_start); x1 427 src/editor/editdraw.c tty_draw_hline (w->rect.y + y, w->rect.x + x1 + wrap_start, ' ', len); x1 438 src/editor/editdraw.c edit_move (x1 + i - edit_options.line_state_width, y); x1 445 src/editor/editdraw.c edit_move (x1, y); x1 843 src/editor/editdraw.c int y1, x1, y2, x2; x1 856 src/editor/editdraw.c x1 = w->x; x1 857 src/editor/editdraw.c if (x1 > last_column) x1 882 src/editor/editdraw.c else if (x1 >= wh->rect.x) x1 883 src/editor/editdraw.c end_column = wh->rect.cols - 1 - x1; x1 615 src/filemanager/find.c int y1, y2, x1, x2; x1 689 src/filemanager/find.c x1 = 3; x1 694 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, _ ("Start at:"))); x1 695 src/filemanager/find.c in_start = input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start", x1 702 src/filemanager/find.c check_new (y1++, x1, options.ignore_dirs_enable, _ ("Ena&ble ignore directories:")); x1 705 src/filemanager/find.c in_ignore = input_new (y1++, x1, input_colors, cols - 6, x1 715 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, file_name_label)); x1 716 src/filemanager/find.c in_name = input_new (y1++, x1, input_colors, cw, INPUT_LAST_TEXT, "name", x1 729 src/filemanager/find.c recursively_cbox = check_new (y1++, x1, options.find_recurs, file_recurs_label); x1 732 src/filemanager/find.c follow_sym_cbox = check_new (y1++, x1, options.follow_symlinks, file_follow_symlinks); x1 735 src/filemanager/find.c file_pattern_cbox = check_new (y1++, x1, options.file_pattern, file_pattern_label); x1 738 src/filemanager/find.c file_case_sens_cbox = check_new (y1++, x1, options.file_case_sens, file_case_label); x1 743 src/filemanager/find.c check_new (y1++, x1, options.file_all_charsets, file_all_charsets_label); x1 747 src/filemanager/find.c skip_hidden_cbox = check_new (y1++, x1, options.skip_hidden, file_skip_hidden_label); x1 773 src/filemanager/find.c x1 = (cols - b12) / 2; x1 775 src/filemanager/find.c group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL)); x1 776 src/filemanager/find.c group_add_widget (g, button_new (y1, x1 + b1 + 1, B_CANCEL, NORMAL_BUTTON, buts[2], NULL)); x1 87 src/help.c int x1, y1, x2, y2; x1 368 src/help.c la->x1 = x; x1 1015 src/help.c if (y == la->y1 && x >= la->x1 && y == la->y2 && x <= la->x2) x1 1022 src/help.c if ((y == la->y1 && x >= la->x1) || (y == la->y2 && x <= la->x2))