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

/macosx-10.10/groff-38/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,
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb944 def width_list method in class:Tk.BrowseCommand.ValidateArgs.CellCommand.ValidateArgs.SelectionCommand.ValidateArgs.ValidateCommand.ValidateArgs.set.set_row.set_col.set_spans

Completed in 381 milliseconds