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

  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 586 class draw_node : public node { class in inherits:node
594 draw_node(char, hvpair *, int, font_size, color *, color *);
595 draw_node(char, hvpair *, int, font_size, color *, color *, statem *, int);
596 ~draw_node();
node.cpp 4432 draw_node::draw_node(char c, hvpair *p, int np, font_size s, function in class:draw_node
4441 draw_node::draw_node(char c, hvpair *p, int np, font_size s, function in class:draw_node
4450 int draw_node::same(node *n)
4452 draw_node *nd = (draw_node *)n;
4462 const char *draw_node::type()
4464 return "draw_node";
4467 int draw_node::force_tprint(
    [all...]

Completed in 33 milliseconds