Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c1387 static garray_T prt_ps_buffer; variable
1584 if (prt_ps_buffer.ga_len > 0) in prt_flush_buffer()
1635 prt_write_file_raw_len(prt_ps_buffer.ga_data, prt_ps_buffer.ga_len); in prt_flush_buffer()
1652 ga_clear(&prt_ps_buffer); in prt_flush_buffer()
3367 ga_append(&prt_ps_buffer, ch); in mch_print_text_out()
3369 ga_append(&prt_ps_buffer, ch); in mch_print_text_out()
3386 ga_append(&prt_ps_buffer, IF_EB('\\', 0134)); in mch_print_text_out()
3403 ga_append(&prt_ps_buffer, ch_buff[0]); in mch_print_text_out()
3404 ga_append(&prt_ps_buffer, ch_buff[1]); in mch_print_text_out()
3405 ga_append(&prt_ps_buffer, ch_buff[2]); in mch_print_text_out()
[all …]