Home
last modified time | relevance | path

Searched refs:start_col (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Drect.h6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col; in rect_expand()
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col; in rect_clip()
26 if(dst->end_col < dst->start_col) dst->end_col = dst->start_col; in rect_clip()
33 (a->start_col == b->start_col) && in rect_equal()
42 if(small->start_col < big->start_col) return 0; in rect_contains()
53 if(a->start_col > b->end_col || b->start_col > a->end_col) in rect_intersects()
H A Dvterm.c304 abs(rightward) >= rect.end_col - rect.start_col) { in vterm_scroll_rect()
315 dest.start_col = rect.start_col; in vterm_scroll_rect()
317 src.start_col = rect.start_col + rightward; in vterm_scroll_rect()
326 dest.start_col = rect.start_col + leftward; in vterm_scroll_rect()
328 src.start_col = rect.start_col; in vterm_scroll_rect()
355 rect.start_col = rect.end_col - rightward; in vterm_scroll_rect()
357 rect.end_col = rect.start_col - rightward; in vterm_scroll_rect()
368 int rightward = src.start_col - dest.start_col; in vterm_copy_cells()
388 test_col = dest.start_col - 1; in vterm_copy_cells()
392 init_col = dest.start_col; in vterm_copy_cells()
H A Dscreen.c128 if(screen->damaged.start_col > rect.start_col) in damagerect()
129 screen->damaged.start_col = rect.start_col; in damagerect()
198 rect.start_col = pos.col; in putglyph()
234 int cols = src.end_col - src.start_col; in moverect_internal()
251 memmove(getcell(screen, row, dest.start_col), in moverect_internal()
378 else if(rect.start_col <= screen->damaged.start_col && in scrollrect()
666 rect.start_col = 0; in setlineinfo()
671 rect.start_col = screen->cols / 2; in setlineinfo()
994 if(extent->start_col < 0) in vterm_screen_get_attrs_extent()
995 extent->start_col = 0; in vterm_screen_get_attrs_extent()
[all …]
H A Dstate.c126 cols = rect.end_col - rect.start_col; in scroll()
416 rect.start_col = state->pos.col; in on_text()
1013 rect.start_col = state->pos.col; in on_csi()
1113 if(rect.end_col > rect.start_col) in on_csi()
1117 rect.start_col = 0; in on_csi()
1129 if(rect.end_col > rect.start_col) in on_csi()
1166 if(rect.end_col > rect.start_col) in on_csi()
1209 rect.start_col = state->pos.col; in on_csi()
1248 rect.start_col = state->pos.col; in on_csi()
1544 rect.start_col = state->pos.col; in on_csi()
[all …]
/vim-8.2.3635/src/
H A Dindent.c187 colnr_T start_col, in tabstop_fromto() argument
206 initspc = ts - (start_col % ts); in tabstop_fromto()
225 if (tabcol > start_col) in tabstop_fromto()
1230 int start_col; in change_indent() local
1266 start_col = -1; in change_indent()
1379 --start_col; in change_indent()
1389 ++start_col; in change_indent()
1650 start_col = col; in ex_retab()
1706 if (start_col > 0) in ex_retab()
1710 ptr = new_line + start_col; in ex_retab()
[all …]
H A Dtextprop.c160 colnr_T start_col; in f_prop_add() local
169 start_col = tv_get_number(&argvars[1]); in f_prop_add()
170 if (start_col < 1) in f_prop_add()
172 semsg(_(e_invalid_col), (long)start_col); in f_prop_add()
197 colnr_T start_col, in prop_add_one() argument
241 col = start_col; in prop_add_one()
322 colnr_T start_col; in f_prop_add_list() local
371 start_col, end_col) == FAIL) in f_prop_add_list()
387 colnr_T start_col, in prop_add_common() argument
426 end_col = start_col + length; in prop_add_common()
[all …]
H A Dclipboard.c994 int start_col; in clip_copy_modeless_selection() local
1054 start_col = col1; in clip_copy_modeless_selection()
1057 start_col = clip_star.min_col; in clip_copy_modeless_selection()
1059 start_col = 0; in clip_copy_modeless_selection()
1084 if (end_col < start_col) in clip_copy_modeless_selection()
1085 end_col = start_col; in clip_copy_modeless_selection()
1104 for (i = start_col; i < end_col; ++i) in clip_copy_modeless_selection()
1125 for (i = start_col; i < end_col; ++i) in clip_copy_modeless_selection()
1150 STRNCPY(bufp, ScreenLines + LineOffset[row] + start_col, in clip_copy_modeless_selection()
1151 end_col - start_col); in clip_copy_modeless_selection()
[all …]
H A Dscreen.c2339 int start_col, in screen_fill() argument
2362 || start_col >= end_col) // nothing to do in screen_fill()
2383 if (start_col > 0 && mb_fix_col(start_col, row) != start_col) in screen_fill()
2384 screen_puts_len((char_u *)" ", 1, row, start_col - 1, 0); in screen_fill()
2405 col = start_col; in screen_fill()
2438 off = LineOffset[row] + start_col; in screen_fill()
2440 for (col = start_col; col < end_col; ++col) in screen_fill()
2497 if (col == start_col) in screen_fill()
2509 if (start_col == 0 && end_col == Columns in screen_fill()
2512 if (start_col == 0) in screen_fill()
H A Dregexp_nfa.c3995 colnr_T start_col; member
4077 sub->list.multi[j].start_col, in log_subexpr()
4247 != sub2->list.multi[i].start_col) in sub_equal()
4314 col = sub->list.multi[0].start_col; in report_state()
4805 sub->list.multi[subidx].start_col = in addstate()
5164 - sub->list.multi[subidx].start_col; in match_backref()
5176 sub->list.multi[subidx].start_col, in match_backref()
7117 m->norm.list.multi[0].start_col = in nfa_regmatch()
7313 && mpos->end_col >= mpos->start_col) in nfa_regtry()
7316 + mpos->start_col, in nfa_regtry()
[all …]
H A Dex_cmds.c388 colnr_T start_col; in ex_sort() local
514 start_col = 0; in ex_sort()
520 start_col = (colnr_T)(regmatch.startp[0] - s); in ex_sort()
524 start_col = (colnr_T)(regmatch.endp[0] - s); in ex_sort()
542 p = s + start_col; in ex_sort()
587 nrs[lnum - eap->line1].st_u.line.start_col_nr = start_col; in ex_sort()
H A Dregexp.c1089 static int match_with_backref(linenr_T start_lnum, colnr_T start_col, linenr_T end_lnum, colnr_T en…
1432 colnr_T start_col, in match_with_backref() argument
1438 colnr_T ccol = start_col; in match_with_backref()
H A Dops.c3106 colnr_T start_col = (lnum == min_pos.lnum) in cursor_pos_info() local
3109 ? max_pos.col - start_col + 1 : MAXCOL; in cursor_pos_info()
3111 s = ml_get(lnum) + start_col; in cursor_pos_info()
H A Dterminal.c2990 if (dest.start_col == src.start_col in handle_moverect()
5852 rect.start_col = 0; in f_term_getline()
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c257 rect.start_row, rect.end_row, rect.start_col, rect.end_col, in scrollrect()
270 src.start_row, src.end_row, src.start_col, src.end_col, in moverect()
271 dest.start_row, dest.end_row, dest.start_col, dest.end_col); in moverect()
339 rect.start_row, rect.end_row, rect.start_col, rect.end_col, in state_erase()
425 rect.start_row, rect.end_row, rect.start_col, rect.end_col); in screen_damage()
434 while(eol > rect.start_col) { in screen_damage()
446 if(eol == rect.start_col) in screen_damage()
453 for(col = rect.start_col; col < eol; col++) { in screen_damage()
459 printf(col == rect.start_col ? "%02X" : " %02X", cell.chars[0]); in screen_damage()
1008 rect.start_col = 0; in main()
[all …]
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h59 int start_col; member
70 p.col >= r.start_col && p.col < r.end_col; in vterm_rect_contains()
83 rect->start_col += col_delta; rect->end_col += col_delta; in vterm_rect_move()
/vim-8.2.3635/src/proto/
H A Dtextprop.pro5 void prop_add_common(linenr_T start_lnum, colnr_T start_col, dict_T *dict, buf_T *default_buf, typv…
H A Dindent.pro6 void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspc…
H A Dscreen.pro28 void screen_fill(int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr);
/vim-8.2.3635/src/testdir/
H A Dtest_textprop.vim1358 " Has already collapsed here, start_col:6 does not result in an error
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim1732 … let start_col = match(line, '^\s*'.object.'\C\s*=\zs&\?\s\+\(clone\)\?\s*'.variable_name_pattern)
1734 let [pos, char] = s:getNextCharWithPos(filelines, [len(filelines) - i, start_col])
1779 let start_col = match(line, '\C^\s*'.object.'\s*=\zs&\?\s*'.function_invocation_pattern)
1781 let [pos, char] = s:getNextCharWithPos(filelines, [len(filelines) - i, start_col])