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

/macosx-10.10/vim-55/src/
H A Dhardcopy.c3352 static float prt_pos_x = 0; variable
3360 prt_pos_x = prt_left_margin;
3362 prt_pos_x -= prt_number_width;
3430 prt_pos_x += prt_char_width/4;
3438 prt_pos_x += prt_char_width/4;
3456 prt_pos_x_moveto = prt_pos_x;
3584 prt_pos_x += char_width;
3587 next_pos = prt_pos_x + prt_char_width;
H A Dos_mswin.c2330 static int prt_pos_x = 0; variable
2339 prt_pos_x = -prt_number_width;
2341 prt_pos_x = 0;
2353 TextOut(prt_dlg.hDC, prt_pos_x + prt_left_margin,
2356 prt_pos_x += len * prt_tm.tmAveCharWidth;
2357 return (prt_pos_x + prt_left_margin + prt_tm.tmAveCharWidth
2365 prt_pos_x += (sz.cx - prt_tm.tmOverhang);
2374 return (prt_pos_x + prt_left_margin + sz.cx > prt_right_margin);

Completed in 135 milliseconds