| /src/external/bsd/tmux/dist/ |
| format-draw.c | 234 u_int width_list, width_after, width_abs_centre; local 241 width_list = list->cx; 251 width_list + 255 else if (width_list > 0) 256 width_list--; 266 if (width_list == 0) { 285 /* Write after at width_left + width_list. */ 287 width_left + width_list, 293 * width_left + width_list + width_after 298 (width_left + width_list + width_after 337 u_int width_list, width_after, width_abs_centre; local 445 u_int width_list, width_after, width_abs_centre; local 551 u_int width_list, width_after, middle, abs_centre_offset; local [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| node.h | 206 struct width_list { struct 209 width_list *next; 210 width_list(hunits, hunits); 211 width_list(width_list *); 216 width_list *orig_width; 218 word_space_node(hunits, int, color *, width_list *, int, statem *, int, 221 word_space_node(hunits, color *, width_list *, node * = 0);
|
| node.cpp | 3598 for (width_list *w = orig_width; w; w = w->next) 4309 width_list::width_list(hunits w, hunits s) function in class:width_list 4314 width_list::width_list(width_list *w) function in class:width_list 4319 word_space_node::word_space_node(hunits d, color *c, width_list *w, node *x) 4324 word_space_node::word_space_node(hunits d, int s, color *c, width_list *w, 4332 width_list *w = orig_width; 4334 width_list *tmp = w [all...] |