col               576 lib/tty/tty-ncurses.c         for (int col = 0; col < cols; col++)
col               578 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
col               579 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              2534 src/diffviewer/ydiff.c         int col;
col              2573 src/diffviewer/ydiff.c                     col = 0;
col              2575 src/diffviewer/ydiff.c                     for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2609 src/diffviewer/ydiff.c                             col++;
col              2643 src/diffviewer/ydiff.c         col = 0;
col              2644 src/diffviewer/ydiff.c         for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2675 src/diffviewer/ydiff.c                 col++;
col              1704 src/editor/edit.c     long col;
col              1709 src/editor/edit.c     col = edit_get_col (edit);
col              1730 src/editor/edit.c                     for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col              1749 src/editor/edit.c                 edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col              1751 src/editor/edit.c                 for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col              1756 src/editor/edit.c     *col1 = col;
col              1757 src/editor/edit.c     *col2 = col + width;
col              2768 src/editor/edit.c     long col;
col              2778 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
col              2784 src/editor/edit.c             if (col == cols)
col              2786 src/editor/edit.c             if (col > cols)
col              2801 src/editor/edit.c                     col -= char_length - 1;
col              2803 src/editor/edit.c                     col++;
col              2806 src/editor/edit.c                 col -= char_length - 1;
col              2812 src/editor/edit.c             return (upto != 0 ? (off_t) col : p);
col              2814 src/editor/edit.c             col += TAB_SIZE - col % TAB_SIZE;
col              2818 src/editor/edit.c             col += 2;
col              2820 src/editor/edit.c             col++;
col              2822 src/editor/edit.c     return (off_t) col;
col               676 src/editor/editcmd.c     long col;
col               679 src/editor/editcmd.c     col = edit_get_col (edit);
col               692 src/editor/editcmd.c                 for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col               710 src/editor/editcmd.c             edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col               712 src/editor/editcmd.c             for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col               717 src/editor/editcmd.c     *col1 = col;
col               718 src/editor/editcmd.c     *col2 = col + width;
col               492 src/editor/editdraw.c     int col, start_col_real;
col               519 src/editor/editdraw.c     col = (int) edit_move_forward3 (edit, b, 0, q);
col               520 src/editor/editdraw.c     start_col_real = col + edit->start_col;
col               539 src/editor/editdraw.c     if (col <= -(edit->start_col + 16))
col               561 src/editor/editdraw.c             while (col <= end_col - edit->start_col)
col               615 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;  // quit
col               623 src/editor/editdraw.c                     i = TAB_SIZE - ((int) col % TAB_SIZE);
col               624 src/editor/editdraw.c                     tab_over = (end_col - edit->start_col) - (col + i - 1);
col               627 src/editor/editdraw.c                     col += i;
col               704 src/editor/editdraw.c                         col++;
col               717 src/editor/editdraw.c                             col++;
col               734 src/editor/editdraw.c                         col += 2;
col               746 src/editor/editdraw.c                         col += 2;
col               772 src/editor/editdraw.c                     col++;
col               780 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
col               519 src/filemanager/filemanager.c         int col, row;
col               525 src/filemanager/filemanager.c         tty_getyx (&row, &col);
col               532 src/filemanager/filemanager.c         tty_gotoyx (row, col);
col              3925 src/filemanager/panel.c     int lines, col_width, col;
col              3936 src/filemanager/panel.c     col = x / col_width;
col              3938 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               454 src/usermenu.c     int col;
col               477 src/usermenu.c     for (col = 0; *commands != '\0'; commands++)
col               479 src/usermenu.c         if (col == 0)
col               488 src/usermenu.c         col++;
col               490 src/usermenu.c             col = 0;
col               988 src/usermenu.c     int col = 0;
col              1053 src/usermenu.c         if (col == 0 && (entries == NULL || menu_lines == entries->len))
col              1118 src/usermenu.c             max_cols = MAX (max_cols, col);
col              1119 src/usermenu.c             col = 0;
col              1125 src/usermenu.c             col++;
col              1140 src/usermenu.c             max_cols = MIN (MAX (max_cols, col), MAX_ENTRY_LEN);
col               544 src/viewer/ascii.c     int col = 0;
col               578 src/viewer/ascii.c                 *linewidth = col;
col               579 src/viewer/ascii.c             return (col > 0) ? 1 : 0;
col               590 src/viewer/ascii.c                 *linewidth = col;
col               622 src/viewer/ascii.c         if (view->mode_flags.wrap && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols
col               623 src/viewer/ascii.c             && col > 0)
col               629 src/viewer/ascii.c                 *linewidth = col;
col               636 src/viewer/ascii.c             if ((off_t) col >= dpy_text_column
col               637 src/viewer/ascii.c                 && (off_t) col + charwidth <= dpy_text_column + (off_t) r->cols)
col               641 src/viewer/ascii.c                 widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column));
col               660 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column && (off_t) col + charwidth > dpy_text_column)
col               667 src/viewer/ascii.c                      i < (off_t) col + charwidth && i < dpy_text_column + (off_t) r->cols; i++)
col               673 src/viewer/ascii.c             else if ((off_t) col < dpy_text_column + (off_t) r->cols
col               674 src/viewer/ascii.c                      && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols)
col               680 src/viewer/ascii.c                 for (i = col; i < dpy_text_column + (off_t) r->cols; i++)
col               688 src/viewer/ascii.c         col += charwidth;
col               691 src/viewer/ascii.c         if (!view->mode_flags.wrap && (off_t) col >= dpy_text_column + (off_t) r->cols
col               150 src/viewer/hex.c         int col = 0;
col               161 src/viewer/hex.c             for (i = 0; col < r->cols && hex_buff[i] != '\0'; col++, i++)
col               249 src/viewer/hex.c                 view->cursor_col = col;
col               273 src/viewer/hex.c             widget_gotoyx (view, r->y + row, r->x + col);
col               274 src/viewer/hex.c             if (col < r->cols)
col               277 src/viewer/hex.c                 col++;
col               279 src/viewer/hex.c             if (col < r->cols)
col               282 src/viewer/hex.c                 col++;
col               289 src/viewer/hex.c                 if (col < r->cols)
col               292 src/viewer/hex.c                     col++;
col               298 src/viewer/hex.c                     if (view->data_area.cols >= 80 && col < r->cols)
col               301 src/viewer/hex.c                         col++;
col               303 src/viewer/hex.c                     if (col < r->cols)
col               306 src/viewer/hex.c                         col++;
col               309 src/viewer/internal.h void mcview_moveto (WView *view, off_t, off_t col);
col               430 src/viewer/mcviewer.c         long line, col;
col               433 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);