Lines Matching defs:fr
57 int endy, endx, to, fr, num_lines, dir;
95 * "fr" is the line that we are coming "fr"om and
99 * to point to the offset's line. We want to move line "fr"
104 fr = to - id;
105 num_lines = endy - fr;
113 fr = to - id;
114 num_lines = fr - (win->_cury - 1);
132 for (; num_lines > 0; num_lines--, to += dir, fr += dir) {
136 win->_y[to] = win->_y[fr];
137 win->_y[fr] = sw;
140 _MARKS[to] = _MARKS[fr];
141 _MARKS[fr] = mk;
148 _COLOR_MARKS[to] = _COLOR_MARKS[fr];
149 _COLOR_MARKS[fr] = mk;
155 win->_y[fr], (endx * sizeof (chtype)));
164 begch[to] = begch[fr];
165 endch[to] = endch[fr];
166 _CURHASH[to] = _CURHASH[fr];