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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1398 static float prt_top_margin; variable
2388 lpp = (int)((prt_top_margin - prt_bottom_margin) / prt_line_height);
2391 prt_top_margin -= prt_line_height * prt_header_height();
2673 prt_top_margin = (float)top;
3364 prt_pos_y = prt_top_margin - prt_first_line_height -
H A Dos_mswin.c1754 static int prt_top_margin; variable
2051 prt_top_margin = to_device_units(OPT_PRINT_TOP, dpi, phyw, dvoff, 5);
2054 prt_top_margin += prt_line_height * prt_header_height();
2059 return (bottom_margin - prt_top_margin) / prt_line_height;
2354 prt_pos_y + prt_top_margin, p, len);

Completed in 134 milliseconds