Searched refs:ssw (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dscrollw.tcl41 set sw [widget::scrolledwindow .ssw -borderwidth 2 -relief solid]
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp423 hunits ssw = env_sentence_space_width(this); local
427 x += ssw;
429 width_list *w = new width_list(sw, ssw);
431 w->next = new width_list(sw, ssw);
432 if (line != 0 && line->merge_space(x, sw, ssw)) {
H A Dnode.cpp4367 int word_space_node::merge_space(hunits h, hunits sw, hunits ssw) argument
4374 w->next = new width_list(sw, ssw);

Completed in 224 milliseconds