Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c681 prt_pos_T page_prtpos; // print position at page start in ex_hardcopy() local
684 CLEAR_FIELD(page_prtpos); in ex_hardcopy()
685 page_prtpos.file_line = eap->line1; in ex_hardcopy()
686 prtpos = page_prtpos; in ex_hardcopy()
710 prtpos = page_prtpos; in ex_hardcopy()
793 page_prtpos = prtpos; in ex_hardcopy()