Home
last modified time | relevance | path

Searched refs:MB_CPTR_ADV (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h245 #define MB_CPTR_ADV(p) p += enc_utf8 ? utf_ptr2len(p) : (*mb_ptr2len)(p) macro
H A Dregexp_bt.c3793 MB_CPTR_ADV(rex.input); in regmatch()
H A Dspellfile.c1437 MB_CPTR_ADV(s); in set_sofo()
H A Dregexp_nfa.c1533 for (lp = reg_prev_sub; *lp != NUL; MB_CPTR_ADV(lp)) in nfa_regatom()
H A Dos_win32.c6303 MB_CPTR_ADV(p); in write_chars()