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               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              2562 src/diffviewer/ydiff.c         int col;
col              2603 src/diffviewer/ydiff.c                     col = 0;
col              2605 src/diffviewer/ydiff.c                     for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2643 src/diffviewer/ydiff.c                             col++;
col              2679 src/diffviewer/ydiff.c         col = 0;
col              2680 src/diffviewer/ydiff.c         for (cnt = 0; cnt < strlen (buf) && col < width; cnt++)
col              2715 src/diffviewer/ydiff.c                 col++;
col              1735 src/editor/edit.c     long col;
col              1740 src/editor/edit.c     col = edit_get_col (edit);
col              1761 src/editor/edit.c                     for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col              1780 src/editor/edit.c                 edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col              1782 src/editor/edit.c                 for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col              1787 src/editor/edit.c     *col1 = col;
col              1788 src/editor/edit.c     *col2 = col + width;
col              2808 src/editor/edit.c     long col;
col              2818 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
col              2824 src/editor/edit.c             if (col == cols)
col              2826 src/editor/edit.c             if (col > cols)
col              2842 src/editor/edit.c                     col -= char_length - 1;
col              2844 src/editor/edit.c                     col++;
col              2847 src/editor/edit.c                 col -= char_length - 1;
col              2854 src/editor/edit.c             return (upto != 0 ? (off_t) col : p);
col              2856 src/editor/edit.c             col += TAB_SIZE - col % TAB_SIZE;
col              2864 src/editor/edit.c             col += 2;
col              2866 src/editor/edit.c             col++;
col              2868 src/editor/edit.c     return (off_t) col;
col               682 src/editor/editcmd.c     long col;
col               685 src/editor/editcmd.c     col = edit_get_col (edit);
col               698 src/editor/editcmd.c                 for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width)
col               716 src/editor/editcmd.c             edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);
col               718 src/editor/editcmd.c             for (l = col - edit_get_col (edit); l >= space_width; l -= space_width)
col               723 src/editor/editcmd.c     *col1 = col;
col               724 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               625 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;        /* quit */
col               633 src/editor/editdraw.c                         i = TAB_SIZE - ((int) col % TAB_SIZE);
col               634 src/editor/editdraw.c                         tab_over = (end_col - edit->start_col) - (col + i - 1);
col               637 src/editor/editdraw.c                         col += i;
col               714 src/editor/editdraw.c                         col++;
col               728 src/editor/editdraw.c                             col++;
col               746 src/editor/editdraw.c                         col += 2;
col               758 src/editor/editdraw.c                         col += 2;
col               790 src/editor/editdraw.c                     col++;
col               798 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
col               536 src/filemanager/filemanager.c         int col, row;
col               542 src/filemanager/filemanager.c         tty_getyx (&row, &col);
col               549 src/filemanager/filemanager.c         tty_gotoyx (row, col);
col              3982 src/filemanager/panel.c     int lines, col_width, col;
col              3993 src/filemanager/panel.c     col = x / col_width;
col              3995 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               447 src/usermenu.c     int col;
col               470 src/usermenu.c     for (col = 0; *commands != '\0'; commands++)
col               472 src/usermenu.c         if (col == 0)
col               481 src/usermenu.c         col++;
col               483 src/usermenu.c             col = 0;
col               979 src/usermenu.c     int col, i;
col              1052 src/usermenu.c     for (menu_lines = col = 0; *p != '\0'; str_next_char (&p))
col              1069 src/usermenu.c         if (col == 0 && entries[menu_lines] == NULL)
col              1132 src/usermenu.c             max_cols = MAX (max_cols, col);
col              1133 src/usermenu.c             col = 0;
col              1139 src/usermenu.c             col++;
col              1156 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               153 src/viewer/hex.c         int col = 0;
col               164 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               278 src/viewer/hex.c             widget_gotoyx (view, r->y + row, r->x + col);
col               279 src/viewer/hex.c             if (col < r->cols)
col               282 src/viewer/hex.c                 col += 1;
col               284 src/viewer/hex.c             if (col < r->cols)
col               287 src/viewer/hex.c                 col += 1;
col               294 src/viewer/hex.c                 if (col < r->cols)
col               297 src/viewer/hex.c                     col += 1;
col               303 src/viewer/hex.c                     if (view->data_area.cols >= 80 && col < r->cols)
col               306 src/viewer/hex.c                         col += 1;
col               308 src/viewer/hex.c                     if (col < r->cols)
col               311 src/viewer/hex.c                         col += 1;
col               310 src/viewer/internal.h void mcview_moveto (WView * view, off_t, off_t col);
col               437 src/viewer/mcviewer.c         long line, col;
col               440 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);