| /vim-8.2.3635/src/ |
| H A D | create_cmdidxs.vim | 53 let c2 = cmd[1] " Second character of command (if any) variable 56 if c2 >= 'a' && c2 <= 'z' 57 let cmdidxs2{c1}{c2} = i 79 let output += [ ' * Values in cmdidxs2[c1][c2] are relative to cmdidxs1[c1] so that they' ] 87 for c2 in a_to_z 88 if exists('cmdidxs2{c1}{c2}') 89 let line .= printf('%3d', cmdidxs2{c1}{c2} - cmdidxs1{c1}) 93 let line .= (c2 == 'z') ? '' : ','
|
| H A D | charset.c | 78 int c2; in buf_init_chartab() local 176 c2 = -1; in buf_init_chartab() 181 c2 = getdigits(&p); in buf_init_chartab() 183 c2 = mb_ptr2char_adv(&p); in buf_init_chartab() 185 c2 = *p++; in buf_init_chartab() 187 if (c <= 0 || c >= 256 || (c2 < c && c2 != -1) || c2 >= 256 in buf_init_chartab() 191 if (c2 == -1) // not a range in buf_init_chartab() 203 c2 = 255; in buf_init_chartab() 206 c2 = c; in buf_init_chartab() 208 while (c <= c2) in buf_init_chartab()
|
| H A D | mbyte.c | 949 unsigned char c2 = trail; in dbcs_class() local 1002 if (c2 <= 0xAF) in dbcs_class() 1004 else if (c2 >= 0xF6) in dbcs_class() 1922 int c2; in utf_composinglike() local 1924 c2 = utf_ptr2char(p2); in utf_composinglike() 1925 if (utf_iscomposing(c2)) in utf_composinglike() 3619 int c1, c2, cdiff; in utf_strnicmp() local 3627 if (c1 <= 0 || c2 <= 0) in utf_strnicmp() 3630 if (c1 == c2) in utf_strnicmp() 3640 if (c1 == 0 || c2 == 0) in utf_strnicmp() [all …]
|
| H A D | spellsuggest.c | 1262 int c, c2, c3; in suggest_trie_walk() local 2218 c2 = NUL; in suggest_trie_walk() 2227 c2 = NUL; in suggest_trie_walk() 2231 c2 = p[1]; in suggest_trie_walk() 2235 if (c2 == NUL) in suggest_trie_walk() 2244 if (c == c2) in suggest_trie_walk() 2256 c, c2); in suggest_trie_walk() 2270 p[0] = c2; in suggest_trie_walk() 2310 c2 = mb_ptr2char(p + n); in suggest_trie_walk() 2319 c2 = p[1]; in suggest_trie_walk() [all …]
|
| H A D | map.c | 1778 c2 = NUL; in makemap() 1802 c2 = 'x'; in makemap() 1806 c2 = 's'; in makemap() 1810 c2 = 'o'; in makemap() 1817 c2 = 'o'; in makemap() 1821 c2 = 'o'; in makemap() 1825 c2 = 'v'; in makemap() 1829 c2 = 'x'; in makemap() 1834 c2 = 's'; in makemap() 1839 c2 = 'o'; in makemap() [all …]
|
| H A D | getchar.c | 1644 int c, c2; in vgetc() local 1715 if (c2 == KS_MODIFIER) in vgetc() 1720 c = TO_SPECIAL(c2, c); in vgetc() 2478 int c2; in handle_mapping() local 2487 else if (c2 == K_SPECIAL) in handle_mapping() 2490 LANGMAP_ADJUST(c2, TRUE); in handle_mapping() 2491 if (mp->m_keys[mlen] != c2) in handle_mapping() 3680 int c2; in getcmdkeycmd() local 3714 c2 = vgetorpeek(TRUE); in getcmdkeycmd() 3717 cmod = c2; in getcmdkeycmd() [all …]
|
| H A D | regexp.c | 1571 mb_decompose(int c, int *c1, int *c2, int *c3) in mb_decompose() argument 1579 *c2 = d.b; in mb_decompose() 1585 *c2 = *c3 = 0; in mb_decompose() 1608 int c1, c2, c11, c12; in cstrncmp() local 1615 c1 = c2 = 0; in cstrncmp() 1619 c2 = mb_ptr2char_adv(&str2); in cstrncmp() 1623 if (c1 != c2 && (!rex.reg_ic || utf_fold(c1) != utf_fold(c2))) in cstrncmp() 1627 mb_decompose(c2, &c12, &junk, &junk); in cstrncmp() 1629 c2 = c12; in cstrncmp() 1635 result = c2 - c1; in cstrncmp()
|
| H A D | screen.c | 141 int c2, in screen_fill_end() argument 157 c1, c2, attr); in screen_fill_end() 163 c1, c2, attr); in screen_fill_end() 176 int c2, in win_draw_end() argument 216 c2, c2, attr); in win_draw_end() 219 c1, c2, attr); in win_draw_end() 226 c1, c2, attr); in win_draw_end() 2342 int c2, in screen_fill() argument 2394 if (c2 == ' ' in screen_fill() 2501 c = c2; in screen_fill() [all …]
|
| H A D | arabic.c | 253 can_join(int c1, int c2) in can_join() argument 256 struct achar *a2 = find_achar(c2); in can_join()
|
| H A D | testing.c | 448 int c1, c2; in assert_equalfile() local 455 c2 = fgetc(fd2); in assert_equalfile() 458 if (c2 != EOF) in assert_equalfile() 462 else if (c2 == EOF) in assert_equalfile() 470 line2[lineidx] = c2; in assert_equalfile() 472 if (c1 != c2) in assert_equalfile()
|
| H A D | filepath.c | 4105 int c1, c2; in pathcmp() local 4111 c2 = PTR2CHAR((char_u *)q + j); in pathcmp() 4116 if (c2 == NUL) // full match in pathcmp() 4124 if (c2 == NUL) in pathcmp() 4130 if ((p_fic ? MB_TOUPPER(c1) != MB_TOUPPER(c2) : c1 != c2) in pathcmp() 4133 && !((c1 == '/' && c2 == '\\') in pathcmp() 4134 || (c1 == '\\' && c2 == '/')) in pathcmp() 4140 if (vim_ispathsep(c2)) in pathcmp() 4142 return p_fic ? MB_TOUPPER(c1) - MB_TOUPPER(c2) in pathcmp() 4143 : c1 - c2; // no match in pathcmp() [all …]
|
| H A D | regexp_nfa.c | 456 if (c1 == c2) in nfa_get_regstart() 2199 long c2; in nfa_regpiece() local 2248 c2 = getdecchrs(); in nfa_regpiece() 2283 EMIT(c2); in nfa_regpiece() 2299 c2 = peekchr(); in nfa_regpiece() 2300 if (c2 == '-' || c2 == Magic('-')) in nfa_regpiece() 5650 int c1, c2; in find_match_text() local 5662 if (c1 != c2 && (!rex.reg_ic || MB_CASEFOLD(c1) != MB_CASEFOLD(c2))) in find_match_text() 6445 int c1, c2; in nfa_regmatch() local 6465 c2 = state->val; in nfa_regmatch() [all …]
|
| H A D | os_mac.rsr.hqx | 219 -c-c-c2!!!2$-c-hIr-rrc'E-rmm!!!$`c-cGqIc2r-Emcrc2!!!!m-c0hjRmcrc 254 -$!`-$2c2!!!!!!$``-$!`-$!`-$mc2!!!!!!r!`-$!`-$!`-r-c2!!!!!2$!`-$ 545 c-r$r$r!!!!!!!!!!$c-c-c2`!!r`!!!!!!!!!!rrrr-r!!!2m!!!!!!!!!!!!!$ 556 !$`!!$m$-c2!!!!!!!!!!!!m!!!r-c-c`!!!!!!!!!!!2!!!2c-$-m!!!!!!!!!!
|
| H A D | findfile.c | 1327 int c2 = NUL; in ff_wc_equal() local 1340 c2 = PTR2CHAR(s2 + j); in ff_wc_equal() 1342 if ((p_fic ? MB_TOLOWER(c1) != MB_TOLOWER(c2) : c1 != c2) in ff_wc_equal()
|
| H A D | mouse.c | 219 int c1, c2; in do_mouse() local 840 c2 = 'p'; in do_mouse() 845 c2 = NUL; in do_mouse() 847 prep_redo(regname, count, NUL, c1, NUL, c2, NUL); in do_mouse()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cindent.vim | 2762 c2 || 2777 c2 || 2798 c2 || 2813 c2 || 2834 c2 || 2849 c2 || 2937 c2 || 2955 c2 || 2979 c2 || 2997 c2 || [all …]
|
| H A D | test_const.vim | 179 const c2 = test_null_channel() 193 call assert_fails('const c2 = test_null_channel()', 'E995:')
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xutils.c | 343 static int xdl_format_hunk_hdr(long s1, long c1, long s2, long c2, in xdl_format_hunk_hdr() argument 365 nb += xdl_num_out(buf + nb, c2 ? s2: s2 - 1); in xdl_format_hunk_hdr() 367 if (c2 != 1) { in xdl_format_hunk_hdr() 371 nb += xdl_num_out(buf + nb, c2); in xdl_format_hunk_hdr() 392 int xdl_emit_hunk_hdr(long s1, long c1, long s2, long c2, in xdl_emit_hunk_hdr() argument 396 return xdl_format_hunk_hdr(s1, c1, s2, c2, func, funclen, ecb); in xdl_emit_hunk_hdr() 399 c2 ? s2 : s2 - 1, c2, in xdl_emit_hunk_hdr()
|
| H A D | xutils.h | 40 int xdl_emit_hunk_hdr(long s1, long c1, long s2, long c2,
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | matchparen.vim | 80 let c2 = plist[i + 1] 83 let c2 = c 88 let c2 = '\]' 145 let [m_lnum, m_col] = searchpairpos(c, '', c2, s_flags, s_skip, stopline, timeout) 174 let [m_lnum, m_col] = searchpairpos(c, '', c2, s_flags, s_skip, stopline)
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 5 void win_draw_end(win_T *wp, int c1, int c2, int draw_margin, int row, int endrow, hlf_T hl); 28 void screen_fill(int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr);
|
| H A D | normal.pro | 27 void do_nv_ident(int c1, int c2);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 424 if (c1 && (c2 || if (c1 && (c2 || 428 (c2 || c3)) (c2 || c3)) 448 c2 || c2 || 461 && ( c2 && ( c2 503 c2 || c2 || 507 c1 && c2 c1 && c2
|
| H A D | tips.txt | 507 let c2 = plist[i + 1] 510 let c2 = c 515 let c2 = '\]' 521 let [m_lnum, m_col] = searchpairpos(c, '', c2, s_flags, s_skip)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | tex.vim | 379 let c2 = plist[i + 1] 382 let c2 = c 387 let c2 = '\]' 406 let [m_lnum, m_col] = searchpairpos(c, '', c2, s_flags, s_skip, stopline, 100)
|