Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1599 char replstr[2]; in readfile() local
1615 replstr[0] = bad_char_behavior; in readfile()
1617 replstr[0] = '?'; in readfile()
1618 replstr[1] = NUL; in readfile()
1714 replstr, &bad); in readfile()