Searched refs:width_list (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dnode.h204 struct width_list { struct
207 width_list *next;
208 width_list(hunits, hunits);
209 width_list(width_list *);
214 width_list *orig_width;
216 word_space_node(hunits, int, color *, width_list *, int, statem *, int,
219 word_space_node(hunits, color *, width_list *, node * = 0);
H A Dnode.cpp3596 for (width_list *w = orig_width; w; w = w->next)
4307 width_list::width_list(hunits w, hunits s) function in class:width_list
4312 width_list::width_list(width_list *w) function in class:width_list
4317 word_space_node::word_space_node(hunits d, color *c, width_list *w, node *x)
4322 word_space_node::word_space_node(hunits d, int s, color *c, width_list *w,
4330 width_list *w = orig_width;
4332 width_list *tm
[all...]
H A Denv.cpp429 width_list *w = new width_list(sw, ssw);
431 w->next = new width_list(sw, ssw);
471 new width_list(space_width,
/freebsd-11.0-release/usr.bin/localedef/
H A Dparser.y238 | T_WIDTH T_NL width_list T_END T_WIDTH T_NL
260 width_list : width_list width_entry label

Completed in 84 milliseconds