Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregister.c1234 int is_oneChar = FALSE; in op_yank() local
1274 is_oneChar = TRUE; in op_yank()
1290 if (startcol > endcol || is_oneChar) in op_yank()
H A Dops.c1069 && !bd.is_oneChar in op_replace()
2211 bdp->is_oneChar = FALSE; in block_prep()
2257 bdp->is_oneChar = TRUE; in block_prep()
H A Dstructs.h4345 int is_oneChar; // TRUE if block within one character member