Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c686 prtpos = page_prtpos; in ex_hardcopy()
710 prtpos = page_prtpos; in ex_hardcopy()
728 prtpos.bytes_printed > 1000000 in ex_hardcopy()
729 ? (int)(prtpos.bytes_printed / in ex_hardcopy()
731 : (int)((prtpos.bytes_printed * 100) in ex_hardcopy()
748 prtpos.file_line); in ex_hardcopy()
754 page_line, &prtpos); in ex_hardcopy()
755 if (prtpos.column == 0) in ex_hardcopy()
758 prtpos.bytes_printed += in ex_hardcopy()
763 else if (prtpos.ff) in ex_hardcopy()
[all …]