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

/macosx-10.10/vim-55/src/
H A Dhardcopy.c1403 static float prt_number_width; variable
2327 prt_number_width = PRINT_NUMBER_WIDTH * prt_char_width;
2333 prt_number_width /= 2;
2335 prt_left_margin += prt_number_width;
2338 prt_number_width = 0.0;
3362 prt_pos_x -= prt_number_width;
H A Dos_mswin.c1751 static int prt_number_width; variable
2012 prt_number_width = PRINT_NUMBER_WIDTH * prt_tm.tmAveCharWidth;
2013 prt_left_margin += prt_number_width;
2016 prt_number_width = 0;
2339 prt_pos_x = -prt_number_width;

Completed in 60 milliseconds