col               580 lib/tty/tty-ncurses.c         for (int col = 0; col < cols; col++)
col               582 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
col               583 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
col               416 src/cons.handler.c     int col, line;
col               425 src/cons.handler.c         for (col = 0; col < MIN (COLS, screen_info.mv_csz); col++)
col               427 src/cons.handler.c             c = screen_shot.buf[line * screen_info.mv_csz + col] & 0xFF;
col              2550 src/diffviewer/ydiff.c         int col;
col              2591 src/diffviewer/ydiff.c                     col = 0;
col              2593 src/diffviewer/ydiff.c                     for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2630 src/diffviewer/ydiff.c                             col++;
col              2666 src/diffviewer/ydiff.c         col = 0;
col              2667 src/diffviewer/ydiff.c         for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2702 src/diffviewer/ydiff.c                 col++;
col              1712 src/editor/edit.c     long col;
col              1717 src/editor/edit.c     col = edit_get_col (edit);
col              1738 src/editor/edit.c                     for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col              1757 src/editor/edit.c                 edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col              1759 src/editor/edit.c                 for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col              1764 src/editor/edit.c     *col1 = col;
col              1765 src/editor/edit.c     *col2 = col + width;
col              2790 src/editor/edit.c     long col;
col              2800 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
col              2806 src/editor/edit.c             if (col == cols)
col              2808 src/editor/edit.c             if (col > cols)
col              2824 src/editor/edit.c                     col -= char_length - 1;
col              2826 src/editor/edit.c                     col++;
col              2829 src/editor/edit.c                 col -= char_length - 1;
col              2836 src/editor/edit.c             return (upto != 0 ? (off_t) col : p);
col              2838 src/editor/edit.c             col += TAB_SIZE - col % TAB_SIZE;
col              2847 src/editor/edit.c             col += 2;
col              2849 src/editor/edit.c             col++;
col              2851 src/editor/edit.c     return (off_t) col;
col               680 src/editor/editcmd.c     long col;
col               683 src/editor/editcmd.c     col = edit_get_col (edit);
col               696 src/editor/editcmd.c                 for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col               714 src/editor/editcmd.c             edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col               716 src/editor/editcmd.c             for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col               721 src/editor/editcmd.c     *col1 = col;
col               722 src/editor/editcmd.c     *col2 = col + width;
col               502 src/editor/editdraw.c     int col, start_col_real;
col               529 src/editor/editdraw.c     col = (int) edit_move_forward3 (edit, b, 0, q);
col               530 src/editor/editdraw.c     start_col_real = col + edit->start_col;
col               549 src/editor/editdraw.c     if (col <= -(edit->start_col + 16))
col               571 src/editor/editdraw.c             while (col <= end_col - edit->start_col)
col               627 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;  // quit
col               635 src/editor/editdraw.c                     i = TAB_SIZE - ((int) col % TAB_SIZE);
col               636 src/editor/editdraw.c                     tab_over = (end_col - edit->start_col) - (col + i - 1);
col               639 src/editor/editdraw.c                     col += i;
col               716 src/editor/editdraw.c                         col++;
col               730 src/editor/editdraw.c                             col++;
col               748 src/editor/editdraw.c                         col += 2;
col               760 src/editor/editdraw.c                         col += 2;
col               788 src/editor/editdraw.c                     col++;
col               796 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
col               528 src/filemanager/filemanager.c         int col, row;
col               534 src/filemanager/filemanager.c         tty_getyx (&row, &col);
col               541 src/filemanager/filemanager.c         tty_gotoyx (row, col);
col              3937 src/filemanager/panel.c     int lines, col_width, col;
col              3948 src/filemanager/panel.c     col = x / col_width;
col              3950 src/filemanager/panel.c     y += panel->top + lines * col;
col               404 src/help.c     help_print_word (WDialog *h, GString *word, int *col, int *line, gboolean add_space)
col               413 src/help.c             if (*col + w >= HELP_WINDOW_WIDTH)
col               415 src/help.c                 *col = 0;
col               423 src/help.c                 widget_gotoyx (h, *line + 2, *col + 2);
col               426 src/help.c                 *col += w;
col               432 src/help.c             if (*col < HELP_WINDOW_WIDTH - 1)
col               435 src/help.c                 (*col)++;
col               439 src/help.c                 *col = 0;
col               462 src/help.c             int col = 0;
col               499 src/help.c                         active_col = col + 2;
col               502 src/help.c                     start_link_area (col, line, p);
col               509 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
col               510 src/help.c                     end_link_area (col - 1, line);
col               520 src/help.c                     widget_gotoyx (h, line + 2, col + 2);
col               522 src/help.c                     col += str_term_width1 (mc_global.mc_version);
col               531 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
col               536 src/help.c                         help_print_word (h, word, &col, &line, FALSE);
col               538 src/help.c                     col = 0;
col               545 src/help.c                         help_print_word (h, word, &col, &line, c == ' ');
col               548 src/help.c                             col = (col / 8 + 1) * 8;
col               549 src/help.c                             if (col >= HELP_WINDOW_WIDTH)
col               552 src/help.c                                 col = 8;
col               563 src/help.c                         else if (col < HELP_WINDOW_WIDTH)
col               565 src/help.c                             widget_gotoyx (h, line + 2, col + 2);
col               574 src/help.c                                                    WIDGET (h)->rect.x + col + 2, c);
col               576 src/help.c                             col++;
col               584 src/help.c                 help_print_word (h, word, &col, &line, FALSE);
col               459 src/usermenu.c     int col;
col               482 src/usermenu.c     for (col = 0; *commands != '\0'; commands++)
col               484 src/usermenu.c         if (col == 0)
col               493 src/usermenu.c         col++;
col               495 src/usermenu.c             col = 0;
col               993 src/usermenu.c     int col = 0;
col              1058 src/usermenu.c         if (col == 0 && (entries == NULL || menu_lines == entries->len))
col              1123 src/usermenu.c             max_cols = MAX (max_cols, col);
col              1124 src/usermenu.c             col = 0;
col              1130 src/usermenu.c             col++;
col              1145 src/usermenu.c             max_cols = MIN (MAX (max_cols, col), MAX_ENTRY_LEN);
col               580 src/viewer/ascii.c     int col = 0;
col               614 src/viewer/ascii.c                 *linewidth = col;
col               615 src/viewer/ascii.c             return (col > 0) ? 1 : 0;
col               626 src/viewer/ascii.c                 *linewidth = col;
col               658 src/viewer/ascii.c         if (view->mode_flags.wrap && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols
col               659 src/viewer/ascii.c             && col > 0)
col               665 src/viewer/ascii.c                 *linewidth = col;
col               672 src/viewer/ascii.c             if ((off_t) col >= dpy_text_column
col               673 src/viewer/ascii.c                 && (off_t) col + charwidth <= dpy_text_column + (off_t) r->cols)
col               677 src/viewer/ascii.c                 widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column));
col               696 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column && (off_t) col + charwidth > dpy_text_column)
col               703 src/viewer/ascii.c                      i < (off_t) col + charwidth && i < dpy_text_column + (off_t) r->cols; i++)
col               709 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column + (off_t) r->cols
col               710 src/viewer/ascii.c                      && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols)
col               716 src/viewer/ascii.c                 for (i = col; i < dpy_text_column + (off_t) r->cols; i++)
col               724 src/viewer/ascii.c         col += charwidth;
col               727 src/viewer/ascii.c         if (!view->mode_flags.wrap && (off_t) col >= dpy_text_column + (off_t) r->cols
col               155 src/viewer/hex.c         int col = 0;
col               166 src/viewer/hex.c             for (i = 0; col < r->cols && hex_buff[i] != '\0'; col++, i++)
col               256 src/viewer/hex.c                 view->cursor_col = col;
col               280 src/viewer/hex.c             widget_gotoyx (view, r->y + row, r->x + col);
col               281 src/viewer/hex.c             if (col < r->cols)
col               284 src/viewer/hex.c                 col++;
col               286 src/viewer/hex.c             if (col < r->cols)
col               289 src/viewer/hex.c                 col++;
col               296 src/viewer/hex.c                 if (col < r->cols)
col               299 src/viewer/hex.c                     col++;
col               305 src/viewer/hex.c                     if (view->data_area.cols >= 80 && col < r->cols)
col               308 src/viewer/hex.c                         col++;
col               310 src/viewer/hex.c                     if (col < r->cols)
col               313 src/viewer/hex.c                         col++;
col               313 src/viewer/internal.h void mcview_moveto (WView *view, off_t, off_t col);
col               432 src/viewer/mcviewer.c         long line, col;
col               435 src/viewer/mcviewer.c         load_file_position (view->filename_vpath, &line, &col, &new_offset, &view->saved_bookmarks);
col               340 src/viewer/move.c mcview_moveto (WView *view, off_t line, off_t col)
col               344 src/viewer/move.c     mcview_coord_to_offset (view, &offset, line, col);
col               382 src/viewer/move.c     int col = view->cursor_col;
col               385 src/viewer/move.c         col++;
col               387 src/viewer/move.c     widget_gotoyx (view, r->y + view->cursor_row, r->x + col);