Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Ddigraph.c2348 *char1 = mb_cptr2char_adv(&p); in get_digraph_chars()
2351 *char2 = mb_cptr2char_adv(&p); in get_digraph_chars()
2381 n = mb_cptr2char_adv(&p); in digraph_set_common()
H A Dspell.c2769 c = mb_cptr2char_adv(&p); in spell_casefold()
2956 c = mb_cptr2char_adv(&p); in onecap_copy()
2988 c = mb_cptr2char_adv(&s); in allcap_copy()
3148 c = mb_cptr2char_adv(&s); in spell_soundfold_sofo()
3512 c = mb_cptr2char_adv(&s); in spell_soundfold_wsal()
H A Dspellsuggest.c4021 wbadword[badlen++] = mb_cptr2char_adv(&p); in spell_edit_score()
4024 wgoodword[goodlen++] = mb_cptr2char_adv(&p); in spell_edit_score()
4324 wbadword[bi++] = mb_cptr2char_adv(&p); in spell_edit_score_limit_w()
4328 wgoodword[gi++] = mb_cptr2char_adv(&p); in spell_edit_score_limit_w()
H A Dgetchar.c570 c = mb_cptr2char_adv(&s); in AppendToRedobuffLit()
714 c = mb_cptr2char_adv(&arg); in stuffescaped()
H A Dspellfile.c1436 c = mb_cptr2char_adv(&p); in set_sofo()
1460 c = mb_cptr2char_adv(&p); in set_sofo()
1461 i = mb_cptr2char_adv(&s); in set_sofo()
6638 c = mb_cptr2char_adv(&p); in set_map_str()
H A Dstrings.c1134 func_mb_ptr2char_adv = skipcc ? mb_ptr2char_adv : mb_cptr2char_adv; in strchar_common()
H A Dmbyte.c1901 mb_cptr2char_adv(char_u **pp) in mb_cptr2char_adv() function
H A Dex_getln.c3708 c = mb_cptr2char_adv(&s); in cmdline_paste_str()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro27 int mb_cptr2char_adv(char_u **pp);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dspell.c2767 int c = mb_cptr2char_adv((const char_u **)&p); in spell_casefold()
3545 int c = mb_cptr2char_adv((const char_u **)&p); in onecap_copy()
3561 int c = mb_cptr2char_adv((const char_u **)&s); in allcap_copy()
6008 int c = mb_cptr2char_adv((const char_u **)&s); in spell_soundfold_sofo()
6074 c = mb_cptr2char_adv(&s); in spell_soundfold_wsal()
6595 wbadword[badlen++] = mb_cptr2char_adv(&p); in spell_edit_score()
6600 wgoodword[goodlen++] = mb_cptr2char_adv(&p); in spell_edit_score()
6694 wbadword[bi++] = mb_cptr2char_adv(&p); in spell_edit_score_limit_w()
6699 wgoodword[gi++] = mb_cptr2char_adv(&p); in spell_edit_score_limit_w()
H A Dspellfile.c1552 const int c = mb_cptr2char_adv((const char_u **)&p); in set_sofo()
1575 const int c = mb_cptr2char_adv((const char_u **)&p); in set_sofo()
1576 const int i = mb_cptr2char_adv((const char_u **)&s); in set_sofo()
5849 c = mb_cptr2char_adv((const char_u **)&p); in set_map_str()
H A Dmbyte.c716 int mb_cptr2char_adv(const char_u **pp) in mb_cptr2char_adv() function
H A Dgetchar.c563 const int c = mb_cptr2char_adv((const char_u **)&s); in AppendToRedobuffLit()
H A Dops.c1244 const int c = mb_cptr2char_adv((const char_u **)&arg); in stuffescaped()
H A Dex_getln.c3510 c = mb_cptr2char_adv((const char_u **)&s); in cmdline_paste_str()
H A Doption.c3467 int c = mb_cptr2char_adv((const char_u **)p); in get_encoded_char_adv()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c10700 func_mb_ptr2char_adv = skipcc ? mb_ptr2char_adv : mb_cptr2char_adv; in f_strchars()