mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
40 lines
5.1 KiB
HTML
40 lines
5.1 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>dpy_text_column</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L555'>dpy_text_column</a> 555 src/viewer/ascii.c off_t dpy_text_column = view->mode_flags.wrap ? 0 : view->dpy_text_column;</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L634'>dpy_text_column</a> 634 src/viewer/ascii.c if (view->mode_flags.wrap && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L648'>dpy_text_column</a> 648 src/viewer/ascii.c if ((off_t) col >= dpy_text_column</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L649'>dpy_text_column</a> 649 src/viewer/ascii.c && (off_t) col + charwidth <= dpy_text_column + (off_t) r->cols)</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L653'>dpy_text_column</a> 653 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + ((off_t) col - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L672'>dpy_text_column</a> 672 src/viewer/ascii.c else if ((off_t) col < dpy_text_column && (off_t) col + charwidth > dpy_text_column)</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L678'>dpy_text_column</a> 678 src/viewer/ascii.c for (i = dpy_text_column;</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L679'>dpy_text_column</a> 679 src/viewer/ascii.c i < (off_t) col + charwidth && i < dpy_text_column + (off_t) r->cols; i++)</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L681'>dpy_text_column</a> 681 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + (i - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L685'>dpy_text_column</a> 685 src/viewer/ascii.c else if ((off_t) col < dpy_text_column + (off_t) r->cols</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L686'>dpy_text_column</a> 686 src/viewer/ascii.c && (off_t) col + charwidth > dpy_text_column + (off_t) r->cols)</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L692'>dpy_text_column</a> 692 src/viewer/ascii.c for (i = col; i < dpy_text_column + (off_t) r->cols; i++)</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L694'>dpy_text_column</a> 694 src/viewer/ascii.c widget_gotoyx (view, r->y + row, r->x + (i - dpy_text_column));</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L703'>dpy_text_column</a> 703 src/viewer/ascii.c if (!view->mode_flags.wrap && (off_t) col >= dpy_text_column + (off_t) r->cols</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L997'>dpy_text_column</a> 997 src/viewer/ascii.c view->dpy_text_column = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--ascii.c.html#L1013'>dpy_text_column</a> 1013 src/viewer/ascii.c view->dpy_text_column = DOZ (linewidth, (off_t) view->data_area.cols);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L388'>dpy_text_column</a> 388 src/viewer/display.c cl = view->dpy_text_column + c;</span>
|
|
<span class='curline'><a href='../S/src--viewer--internal.h.html#L153'>dpy_text_column</a> 153 src/viewer/internal.h off_t dpy_text_column; /* Number of skipped columns in non-wrap</span>
|
|
<span class='curline'><a href='../S/src--viewer--lib.c.html#L172'>dpy_text_column</a> 172 src/viewer/lib.c view->dpy_text_column = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L322'>dpy_text_column</a> 322 src/viewer/mcviewer.c view->dpy_text_column = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L425'>dpy_text_column</a> 425 src/viewer/mcviewer.c view->dpy_text_column = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L194'>dpy_text_column</a> 194 src/viewer/move.c view->dpy_text_column = DOZ (view->dpy_text_column, columns);</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L223'>dpy_text_column</a> 223 src/viewer/move.c view->dpy_text_column += columns;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L237'>dpy_text_column</a> 237 src/viewer/move.c view->dpy_text_column = 0;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L282'>dpy_text_column</a> 282 src/viewer/move.c view->dpy_text_column = 0;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|