HomeSort by: relevance | last modified time | path
    Searched defs:vmotion_node (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 361 class vmotion_node : public node { class in inherits:node
365 vmotion_node(vunits, color *);
366 vmotion_node(vunits, color *, statem *, int);
node.cpp 2895 vmotion_node::vmotion_node(vunits i, color *c) function in class:vmotion_node
2900 vmotion_node::vmotion_node(vunits i, color *c, statem *s, int pop) function in class:vmotion_node
2905 node *vmotion_node::copy()
2907 return new vmotion_node(n, col, state, div_nest_level);
3351 vunits vmotion_node::vertical_width()
4766 void vmotion_node::tprint(troff_output_file *out)
5192 int vmotion_node::same(node *nd)
5194 return n == ((vmotion_node *)nd)->
    [all...]

Completed in 34 milliseconds