| /vim-8.2.3635/runtime/plugin/ |
| H A D | rrhelper.vim | 15 let cnt = 0 22 while cnt < max 25 let uniqueGroup = "RemoteReply_".id."_".cnt 29 let f = substitute(argv(cnt), '\\', '/', "g") 36 …execute "autocmd ".uniqueGroup." BufUnload ". f ." call DoRemoteReply('".id."', '".cnt."', '".uni… 37 let cnt = cnt + 1 42 function DoRemoteReply(id, cnt, group, file) argument 43 call server2client(a:id, a:cnt)
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xhistogram.c | 54 unsigned int ptr, cnt; member 68 unsigned int cnt, member 86 ((LINE_MAP(index, ptr))->cnt) 130 rec->cnt = XDL_MIN(MAX_CNT, rec->cnt + 1); in scanA() 149 rec->cnt = 1; in scanA() 170 if (rec->cnt > index->cnt) { in try_lcs() 187 rc = rec->cnt; in try_lcs() 206 if (lcs->end1 - lcs->begin1 < ae - as || rc < index->cnt) { in try_lcs() 211 index->cnt = rc; in try_lcs() 301 index.cnt = index.max_chain_length + 1; in find_lcs() [all …]
|
| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 442 int i, cnt = 0; in mch_expand_wildcards() local 468 cnt = 0; in mch_expand_wildcards() 472 if (cnt > 0) in mch_expand_wildcards() 473 cnt = vms_match_num; in mch_expand_wildcards() 475 if (cnt < 1) in mch_expand_wildcards() 478 for (i = 0; i < cnt; i++) in mch_expand_wildcards() 520 int i,cnt = 0; in mch_expandpath() local 528 cnt = 0; in mch_expandpath() 532 if (cnt > 0) in mch_expandpath() 533 cnt = vms_match_num; in mch_expandpath() [all …]
|
| H A D | spellfile.c | 827 cnt = (cnt << 8) + (unsigned)c; in read_cnt_string() 901 int cnt; in read_prefcond_section() local 946 int cnt; in read_rep_section() local 996 int cnt; in read_sal_section() local 1177 int cnt; in read_sofo_section() local 1186 return cnt; in read_sofo_section() 1193 return cnt; in read_sofo_section() 1225 int cnt; in read_compound() local 1271 if (cnt < 0) in read_compound() 4649 ++cnt; in deref_wordnode() [all …]
|
| H A D | if_cscope.c | 625 short cnt = 0; in cs_cnt_connections() local 630 cnt++; in cs_cnt_connections() 632 return cnt; in cs_cnt_connections() 1621 static int cnt = -1; in cs_manage_matches() local 1634 cnt = totmatches; in cs_manage_matches() 1638 if (next >= cnt) in cs_manage_matches() 1647 if (cnt > 0) in cs_manage_matches() 1648 while (cnt--) in cs_manage_matches() 1650 vim_free(mp[cnt]); in cs_manage_matches() 1652 vim_free(cp[cnt]); in cs_manage_matches() [all …]
|
| H A D | search.c | 3148 else if (stat.cnt > maxcount) in cmdline_search_stat() 3153 stat.cnt, stat.cur); in cmdline_search_stat() 3163 else if (stat.cnt > maxcount) in cmdline_search_stat() 3168 stat.cur, stat.cnt); in cmdline_search_stat() 3214 static int cnt = 0; in update_search_stat() local 3230 stat->cnt = cnt; in update_search_stat() 3253 cnt = 0; in update_search_stat() 3285 cnt++; in update_search_stat() 3288 cur = cnt; in update_search_stat() 3293 if (maxcount > 0 && cnt > maxcount) in update_search_stat() [all …]
|
| H A D | register.c | 852 int cnt; in get_spec_reg() local 909 cnt = find_ident_under_cursor(argp, regname == Ctrl_W in get_spec_reg() 911 *argp = cnt ? vim_strnsave(*argp, cnt) : NULL; in get_spec_reg() 1563 long cnt; in do_put() local 2095 for (cnt = 1; cnt <= count; ++cnt) in do_put() 2146 if (cnt == count && i == y_size - 1) in do_put() 2166 if (cnt == count && i == y_size - 1) in do_put() 2170 if (cnt == 1) in do_put()
|
| H A D | filepath.c | 1740 long cnt = 0; in read_file_or_blob() local 1786 while (cnt < maxline || maxline < 0) in read_file_or_blob() 1849 if ((++cnt >= maxline && maxline >= 0) || readlen <= 0) in read_file_or_blob() 1895 if (failed || (cnt >= maxline && maxline >= 0) || readlen <= 0) in read_file_or_blob() 1935 while (cnt > -maxline) in read_file_or_blob() 1938 --cnt; in read_file_or_blob() 3264 int cnt = 0; in expand_backtick() local 3297 ++cnt; in expand_backtick() 3305 return cnt; in expand_backtick()
|
| H A D | highlight.c | 3911 static void highlight_list_two(int cnt, int attr); 3978 highlight_list_two(int cnt, int attr) in highlight_list_two() argument 3980 msg_puts_attr(&("N \bI \b! \b"[cnt / 11]), attr); in highlight_list_two() 3983 ui_delay(cnt == 99 ? 40L : (long)cnt * 50L, FALSE); in highlight_list_two()
|
| H A D | spell.c | 1915 int cnt = 0; in count_syllables() local 1932 cnt = 0; in count_syllables() 1947 ++cnt; in count_syllables() 1959 ++cnt; // Yes, count it in count_syllables() 1964 return cnt; in count_syllables()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_spellfile.vim | 25 let cnt=readfile('./Xspellfile.add') 26 call assert_equal('goood', cnt[0]) 46 let cnt=readfile('./Xspellfile.add') 47 call assert_equal('#oood', cnt[0]) 48 call assert_equal('goood/!', cnt[1]) 79 let cnt=readfile(fname) 85 let cnt=readfile(fname) 92 let cnt=readfile(fname) 99 let cnt=readfile(fname) 104 let cnt=readfile(fname) [all …]
|
| H A D | script_util.vim | 34 let cnt = 0 36 let cnt = cnt + 1 37 s/\<call\s*\%(\u\|s:\)\w*\s*(.*)/\='source ' . a:{cnt}/
|
| H A D | test_matchadd_conceal.vim | 321 let cnt='Inductive bool : Type := | true : bool | false : bool.' 323 0put =cnt
|
| H A D | test_vim9_script.vim | 2682 for cnt in range(7) 2683 if cnt == 4 2686 if cnt == 2 2689 result ..= cnt .. '_' 3068 var cnt = 0 3069 while cnt < 555 3070 if cnt == 3 3073 cnt += 1 3074 if cnt == 2 3077 result ..= cnt .. '_'
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vb.vim | 13 let cnt = v:count1 14 while cnt > 0 16 let cnt = cnt - 1
|
| H A D | python.vim | 99 let cnt = a:count 101 while cnt > 0 103 let cnt = cnt - 1
|
| H A D | man.vim | 79 func s:PreGetPage(cnt) argument 80 if a:cnt == 0 96 let sect = a:cnt
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlformat.vim | 168 let cnt = 0 181 elseif column > limit || cnt == 0 194 let cnt += 1
|
| H A D | rust.vim | 9 let cnt = v:count1 16 while cnt > 0 18 let cnt = cnt - 1
|
| H A D | netrw.vim | 3524 let cnt = cnt + 1 3546 let cnt= cnt + g:netrw_dirhistmax 3744 let cnt= cnt + g:netrw_dirhistmax 4769 let cnt= cnt + 1 4788 let cnt = ( cnt - 1 ) % g:netrw_dirhistmax 4790 let cnt= cnt + g:netrw_dirhistmax 5432 let cnt = cnt + 1 7329 let cnt= cnt + 1 7334 elseif cnt == 2 || cnt == 3 9301 let cnt= cnt + 1 [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 391 let cnt = a:d 393 while cnt 394 let cnt = cnt - 1 405 let cnt = 1 406 while cnt 412 let cnt = cnt + (match[index]=="(" ? 1 : -1) " ')'
|
| /vim-8.2.3635/src/proto/ |
| H A D | memline.pro | 41 void goto_byte(long cnt);
|
| H A D | misc2.pro | 56 char_u *read_string(FILE *fd, int cnt);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cupl.vim | 64 syn match cuplExtension "\.cnt\>"
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | state.c | 1074 int cnt, ptr = 0; in on_csi() local 1075 for(cnt = 0; cnt < col - 1; ++cnt) { in on_csi()
|