Lines Matching full:start_col
87 if(rect.start_col == 0 && rect.end_col == state->cols && rightward == 0) {
115 .start_col = SCROLLREGION_LEFT(state),
311 .start_col = state->pos.col,
408 .start_col = SCROLLREGION_LEFT(state),
955 rect.start_col = state->pos.col;
1034 rect.start_col = state->pos.col; rect.end_col = state->cols;
1035 if(rect.end_col > rect.start_col)
1039 rect.start_col = 0;
1048 rect.start_col = 0; rect.end_col = state->cols;
1051 if(rect.end_col > rect.start_col)
1062 rect.start_col = 0; rect.end_col = state->cols;
1079 rect.start_col = state->pos.col; rect.end_col = THISROWWIDTH(state); break;
1081 rect.start_col = 0; rect.end_col = state->pos.col + 1; break;
1083 rect.start_col = 0; rect.end_col = THISROWWIDTH(state); break;
1088 if(rect.end_col > rect.start_col)
1098 rect.start_col = SCROLLREGION_LEFT(state);
1110 rect.start_col = SCROLLREGION_LEFT(state);
1122 rect.start_col = state->pos.col;
1137 rect.start_col = SCROLLREGION_LEFT(state);
1149 rect.start_col = SCROLLREGION_LEFT(state);
1161 rect.start_col = state->pos.col;
1389 rect.start_col = state->pos.col;
1401 rect.start_col = state->pos.col;
1736 .start_col = 0,