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 408 lib/widget/dialog.c widget_adjust_position (pos_flags, &y1, &x1, &lines, &cols); x1 409 lib/widget/dialog.c group_init (g, y1, x1, lines, cols, callback != NULL ? callback : dlg_default_callback, x1 100 lib/widget/dialog.h WDialog *dlg_create (gboolean modal, int y1, int x1, int lines, int cols, x1 600 lib/widget/group.c group_init (WGroup * g, int y1, int x1, int lines, int cols, widget_cb_fn callback, x1 605 lib/widget/group.c widget_init (w, y1, x1, lines, cols, callback != NULL ? callback : group_default_callback, x1 41 lib/widget/group.h void group_init (WGroup * g, int y1, int x1, int lines, int cols, widget_cb_fn callback, 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 447 lib/widget/quick.c if (item->widget->x != x1) x1 456 lib/widget/quick.c if (item->widget->x != x1) x1 485 lib/widget/quick.c if (item->widget->x != x1) x1 494 lib/widget/quick.c if (item->widget->x != x1) x1 510 lib/widget/quick.c if (item->widget->x != x1) x1 533 lib/widget/quick.c if (item->widget->x != x1) x1 141 lib/widget/rect.c int y1, x1; x1 147 lib/widget/rect.c x1 = r1->x + r1->cols; x1 151 lib/widget/rect.c x = MIN (x, x1); x1 177 lib/widget/rect.c int x1, y1; x1 183 lib/widget/rect.c x1 = r1->x + r1->cols; x1 187 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->y + y, w->x + x1, ' ', len); x1 422 src/editor/editdraw.c tty_draw_hline (w->y + y, w->x + x1, ' ', len); x1 427 src/editor/editdraw.c tty_draw_hline (w->y + y, w->x + x1, ' ', wrap_start); x1 433 src/editor/editdraw.c tty_draw_hline (w->y + y, w->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 851 src/editor/editdraw.c int y1, x1, y2, x2; x1 864 src/editor/editdraw.c x1 = w->x; x1 865 src/editor/editdraw.c if (x1 > last_column) x1 890 src/editor/editdraw.c else if (x1 >= wh->x) x1 891 src/editor/editdraw.c end_column = wh->cols - 1 - x1; x1 606 src/filemanager/find.c int y1, y2, x1, x2; x1 681 src/filemanager/find.c x1 = 3; x1 686 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, _("Start at:"))); x1 688 src/filemanager/find.c input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start", x1 695 src/filemanager/find.c check_new (y1++, x1, options.ignore_dirs_enable, _("Ena&ble ignore directories:")); x1 699 src/filemanager/find.c input_new (y1++, x1, input_colors, cols - 6, x1 709 src/filemanager/find.c group_add_widget (g, label_new (y1++, x1, file_name_label)); x1 711 src/filemanager/find.c input_new (y1++, x1, input_colors, cw, INPUT_LAST_TEXT, "name", x1 725 src/filemanager/find.c recursively_cbox = check_new (y1++, x1, options.find_recurs, file_recurs_label); x1 728 src/filemanager/find.c follow_sym_cbox = check_new (y1++, x1, options.follow_symlinks, file_follow_symlinks); x1 731 src/filemanager/find.c file_pattern_cbox = check_new (y1++, x1, options.file_pattern, file_pattern_label); x1 734 src/filemanager/find.c file_case_sens_cbox = check_new (y1++, x1, options.file_case_sens, file_case_label); x1 739 src/filemanager/find.c check_new (y1++, x1, options.file_all_charsets, file_all_charsets_label); x1 743 src/filemanager/find.c skip_hidden_cbox = check_new (y1++, x1, options.skip_hidden, file_skip_hidden_label); x1 769 src/filemanager/find.c x1 = (cols - b12) / 2; x1 771 src/filemanager/find.c group_add_widget (g, button_new (y1, x1, B_ENTER, DEFPUSH_BUTTON, buts[1], NULL)); x1 772 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 1008 src/help.c if (y == la->y1 && x >= la->x1 && y == la->y2 && x <= la->x2) x1 1015 src/help.c if ((y == la->y1 && x >= la->x1) || (y == la->y2 && x <= la->x2))