Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1573 # define WRITEBIN "wb" // no CR-LF translation macro
1577 # define WRITEBIN "w" macro
H A Dviminfo.c3103 fp_out = fdopen(fd, WRITEBIN); in write_viminfo()
3200 fp_out = mch_fopen((char *)tempname, WRITEBIN); in write_viminfo()
3232 fp_out = fdopen(fd, WRITEBIN); in write_viminfo()
H A Dhardcopy.c2631 prt_ps_fd = mch_fopen((char *)prt_ps_file_name, WRITEBIN); in mch_print_init()
2638 prt_ps_fd = mch_fopen((char *)p, WRITEBIN); in mch_print_init()
H A Dsession.c1210 fd = open_exfile(fname, eap->forceit, WRITEBIN); in ex_mkrc()
H A Dmisc1.c2391 fd = mch_fopen((char *)infile, WRITEBIN); in get_cmd_output_as_rettv()
H A Dterminal.c4820 if (*fname == NUL || (fd = mch_fopen((char *)fname, WRITEBIN)) == NULL) in f_term_dumpwrite()
6759 term->tl_out_fd = mch_fopen((char *)fname, WRITEBIN); in conpty_term_and_job_init()
7095 term->tl_out_fd = mch_fopen((char *)fname, WRITEBIN); in winpty_term_and_job_init()
H A Dmain.c2512 c == 'w' ? APPENDBIN : WRITEBIN)) == NULL) in command_line_scan()
H A Dfilepath.c2300 append ? APPENDBIN : WRITEBIN)) == NULL) in f_writefile()