Home
last modified time | relevance | path

Searched refs:i1 (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c32 long i1, i2; member
90 for (; i1 < lim1 && i2 < lim2 && ha1[i1] == ha2[i2]; i1++, i2++); in xdl_split()
95 spl->i1 = i1; in xdl_split()
127 for (; i1 > off1 && i2 > off2 && ha1[i1 - 1] == ha2[i2 - 1]; i1--, i2--); in xdl_split()
132 spl->i1 = i1; in xdl_split()
165 spl->i1 = i1; in xdl_split()
189 spl->i1 = i1; in xdl_split()
383 xch->i1 = i1; in xdl_add_change()
957 for (i1 = xe->xdf1.nrec, i2 = xe->xdf2.nrec; i1 >= 0 || i2 >= 0; i1--, i2--) in xdl_build_script()
959 for (l1 = i1; rchg1[i1 - 1]; i1--); in xdl_build_script()
[all …]
H A Dxutils.c182 i1 = 0; in xdl_recmatch()
199 while (i1 < s1 && XDL_ISSPACE(l1[i1])) in xdl_recmatch()
200 i1++; in xdl_recmatch()
208 while (i1 < s1 && XDL_ISSPACE(l1[i1])) in xdl_recmatch()
209 i1++; in xdl_recmatch()
218 while (i1 < s1 && i2 < s2 && l1[i1] == l2[i2]) { in xdl_recmatch()
219 i1++; in xdl_recmatch()
224 while (i1 < s1 && i2 < s2 && l1[i1] == l2[i2]) { in xdl_recmatch()
225 i1++; in xdl_recmatch()
239 while (i1 < s1 && XDL_ISSPACE(l1[i1])) in xdl_recmatch()
[all …]
H A Dxemit.c64 xch->i1 - (xchp->i1 + xchp->chg1) >= max_ignorable) in xdl_get_hunk()
74 long distance = xch->i1 - (xchp->i1 + xchp->chg1); in xdl_get_hunk()
84 xch->i1 + (long)ignored - (lxch->i1 + lxch->chg1) > max_common) { in xdl_get_hunk()
198 long fs1, i1 = xch->i1; in xdl_emit_diff()
201 if (i1 >= xe->xdf1.nrec) { in xdl_emit_diff()
218 i1 = xe->xdf1.nrec - 1; in xdl_emit_diff()
254 e1 = xche->i1 + xche->chg1 + lctx; in xdl_emit_diff()
260 xche->i1 + xche->chg1, in xdl_emit_diff()
277 long l = XDL_MIN(xche->next->i1, in xdl_emit_diff()
322 for (s1 = xch->i1; s1 < xch->i1 + xch->chg1; s1++) in xdl_emit_diff()
[all …]
H A Dxdiffi.h42 long i1, i2; member
/vim-8.2.3635/src/
H A Dhelp.c813 int i1, i2; in fix_help_buffer() local
820 for (i1 = 0; i1 < fcount; ++i1) in fix_help_buffer()
824 if (i1 == i2) in fix_help_buffer()
826 if (fnames[i1] == NULL || fnames[i2] == NULL) in fix_help_buffer()
828 f1 = fnames[i1]; in fix_help_buffer()
840 VIM_CLEAR(fnames[i1]); in fix_help_buffer()
849 VIM_CLEAR(fnames[i1]); in fix_help_buffer()
/vim-8.2.3635/runtime/keymap/
H A Dpinyin.vim25 i1 ī
H A Dvietnamese-vni_utf-8.vim147 i1 í
/vim-8.2.3635/runtime/doc/
H A Dif_lua.txt386 :lua i1 = vim.funcref('I')
388 :lua print(#i1, #i2) -- both 'I'
389 :lua print(i1, i2, #i2(i1) == #i1(i2))
H A Dft_sql.txt131 create index i1 on t1 (c1);
H A Deval.txt10494 func MyCompare(i1, i2)
10495 return a:i1 == a:i2 ? 0 : a:i1 > a:i2 ? 1 : -1
10500 func MyCompare(i1, i2)
10501 return a:i1 - a:i2
10504 eval mylist->sort({i1, i2 -> i1 - i2})
/vim-8.2.3635/runtime/spell/hu/
H A Dhu_HU.diff157 - CHR 123 i1
/vim-8.2.3635/src/testdir/
H A Dtest_lua.vim674 lua i1 = vim.funcref"I"
676 lua msg = "funcref|test|" .. (#i2(i1) == #i1(i2) and "OK" or "FAIL")
703 lua i1, i2, msg, d, res = nil
H A Dtest_undo.vim447 normal i1
H A Dtest_vim9_script.vim1922 def Compare(i1: number, i2: number): number
1923 return i2 - i1
H A Dtest_autocmd.vim237 normal! i1
/vim-8.2.3635/runtime/syntax/
H A Dmaxima.vim93 syn keyword maximaFunc gschmit hach halfangles hermite hipow hodge horner i0 i1
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim885 function! phpcomplete#CompareCompletionRow(i1, i2) " {{{ argument
886 return a:i1.word == a:i2.word ? 0 : a:i1.word > a:i2.word ? 1 : -1