Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnumber.cpp37 int vresolution = 1; variable
683 if (vresolution == 1) in vunits()
687 ? -((-x + vresolution/2 - 1)/vresolution) in vunits()
688 : (x + vresolution/2 - 1)/vresolution); in vunits()
H A Dtroff.h50 extern int vresolution;
H A Dhvunits.h92 return n*vresolution; in to_units()
H A Ddiv.cpp255 return vunits(INT_MAX - vresolution); in distance_to_next_trap()
597 vertical_position = -vresolution; in begin_page()
H A Denv.cpp112 curdiv->need(vs + post_vs + vunits(vresolution)); in output()
1390 temp = vresolution; in vertical_spacing()
H A Dinput.cpp7270 hresolution = vresolution = 1; in main()
7414 vresolution = font::vert; in main()
7658 number_reg_dictionary.define(".V", new constant_int_reg(&vresolution)); in init_input_requests()
H A Dnode.cpp1571 put(vresolution); in troff_output_file()
4130 name, hresolution, vresolution, get_reg_str(".F")); in tprint()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1155897 no diversion trap return vunits(INT_MAX - vresolution).