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

/macosx-10.10.1/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp124 int max_h; member in class:dvi_printer
197 : fp(stdout), byte_count(0), last_bop(-1), page_count(0), max_h(0), max_v(0),
389 if (cur_h > max_h)
390 max_h = cur_h;
484 out4(max_h);
568 if (cur_h > max_h)
569 max_h = cur_h;

Completed in 116 milliseconds