Lines Matching refs:col1
103 int col1, row1; in c_yank() local
111 col1 = w->ww_cur.c; in c_yank()
113 wwsetcursor(row1, col1); in c_yank()
116 switch (getpos(&row1, &col1, w->ww_i.t, w->ww_i.l, in c_yank()
131 col2 = col1; in c_yank()
141 yank_highlight(row1, col1, r, c); in c_yank()
146 yank_highlight(row1, col1, r, c); in c_yank()
147 yank_highlight(row1, col1, row2, col2); in c_yank()
153 if (row2 < row1 || (row2 == row1 && col2 < col1)) { in c_yank()
155 c = col1; in c_yank()
157 col1 = col2; in c_yank()
162 c = col1; in c_yank()
168 yank_highlight(row1, col1, row2, col2); in c_yank()
176 yank_highlight(int row1, int col1, int row2, int col2) in yank_highlight() argument
183 if (row2 < row1 || (row2 == row1 && col2 < col1)) { in yank_highlight()
185 c = col1; in yank_highlight()
187 col1 = col2; in yank_highlight()
191 c = col1; in yank_highlight()