col 571 lib/tty/tty-ncurses.c for (int col = 0; col < cols; col++) col 573 lib/tty/tty-ncurses.c getcchar (&ctext[col], wch, &attrs, &color_pair, NULL); col 574 lib/tty/tty-ncurses.c setcchar (&ctext[col], wch, attrs, color, NULL); col 408 src/cons.handler.c int col, line; col 417 src/cons.handler.c for (col = 0; col < MIN (COLS, screen_info.mv_csz); col++) col 419 src/cons.handler.c c = screen_shot.buf[line * screen_info.mv_csz + col] & 0xFF; col 2572 src/diffviewer/ydiff.c int ch, next_ch = 0, col; col 2613 src/diffviewer/ydiff.c col = 0; col 2615 src/diffviewer/ydiff.c for (cnt = 0; cnt < strlen (buf) && col < width; cnt++) col 2653 src/diffviewer/ydiff.c col++; col 2691 src/diffviewer/ydiff.c col = 0; col 2692 src/diffviewer/ydiff.c for (cnt = 0; cnt < strlen (buf) && col < width; cnt++) col 2729 src/diffviewer/ydiff.c col++; col 1694 src/editor/edit.c long col; col 1699 src/editor/edit.c col = edit_get_col (edit); col 1720 src/editor/edit.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width) col 1739 src/editor/edit.c edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1); col 1741 src/editor/edit.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width) col 1746 src/editor/edit.c *col1 = col; col 1747 src/editor/edit.c *col2 = col + width; col 2760 src/editor/edit.c long col; col 2770 src/editor/edit.c for (col = 0, p = current; p < q; p++) col 2776 src/editor/edit.c if (col == cols) col 2778 src/editor/edit.c if (col > cols) col 2794 src/editor/edit.c col -= char_length - 1; col 2796 src/editor/edit.c col++; col 2799 src/editor/edit.c col -= char_length - 1; col 2806 src/editor/edit.c return (upto != 0 ? (off_t) col : p); col 2808 src/editor/edit.c col += TAB_SIZE - col % TAB_SIZE; col 2816 src/editor/edit.c col += 2; col 2818 src/editor/edit.c col++; col 2820 src/editor/edit.c return (off_t) col; col 1346 src/editor/editcmd.c long col; col 1349 src/editor/editcmd.c col = edit_get_col (edit); col 1362 src/editor/editcmd.c for (l = width - (edit_get_col (edit) - col); l > 0; l -= space_width) col 1380 src/editor/editcmd.c edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1); col 1382 src/editor/editcmd.c for (l = col - edit_get_col (edit); l >= space_width; l -= space_width) col 1387 src/editor/editcmd.c *col1 = col; col 1388 src/editor/editcmd.c *col2 = col + width; col 509 src/editor/editdraw.c int col, start_col_real; col 538 src/editor/editdraw.c col = (int) edit_move_forward3 (edit, b, 0, q); col 539 src/editor/editdraw.c start_col_real = col + edit->start_col; col 558 src/editor/editdraw.c if (col <= -(edit->start_col + 16)) col 580 src/editor/editdraw.c while (col <= end_col - edit->start_col) col 633 src/editor/editdraw.c col = end_col - edit->start_col + 1; /* quit */ col 641 src/editor/editdraw.c i = TAB_SIZE - ((int) col % TAB_SIZE); col 642 src/editor/editdraw.c tab_over = (end_col - edit->start_col) - (col + i - 1); col 645 src/editor/editdraw.c col += i; col 721 src/editor/editdraw.c col++; col 735 src/editor/editdraw.c col++; col 753 src/editor/editdraw.c col += 2; col 765 src/editor/editdraw.c col += 2; col 797 src/editor/editdraw.c col++; col 805 src/editor/editdraw.c if (col > (end_col - edit->start_col + 1)) col 546 src/filemanager/filemanager.c int col, row; col 552 src/filemanager/filemanager.c tty_getyx (&row, &col); col 559 src/filemanager/filemanager.c tty_gotoyx (row, col); col 403 src/help.c help_print_word (WDialog * h, GString * word, int *col, int *line, gboolean add_space) col 412 src/help.c if (*col + w >= HELP_WINDOW_WIDTH) col 414 src/help.c *col = 0; col 422 src/help.c widget_gotoyx (h, *line + 2, *col + 2); col 425 src/help.c *col += w; col 431 src/help.c if (*col < HELP_WINDOW_WIDTH - 1) col 434 src/help.c (*col)++; col 438 src/help.c *col = 0; col 450 src/help.c int col, line, c; col 463 src/help.c line = col = active_col = active_line = 0; col 493 src/help.c active_col = col + 2; col 496 src/help.c start_link_area (col, line, p); col 503 src/help.c help_print_word (h, word, &col, &line, FALSE); col 504 src/help.c end_link_area (col - 1, line); col 514 src/help.c widget_gotoyx (h, line + 2, col + 2); col 516 src/help.c col += str_term_width1 (VERSION); col 525 src/help.c help_print_word (h, word, &col, &line, FALSE); col 530 src/help.c help_print_word (h, word, &col, &line, FALSE); col 532 src/help.c col = 0; col 539 src/help.c help_print_word (h, word, &col, &line, c == ' '); col 542 src/help.c col = (col / 8 + 1) * 8; col 543 src/help.c if (col >= HELP_WINDOW_WIDTH) col 546 src/help.c col = 8; col 557 src/help.c else if (col < HELP_WINDOW_WIDTH) col 559 src/help.c widget_gotoyx (h, line + 2, col + 2); col 567 src/help.c SLsmg_draw_object (WIDGET (h)->y + line + 2, WIDGET (h)->x + col + 2, col 570 src/help.c col++; col 578 src/help.c help_print_word (h, word, &col, &line, FALSE); col 433 src/usermenu.c int col; col 456 src/usermenu.c for (col = 0; *commands != '\0'; commands++) col 458 src/usermenu.c if (col == 0) col 467 src/usermenu.c col++; col 469 src/usermenu.c col = 0; col 935 src/usermenu.c int col, i; col 1008 src/usermenu.c for (menu_lines = col = 0; *p != '\0'; str_next_char (&p)) col 1025 src/usermenu.c if (col == 0 && entries[menu_lines] == NULL) col 1088 src/usermenu.c max_cols = MAX (max_cols, col); col 1089 src/usermenu.c col = 0; col 1095 src/usermenu.c col++; col 1112 src/usermenu.c max_cols = MIN (MAX (max_cols, col), MAX_ENTRY_LEN); col 581 src/viewer/ascii.c screen_dimen col = 0; col 615 src/viewer/ascii.c *linewidth = col; col 616 src/viewer/ascii.c return (col > 0) ? 1 : 0; col 627 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) width 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) width) col 677 src/viewer/ascii.c widget_gotoyx (view, top + row, left + ((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) width; i++) col 709 src/viewer/ascii.c else if ((off_t) col < dpy_text_column + (off_t) width && col 710 src/viewer/ascii.c (off_t) col + charwidth > dpy_text_column + (off_t) width) col 716 src/viewer/ascii.c for (i = col; i < dpy_text_column + (off_t) width; 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) width col 154 src/viewer/hex.c screen_dimen col = 0; col 165 src/viewer/hex.c for (i = 0; col < width && hex_buff[i] != '\0'; col++, i++) col 257 src/viewer/hex.c view->cursor_col = col; col 279 src/viewer/hex.c widget_gotoyx (view, top + row, left + col); col 280 src/viewer/hex.c if (col < width) col 283 src/viewer/hex.c col += 1; col 285 src/viewer/hex.c if (col < width) col 288 src/viewer/hex.c col += 1; col 295 src/viewer/hex.c if (col < width) col 298 src/viewer/hex.c col += 1; col 304 src/viewer/hex.c if (view->data_area.width >= 80 && col < width) col 307 src/viewer/hex.c col += 1; col 309 src/viewer/hex.c if (col < width) col 312 src/viewer/hex.c col += 1; 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 339 src/viewer/move.c mcview_moveto (WView * view, off_t line, off_t col) col 343 src/viewer/move.c mcview_coord_to_offset (view, &offset, line, col); col 382 src/viewer/move.c screen_dimen col = view->cursor_col; col 384 src/viewer/move.c col++; col 385 src/viewer/move.c widget_gotoyx (view, top + view->cursor_row, left + col);