Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.c3218 int c0; in spell_soundfold_sal() local
3321 c0 = word[i + k - 1]; in spell_soundfold_sal()
3322 n0 = slang->sl_sal_first[c0]; in spell_soundfold_sal()
3328 for ( ; (s = smp[n0].sm_lead)[0] == c0; ++n0) in spell_soundfold_sal()
3394 if (p0 >= pri && smp[n0].sm_lead[0] == c0) in spell_soundfold_sal()
3498 int c0; in spell_soundfold_wsal() local
3614 c0 = word[i + k - 1]; in spell_soundfold_wsal()
3615 n0 = slang->sl_sal_first[c0 & 0xff]; in spell_soundfold_wsal()
3623 == (c0 & 0xff); ++n0) in spell_soundfold_wsal()
3626 if (c0 != ws[0]) in spell_soundfold_wsal()
[all …]
H A Dcmdexpand.c423 int c0, ci; in ExpandOne() local
430 c0 =(* mb_ptr2char)(&xp->xp_files[0][len]); in ExpandOne()
433 c0 = xp->xp_files[0][len]; in ExpandOne()
445 if (MB_TOLOWER(c0) != MB_TOLOWER(ci)) in ExpandOne()
448 else if (c0 != ci) in ExpandOne()
H A Ddrawline.c1687 int c0; in win_line() local
1694 c0 = *ptr; in win_line()
1714 c0 = mb_c; in win_line()
1973 if (wp->w_p_lbr && c0 == c in win_line()
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c1077 VTermScreenCell c0, c1; in on_csi() local
1080 vterm_screen_get_cell(state->vt->screen, p, &c0); in on_csi()
1084 ? (vterm_unicode_is_ambiguous(c0.chars[0])) // is ambiguous? in on_csi()
/vim-8.2.3635/runtime/doc/
H A Dindent.txt402 cino=c0 cino=c0,C1 >
H A Dsyntax.txt5648 XTerm*color4: #0000c0
H A Dversion6.txt9143 ">c0<".
H A Dversion7.txt12844 Problem: When 'cpoptions' includes "E" "c0" in the first column is an
/vim-8.2.3635/src/testdir/
H A Dtest_cpoptions.vim170 call assert_beeps('normal 0c0')
H A Dtest_cindent.vim2685 setl cino=c0
2720 setl cino=c0,C1
/vim-8.2.3635/runtime/syntax/
H A D2html.vim100 \ 4: "#0000c0", 5: "#c000c0", 6: "#008080", 7: "#c0c0c0",