Lines Matching refs:prtpos
680 prt_pos_T prtpos; // current print position in ex_hardcopy() local
686 prtpos = page_prtpos; in ex_hardcopy()
699 for (page_count = 0; prtpos.file_line <= eap->line2; ++page_count) 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()
753 prtpos.column = hardcopy_line(&settings, 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()
759 STRLEN(skipwhite(ml_get(prtpos.file_line))); in ex_hardcopy()
760 if (++prtpos.file_line > eap->line2) in ex_hardcopy()
763 else if (prtpos.ff) in ex_hardcopy()
773 if (prtpos.file_line > eap->line2) in ex_hardcopy()
781 if (prtpos.file_line > eap->line2 && settings.duplex in ex_hardcopy()
789 if (settings.duplex && prtpos.file_line <= eap->line2) in ex_hardcopy()
793 page_prtpos = prtpos; in ex_hardcopy()