Home
last modified time | relevance | path

Searched refs:ncharC2 (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dnormal.c1033 ca.ncharC2 = c; in normal_cmd()
5088 if (cap->ncharC2 != 0) in nv_replace()
5089 AppendCharToRedobuff(cap->ncharC2); in nv_replace()
5112 if (cap->ncharC2 != 0) in nv_replace()
5113 ins_char(cap->ncharC2); in nv_replace()
H A Dsearch.c1782 if (cap->ncharC2 != 0) in searchc()
1783 lastc_bytelen += (*mb_char2bytes)(cap->ncharC2, in searchc()
H A Dstructs.h3845 int ncharC2; // second composing character (optional) member