Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmap.pro17 int put_escstr(FILE *fd, char_u *strstart, int what);
/vim-8.2.3635/src/
H A Dmap.c1904 || put_escstr(fd, mp->m_keys, 0) == FAIL in makemap()
1906 || put_escstr(fd, mp->m_str, 1) == FAIL in makemap()
1932 put_escstr(FILE *fd, char_u *strstart, int what) in put_escstr() function
H A Doption.c4858 if (put_escstr(fd, str2special(&s, FALSE), 2) == FAIL) in put_setstring()
4894 if (put_escstr(fd, part, 2) == FAIL || put_eol(fd) == FAIL) in put_setstring()
4901 if (put_escstr(fd, buf, 2) == FAIL) in put_setstring()
4908 else if (put_escstr(fd, *valuep, 2) == FAIL) in put_setstring()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6676 Solution: Use put_escstr(). (Ben Schmidt)