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

  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 214 class word_space_node : public space_node { class in inherits:space_node
218 word_space_node(hunits, int, color *, width_list *, int, statem *, int,
221 word_space_node(hunits, color *, width_list *, node * = 0);
222 ~word_space_node();
235 class unbreakable_space_node : public word_space_node {
node.cpp 3596 void word_space_node::asciify(macro *m)
4319 word_space_node::word_space_node(hunits d, color *c, width_list *w, node *x) function in class:word_space_node
4324 word_space_node::word_space_node(hunits d, int s, color *c, width_list *w, function in class:word_space_node
4330 word_space_node::~word_space_node()
4340 node *word_space_node::copy()
4352 return new word_space_node(n, set, col, w_new, unformat, state,
4356 int word_space_node::set_unformat_flag(
    [all...]
env.cpp 438 add_node(new word_space_node(x, get_fill_color(), w));
471 add_node(new word_space_node(x,

Completed in 27 milliseconds