Searched refs:widthp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/groff/src/libs/libdriver/ |
| D | printer.cpp | 176 int *widthp) in set_ascii_char() argument 187 if (widthp) { in set_ascii_char() 188 *widthp = w; in set_ascii_char() 193 int *widthp) in set_special_char() argument 200 if (widthp) in set_special_char() 201 *widthp = w; in set_special_char() 206 int *widthp, font **f) in set_char_and_width() argument 231 if (widthp) in set_char_and_width() 232 *widthp = w; in set_char_and_width() 236 void printer::set_numbered_char(int num, const environment *env, int *widthp) in set_numbered_char() argument [all …]
|
| /freebsd-9-stable/contrib/groff/src/include/ |
| D | printer.h | 67 int *widthp = 0); 69 int *widthp = 0); 71 int *widthp = 0); 73 int *widthp, font **f);
|
| /freebsd-9-stable/contrib/groff/src/devices/xditview/ |
| D | device.c | 320 int device_char_width(DeviceFont *f, int ps, const char *name, int *widthp) in device_char_width() argument 331 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_char_width() 335 int device_code_width(DeviceFont *f, int ps, int code, int *widthp) in device_code_width() argument 345 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_code_width()
|
| /freebsd-9-stable/contrib/groff/src/devices/grohtml/ |
| D | post-html.cpp | 2104 void set_numbered_char(int num, const environment *env, int *widthp); 2106 int *widthp, font **f); 4386 int *widthp) in set_numbered_char() argument 4416 if (widthp) in set_numbered_char() 4417 *widthp = w; in set_numbered_char() 4422 int *widthp, font **f) in set_char_and_width() argument 4448 if (widthp) in set_char_and_width() 4449 *widthp = w; in set_char_and_width()
|
| /freebsd-9-stable/contrib/groff/src/roff/troff/ |
| D | node.cpp | 3658 static breakpoint *node_list_get_breakpoints(node *p, hunits *widthp, in node_list_get_breakpoints() argument 3662 rest = p->get_breakpoints(*widthp, in node_list_get_breakpoints() 3664 node_list_get_breakpoints(p->next, widthp, ns, in node_list_get_breakpoints() 3667 *widthp += p->width(); in node_list_get_breakpoints() 4969 hunits *widthp, int *spacep, node **glyph_comp_np) in add_char() argument 4976 *widthp += res->width(); in add_char() 4982 *widthp += res->width(); in add_char() 4998 *widthp += res->width(); in add_char() 5016 *widthp += gn->width(); in add_char() 5021 *widthp += p->width() - old_width; in add_char()
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | arm-dis.c | 1547 unsigned long *valuep, int *widthp) in arm_decode_bitfield() argument 1572 if (widthp) in arm_decode_bitfield() 1573 *widthp = width; in arm_decode_bitfield()
|