Searched refs:hvpair (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.h | 580 struct hvpair { struct 583 hvpair(); argument 592 hvpair *point; 594 draw_node(char, hvpair *, int, font_size, color *, color *); 595 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
|
| H A D | node.cpp | 748 struct hvpair; 801 void draw(char, hvpair *, int, font_size, color *, color *); 802 void determine_line_limits (char code, hvpair *point, int npoints); 1332 void troff_output_file::determine_line_limits(char code, hvpair *point, in determine_line_limits() 1417 void troff_output_file::draw(char code, hvpair *point, int npoints, in draw() 4428 hvpair::hvpair() in hvpair() function in hvpair 4432 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() 4436 point = new hvpair[npoints]; in draw_node() 4441 draw_node::draw_node(char c, hvpair *p, int np, font_size s, in draw_node() 4445 point = new hvpair[npoints]; in draw_node()
|
| H A D | input.cpp | 7768 hvpair *point = new hvpair[maxpoints]; in read_draw_node() 7775 hvpair *oldpoint = point; in read_draw_node() 7776 point = new hvpair[maxpoints*2]; in read_draw_node()
|