Home
last modified time | relevance | path

Searched refs:mb_ptr2char_adv (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dspellfile.c1566 res[i++] = mb_ptr2char_adv(&p); in mb_str2wide()
2939 c = mb_ptr2char_adv(&p); in spell_read_aff()
3230 res = mb_ptr2char_adv(pp); in get_affitem()
3236 res = mb_ptr2char_adv(pp) + (res << 16); in get_affitem()
3360 n = mb_ptr2char_adv(&p); in flag_in_afflist()
3363 n = mb_ptr2char_adv(&p) + (n << 16); in flag_in_afflist()
6451 f = mb_ptr2char_adv(&pf); in set_spell_chartab()
6452 l = mb_ptr2char_adv(&pl); in set_spell_chartab()
6453 u = mb_ptr2char_adv(&pu); in set_spell_chartab()
6528 c = mb_ptr2char_adv(&p); in set_spell_charflags()
H A Dinsexpand.c498 wca[i] = mb_ptr2char_adv(&p); in ins_compl_add_infercase()
507 c = mb_ptr2char_adv(&p); in ins_compl_add_infercase()
531 c = mb_ptr2char_adv(&p); in ins_compl_add_infercase()
550 c = mb_ptr2char_adv(&p); in ins_compl_add_infercase()
H A Dcharset.c173 c = mb_ptr2char_adv(&p); in buf_init_chartab()
183 c2 = mb_ptr2char_adv(&p); in buf_init_chartab()
H A Dregexp.c1618 c1 = mb_ptr2char_adv(&str1); in cstrncmp()
1619 c2 = mb_ptr2char_adv(&str2); in cstrncmp()
H A Dtesting.c104 c = mb_ptr2char_adv(&s); in ga_concat_shorten_esc()
H A Dstrings.c1134 func_mb_ptr2char_adv = skipcc ? mb_ptr2char_adv : mb_cptr2char_adv; in strchar_common()
H A Ddrawline.c1745 mb_c = mb_ptr2char_adv(&p_extra); in win_line()
H A Dgetchar.c660 c = mb_ptr2char_adv(&s); in stuffReadbuffSpec()
H A Dmbyte.c1887 mb_ptr2char_adv(char_u **pp) in mb_ptr2char_adv() function
H A Ddrawscreen.c1139 ch = mb_ptr2char_adv(&p); in fold_line()
H A Dscreen.c4805 return mb_ptr2char_adv(p); in get_encoded_char_adv()
H A Dspell.c2388 c = mb_ptr2char_adv(&p); in captype()
H A Dregexp_bt.c1774 endc = mb_ptr2char_adv(&regparse); in regatom()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro26 int mb_ptr2char_adv(char_u **pp);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8913 Solution: Use mb_ptr2char_adv().