Searched refs:e1 (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xemit.c | 179 long s1, s2, e1, e2, lctx; in xdl_emit_diff() local 254 e1 = xche->i1 + xche->chg1 + lctx; in xdl_emit_diff() 266 if (fe1 > e1) { in xdl_emit_diff() 267 e2 = XDL_MIN(e2 + (fe1 - e1), xe->xdf2.nrec); in xdl_emit_diff() 268 e1 = fe1; in xdl_emit_diff() 279 if (l - xecfg->ctxlen <= e1 || in xdl_emit_diff() 280 get_func_line(xe, xecfg, NULL, l, e1) < 0) { in xdl_emit_diff() 300 xdl_emit_hunk_hdr(s1 + 1, e1 - s1, s2 + 1, e2 - s2, in xdl_emit_diff()
|
| /vim-8.2.3635/src/ |
| H A D | help.c | 816 char_u *e1, *e2; in fix_help_buffer() local 832 e1 = vim_strrchr(t1, '.'); in fix_help_buffer() 834 if (e1 == NULL || e2 == NULL) in fix_help_buffer() 836 if (fnamecmp(e1, ".txt") != 0 in fix_help_buffer() 837 && fnamecmp(e1, fname + 4) != 0) in fix_help_buffer() 843 if (e1 - f1 != e2 - f2 in fix_help_buffer() 844 || fnamencmp(f1, f2, e1 - f1) != 0) in fix_help_buffer() 846 if (fnamecmp(e1, ".txt") == 0 in fix_help_buffer()
|
| H A D | regexp_nfa.c | 3401 Frag_T e1; in post2nfa() local 3446 e1 = POP(); in post2nfa() 3447 patch(e1.out, e2.start); in post2nfa() 3459 e1 = POP(); in post2nfa() 3552 e1 = POP(); in post2nfa() 3555 e1.start->val = e1.start->c; in post2nfa() 3556 e1.start->c = NFA_RANGE_MIN; in post2nfa() 3557 patch(e1.out, e2.start); in post2nfa() 3604 if (e1.out == NULL) in post2nfa() 3605 e1 = e; in post2nfa() [all …]
|
| H A D | dimm.idl | 525 uuid(e1c4bf0e-2d53-11d2-93e1-0060b067b86e),
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | pinyin.vim | 19 e1 ē
|
| H A D | vietnamese-vni_utf-8.vim | 132 e1 é
|
| /vim-8.2.3635/runtime/colors/lists/ |
| H A D | csscolors.vim | 139 \ 'css_royalblue': '#4169e1',
|
| H A D | default.vim | 102 \ 'royal blue': '#4169e1', 103 \ 'royalblue': '#4169e1',
|
| /vim-8.2.3635/runtime/spell/hu/ |
| H A D | hu_HU.diff | 155 - CHR 123 e1 �
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_normal.vim | 3059 } e1 3102 call assert_equal("\t}G e1", getline('.'))
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4277 8 Add offsets to sub-matches: "\(a*\) *"he=e1-1 4278 'e' is end of match 'e1' is end of sub-match 1, 's2' is start of submatch
|
| H A D | syntax.txt | 5595 :set t_AF=<Esc>[%?%p1%{8}%<%t22;%p1%{30}%+%e1;%p1%{22}%+%;%dm
|