Home
last modified time | relevance | path

Searched refs:width_list (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/tmux/dist/
H A Dformat-draw.c234 u_int width_list, width_after, width_abs_centre; in format_draw_left() local
241 width_list = list->cx; in format_draw_left()
251 width_list + in format_draw_left()
255 else if (width_list > 0) in format_draw_left()
256 width_list--; in format_draw_left()
266 if (width_list == 0) { in format_draw_left()
287 width_left + width_list, in format_draw_left()
298 (width_left + width_list + width_after) in format_draw_left()
300 - (width_left + width_list + width_after)) / 2 in format_draw_left()
314 format_draw_put_list(octx, ocx, ocy, width_left, width_list, list, in format_draw_left()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h206 struct width_list { struct
209 width_list *next; argument
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);
H A Dnode.cpp3598 for (width_list *w = orig_width; w; w = w->next) in asciify()
4309 width_list::width_list(hunits w, hunits s) in width_list() function in width_list
4314 width_list::width_list(width_list *w) in width_list() function in width_list
4319 word_space_node::word_space_node(hunits d, color *c, width_list *w, node *x) in word_space_node()
4324 word_space_node::word_space_node(hunits d, int s, color *c, width_list *w, in word_space_node()
4332 width_list *w = orig_width; in ~word_space_node()
4334 width_list *tmp = w; in ~word_space_node()
4343 width_list *w_old_curr = orig_width; in copy()
4344 width_list *w_new_curr = new width_list(w_old_curr); in copy()
4345 width_list *w_new = w_new_curr; in copy()
[all …]
H A Denv.cpp431 width_list *w = new width_list(sw, ssw); in space_newline()
433 w->next = new width_list(sw, ssw); in space_newline()
473 new width_list(space_width, in space()
H A Dinput.cpp2698 for (width_list *w = orig_width; w; w = w->next) in reread()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117387 * src/roff/troff/node.h (width_list): Reorder members.
1120 * src/roff/troff/node.h (width_list): New structure to store
1135 `width_list'.
1137 sentence space width as parameters. Use `width_list'.