Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c913 static int restlen = 0; in fill_input_buf() local
943 if (restlen > INBUFLEN - inbufcount) in fill_input_buf()
946 unconverted = restlen; in fill_input_buf()
948 if (unconverted == restlen) in fill_input_buf()
952 restlen -= unconverted; in fill_input_buf()
953 mch_memmove(rest, rest + unconverted, restlen); in fill_input_buf()
1029 rest == NULL ? &rest : NULL, &restlen); in fill_input_buf()