Lines Matching refs:vmotion_node
2895 vmotion_node::vmotion_node(vunits i, color *c) in vmotion_node() function in vmotion_node
2900 vmotion_node::vmotion_node(vunits i, color *c, statem *s, int pop) in vmotion_node() function in vmotion_node
2905 node *vmotion_node::copy() in copy()
2907 return new vmotion_node(n, col, state, div_nest_level); in copy()
3351 vunits vmotion_node::vertical_width() in vertical_width()
4766 void vmotion_node::tprint(troff_output_file *out) in tprint()
5192 int vmotion_node::same(node *nd) in same()
5194 return n == ((vmotion_node *)nd)->n in same()
5195 && col == ((vmotion_node *)nd)->col; in same()
5198 const char *vmotion_node::type() in type()
5203 int vmotion_node::force_tprint() in force_tprint()
5208 int vmotion_node::is_tag() in is_tag()