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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.h578 struct hvpair { struct
581 hvpair();
590 hvpair *point;
592 draw_node(char, hvpair *, int, font_size, color *, color *);
593 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
H A Dnode.cpp746 struct hvpair;
799 void draw(char, hvpair *, int, font_size, color *, color *);
800 void determine_line_limits (char code, hvpair *point, int npoints);
1330 void troff_output_file::determine_line_limits(char code, hvpair *point,
1415 void troff_output_file::draw(char code, hvpair *point, int npoints,
4426 hvpair::hvpair() function in class:hvpair
4430 draw_node::draw_node(char c, hvpair *p, int np, font_size s,
4434 point = new hvpair[npoints];
4439 draw_node::draw_node(char c, hvpair *
[all...]

Completed in 128 milliseconds