col               581 lib/tty/tty-ncurses.c         for (int col = 0; col < cols; col++)
col               583 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
col               584 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
col               417 src/cons.handler.c     int col, line;
col               426 src/cons.handler.c         for (col = 0; col < MIN (COLS, screen_info.mv_csz); col++)
col               428 src/cons.handler.c             c = screen_shot.buf[line * screen_info.mv_csz + col] & 0xFF;
col              2546 src/diffviewer/ydiff.c         int col;
col              2587 src/diffviewer/ydiff.c                     col = 0;
col              2589 src/diffviewer/ydiff.c                     for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2627 src/diffviewer/ydiff.c                             col++;
col              2663 src/diffviewer/ydiff.c         col = 0;
col              2664 src/diffviewer/ydiff.c         for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2699 src/diffviewer/ydiff.c                 col++;
col              1734 src/editor/edit.c     long col;
col              1739 src/editor/edit.c     col = edit_get_col (edit);
col              1760 src/editor/edit.c                     for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col              1779 src/editor/edit.c                 edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col              1781 src/editor/edit.c                 for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col              1786 src/editor/edit.c     *col1 = col;
col              1787 src/editor/edit.c     *col2 = col + width;
col              2822 src/editor/edit.c     long col;
col              2832 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
col              2838 src/editor/edit.c             if (col == cols)
col              2840 src/editor/edit.c             if (col > cols)
col              2856 src/editor/edit.c                     col -= char_length - 1;
col              2858 src/editor/edit.c                     col++;
col              2861 src/editor/edit.c                 col -= char_length - 1;
col              2868 src/editor/edit.c             return (upto != 0 ? (off_t) col : p);
col              2870 src/editor/edit.c             col += TAB_SIZE - col % TAB_SIZE;
col              2878 src/editor/edit.c             col += 2;
col              2880 src/editor/edit.c             col++;
col              2882 src/editor/edit.c     return (off_t) col;
col               684 src/editor/editcmd.c     long col;
col               687 src/editor/editcmd.c     col = edit_get_col (edit);
col               700 src/editor/editcmd.c                 for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col               718 src/editor/editcmd.c             edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col               720 src/editor/editcmd.c             for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col               725 src/editor/editcmd.c     *col1 = col;
col               726 src/editor/editcmd.c     *col2 = col + width;
col               501 src/editor/editdraw.c     int col, start_col_real;
col               528 src/editor/editdraw.c     col = (int) edit_move_forward3 (edit, b, 0, q);
col               529 src/editor/editdraw.c     start_col_real = col + edit->start_col;
col               548 src/editor/editdraw.c     if (col <= -(edit->start_col + 16))
col               570 src/editor/editdraw.c             while (col <= end_col - edit->start_col)
col               626 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;        /* quit */
col               634 src/editor/editdraw.c                         i = TAB_SIZE - ((int) col % TAB_SIZE);
col               635 src/editor/editdraw.c                         tab_over = (end_col - edit->start_col) - (col + i - 1);
col               638 src/editor/editdraw.c                         col += i;
col               715 src/editor/editdraw.c                         col++;
col               729 src/editor/editdraw.c                             col++;
col               747 src/editor/editdraw.c                         col += 2;
col               759 src/editor/editdraw.c                         col += 2;
col               787 src/editor/editdraw.c                     col++;
col               795 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
col               530 src/filemanager/filemanager.c         int col, row;
col               536 src/filemanager/filemanager.c         tty_getyx (&row, &col);
col               543 src/filemanager/filemanager.c         tty_gotoyx (row, col);
col              4059 src/filemanager/panel.c     int lines, col_width, col;
col              4070 src/filemanager/panel.c     col = x / col_width;
col              4072 src/filemanager/panel.c     y += panel->top + lines * col;
col               406 src/help.c     help_print_word (WDialog *h, GString *word, int *col, int *line, gboolean add_space)
col               415 src/help.c             if (*col + w >= HELP_WINDOW_WIDTH)
col               417 src/help.c                 *col = 0;
col               425 src/help.c                 widget_gotoyx (h, *line + 2, *col + 2);
col               428 src/help.c                 *col += w;
col               434 src/help.c             if (*col < HELP_WINDOW_WIDTH - 1)
col               437 src/help.c                 (*col)++;
col               441 src/help.c                 *col = 0;
col               464 src/help.c             int col = 0;
col               501 src/help.c                         active_col = col + 2;
col               504 src/help.c                     start_link_area (col, line, p);
col               511 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
col               512 src/help.c                     end_link_area (col - 1, line);
col               522 src/help.c                     widget_gotoyx (h, line + 2, col + 2);
col               524 src/help.c                     col += str_term_width1 (mc_global.mc_version);
col               533 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
col               538 src/help.c                         help_print_word (h, word, &col, &line, FALSE);
col               540 src/help.c                     col = 0;
col               547 src/help.c                         help_print_word (h, word, &col, &line, c == ' ');
col               550 src/help.c                             col = (col / 8 + 1) * 8;
col               551 src/help.c                             if (col >= HELP_WINDOW_WIDTH)
col               554 src/help.c                                 col = 8;
col               565 src/help.c                         else if (col < HELP_WINDOW_WIDTH)
col               567 src/help.c                             widget_gotoyx (h, line + 2, col + 2);
col               576 src/help.c                                                    WIDGET (h)->rect.x + col + 2, c);
col               578 src/help.c                             col++;
col               586 src/help.c                 help_print_word (h, word, &col, &line, FALSE);
col               461 src/usermenu.c     int col;
col               484 src/usermenu.c     for (col = 0; *commands != '\0'; commands++)
col               486 src/usermenu.c         if (col == 0)
col               495 src/usermenu.c         col++;
col               497 src/usermenu.c             col = 0;
col               996 src/usermenu.c     int col = 0;
col              1059 src/usermenu.c         if (col == 0 && (entries == NULL || menu_lines == entries->len))
col              1124 src/usermenu.c             max_cols = MAX (max_cols, col);
col              1125 src/usermenu.c             col = 0;
col              1131 src/usermenu.c             col++;
col              1146 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               657 src/viewer/ascii.c         if (view->mode_flags.wrap && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols
col               658 src/viewer/ascii.c             && col > 0)
col               664 src/viewer/ascii.c                 *linewidth = col;
col               671 src/viewer/ascii.c             if ((off_t) col >= dpy_text_column &&
col               672 src/viewer/ascii.c                 (off_t) col + charwidth <= dpy_text_column + (off_t) r->cols)
col               676 src/viewer/ascii.c                 widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column));
col               695 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column && (off_t) col + charwidth > dpy_text_column)
col               702 src/viewer/ascii.c                      i < (off_t) col + charwidth && i < dpy_text_column + (off_t) r->cols; i++)
col               708 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column + (off_t) r->cols &&
col               709 src/viewer/ascii.c                      (off_t) col + charwidth > dpy_text_column + (off_t) r->cols)
col               715 src/viewer/ascii.c                 for (i = col; i < dpy_text_column + (off_t) r->cols; i++)
col               723 src/viewer/ascii.c         col += charwidth;
col               726 src/viewer/ascii.c         if (!view->mode_flags.wrap && (off_t) col >= dpy_text_column + (off_t) r->cols
col               154 src/viewer/hex.c         int col = 0;
col               165 src/viewer/hex.c             for (i = 0; col < r->cols && hex_buff[i] != '\0'; col++, i++)
col               255 src/viewer/hex.c                 view->cursor_col = col;
col               277 src/viewer/hex.c             widget_gotoyx (view, r->y + row, r->x + col);
col               278 src/viewer/hex.c             if (col < r->cols)
col               281 src/viewer/hex.c                 col++;
col               283 src/viewer/hex.c             if (col < r->cols)
col               286 src/viewer/hex.c                 col++;
col               293 src/viewer/hex.c                 if (col < r->cols)
col               296 src/viewer/hex.c                     col++;
col               302 src/viewer/hex.c                     if (view->data_area.cols >= 80 && col < r->cols)
col               305 src/viewer/hex.c                         col++;
col               307 src/viewer/hex.c                     if (col < r->cols)
col               310 src/viewer/hex.c                         col++;
col               310 src/viewer/internal.h void mcview_moveto (WView * view, off_t, off_t col);
col               439 src/viewer/mcviewer.c         long line, col;
col               442 src/viewer/mcviewer.c         load_file_position (view->filename_vpath, &line, &col, &new_offset, &view->saved_bookmarks);
col               337 src/viewer/move.c mcview_moveto (WView *view, off_t line, off_t col)
col               341 src/viewer/move.c     mcview_coord_to_offset (view, &offset, line, col);
col               379 src/viewer/move.c     int col = view->cursor_col;
col               382 src/viewer/move.c         col++;
col               384 src/viewer/move.c     widget_gotoyx (view, r->y + view->cursor_row, r->x + col);