Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1533 const char *fromp; in readfile() local
1538 fromp = (char *)ptr; in readfile()
1549 while ((iconv(iconv_fd, (void *)&fromp, &from_size, in readfile()
1561 ++fromp; in readfile()
1565 *top++ = *(fromp - 1); in readfile()
1579 mch_memmove(conv_rest, (char_u *)fromp, from_size); in readfile()