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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dlynx-nat.c100 X (ssw), /* fpcode */
/freebsd-10-stable/contrib/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 82 milliseconds