Searched refs:put_escstr (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | map.pro | 17 int put_escstr(FILE *fd, char_u *strstart, int what);
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 1904 || 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 D | option.c | 4858 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 D | version7.txt | 6676 Solution: Use put_escstr(). (Ben Schmidt)
|