| /vim-8.2.3635/src/libvterm/src/ |
| H A D | rect.h | 6 #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 D | vterm.c | 304 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 D | screen.c | 128 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 D | state.c | 126 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 D | indent.c | 187 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 D | textprop.c | 160 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 D | clipboard.c | 994 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 D | screen.c | 2339 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 D | regexp_nfa.c | 3995 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 D | ex_cmds.c | 388 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 D | regexp.c | 1089 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 D | ops.c | 3106 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 D | terminal.c | 2990 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 D | harness.c | 257 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 D | vterm.h | 59 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 D | textprop.pro | 5 void prop_add_common(linenr_T start_lnum, colnr_T start_col, dict_T *dict, buf_T *default_buf, typv…
|
| H A D | indent.pro | 6 void tabstop_fromto(colnr_T start_col, colnr_T end_col, int ts_arg, int *vts, int *ntabs, int *nspc…
|
| H A D | screen.pro | 28 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 D | test_textprop.vim | 1358 " Has already collapsed here, start_col:6 does not result in an error
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 1732 … 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])
|