Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregister.c1538 int yanklen; in do_put() local
1751 yanklen = (int)STRLEN(y_array[0]); in do_put()
1881 for (j = 0; j < yanklen; j++) in do_put()
1889 if (yanklen + spaces != 0 in do_put()
1891 / (yanklen + spaces))) in do_put()
1915 ptr += yanklen; in do_put()
1979 if (yanklen) in do_put()
1988 if (yanklen) in do_put()
2027 if (count == 0 || yanklen == 0) in do_put()
2037 totlen = count * yanklen; in do_put()
[all …]