Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 36) sorted by relevance

12

/vim-8.2.3635/runtime/plugin/
H A Drrhelper.vim15 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 Dxhistogram.c54 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 Dos_vms.c442 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 Dspellfile.c827 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 Dif_cscope.c625 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 Dsearch.c3148 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 Dregister.c852 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 Dfilepath.c1740 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 Dhighlight.c3911 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 Dspell.c1915 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 Dtest_spellfile.vim25 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 Dscript_util.vim34 let cnt = 0
36 let cnt = cnt + 1
37 s/\<call\s*\%(\u\|s:\)\w*\s*(.*)/\='source ' . a:{cnt}/
H A Dtest_matchadd_conceal.vim321 let cnt='Inductive bool : Type := | true : bool | false : bool.'
323 0put =cnt
H A Dtest_vim9_script.vim2682 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 Dvb.vim13 let cnt = v:count1
14 while cnt > 0
16 let cnt = cnt - 1
H A Dpython.vim99 let cnt = a:count
101 while cnt > 0
103 let cnt = cnt - 1
H A Dman.vim79 func s:PreGetPage(cnt) argument
80 if a:cnt == 0
96 let sect = a:cnt
/vim-8.2.3635/runtime/autoload/
H A Dxmlformat.vim168 let cnt = 0
181 elseif column > limit || cnt == 0
194 let cnt += 1
H A Drust.vim9 let cnt = v:count1
16 while cnt > 0
18 let cnt = cnt - 1
H A Dnetrw.vim3524 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 Dmatchit.vim391 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 Dmemline.pro41 void goto_byte(long cnt);
H A Dmisc2.pro56 char_u *read_string(FILE *fd, int cnt);
/vim-8.2.3635/runtime/syntax/
H A Dcupl.vim64 syn match cuplExtension "\.cnt\>"
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c1074 int cnt, ptr = 0; in on_csi() local
1075 for(cnt = 0; cnt < col - 1; ++cnt) { in on_csi()

12