Searched refs:c0 (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spell.c | 3218 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 D | cmdexpand.c | 423 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 D | drawline.c | 1687 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 D | state.c | 1077 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 D | indent.txt | 402 cino=c0 cino=c0,C1 >
|
| H A D | syntax.txt | 5648 XTerm*color4: #0000c0
|
| H A D | version6.txt | 9143 ">c0<".
|
| H A D | version7.txt | 12844 Problem: When 'cpoptions' includes "E" "c0" in the first column is an
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cpoptions.vim | 170 call assert_beeps('normal 0c0')
|
| H A D | test_cindent.vim | 2685 setl cino=c0 2720 setl cino=c0,C1
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 2html.vim | 100 \ 4: "#0000c0", 5: "#c000c0", 6: "#008080", 7: "#c0c0c0",
|