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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1444 static garray_T prt_ps_buffer; variable
1665 if (prt_ps_buffer.ga_len > 0)
1719 prt_write_file_raw_len(prt_ps_buffer.ga_data, prt_ps_buffer.ga_len);
1738 ga_clear(&prt_ps_buffer);
1739 ga_init2(&prt_ps_buffer, (int)sizeof(char), prt_bufsiz);
2776 ga_init2(&prt_ps_buffer, (int)sizeof(char), prt_bufsiz);
3527 ga_append(&prt_ps_buffer, ch);
3529 ga_append(&prt_ps_buffer, ch);
3550 ga_append(&prt_ps_buffer, IF_E
[all...]

Completed in 99 milliseconds