Searched refs:put_line (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | session.c | 108 if (put_line(fd, "%argdel") == FAIL) in ses_arglist() 280 if (put_line(fd, "wincmd =") == FAIL) in ses_winsizes() 325 if (put_line(fd, "argglobal") == FAIL) in put_view() 385 if (put_line(fd, "enew") == FAIL) in put_view() 474 || put_line(fd, "normal! zt") == FAIL in put_view() 499 || put_line(fd, "else") == FAIL in put_view() 501 || put_line(fd, "endif") == FAIL) in put_view() 670 if (put_line(fd, "endif") == FAIL) in makeopens() 935 if (put_line(fd, "endif") == FAIL) in makeopens() 956 || put_line(fd, "endif") == FAIL) in makeopens() [all …]
|
| H A D | fold.c | 3528 if (put_line(fd, "silent! normal! zE") == FAIL in put_folds() 3530 || put_line(fd, "let &fdl = &fdl") == FAIL) in put_folds() 3593 || put_line(fd, "normal! zo") == FAIL) in put_foldopen_recurse()
|
| H A D | option.c | 4796 if (put_line(fd, "endif") == FAIL) in makeset()
|
| /vim-8.2.3635/src/proto/ |
| H A D | session.pro | 7 int put_line(FILE *fd, char *s);
|