| /netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/ |
| H A D | printer.cpp | 178 int *widthp) in set_ascii_char() argument 189 if (widthp) { in set_ascii_char() 190 *widthp = w; in set_ascii_char() 195 int *widthp) in set_special_char() argument 202 if (widthp) in set_special_char() 203 *widthp = w; in set_special_char() 208 int *widthp, font **f) in set_char_and_width() argument 233 if (widthp) in set_char_and_width() 234 *widthp = w; in set_char_and_width() 238 void printer::set_numbered_char(int num, const environment *env, int *widthp) in set_numbered_char() argument [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | printer.h | 69 int *widthp = 0); 71 int *widthp = 0); 73 int *widthp = 0); 75 int *widthp, font **f);
|
| /netbsd-src/sys/dev/pci/igma/ |
| H A D | igmafb.c | 378 igmafb_guess_size(struct igmafb_softc *sc, int *widthp, int *heightp) in igmafb_guess_size() argument 386 *widthp = PIPE_HTOTAL_GET_ACTIVE(r); in igmafb_guess_size() 392 *widthp, *heightp); in igmafb_guess_size() 394 if (*widthp < 640 || *heightp < 400) { in igmafb_guess_size() 396 *widthp = PF_WINSZ_GET_WIDTH(r); in igmafb_guess_size() 401 *widthp, *heightp); in igmafb_guess_size() 404 if (*widthp < 640) *widthp = 640; in igmafb_guess_size()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | device.c | 322 int device_char_width(DeviceFont *f, int ps, const char *name, int *widthp) in device_char_width() argument 333 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_char_width() 337 int device_code_width(DeviceFont *f, int ps, int code, int *widthp) in device_code_width() argument 347 *widthp = scale_round(p->width, ps, f->dev->unitwidth); in device_code_width()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | post-html.cpp | 2106 void set_numbered_char(int num, const environment *env, int *widthp); 2108 int *widthp, font **f); 4388 int *widthp) in set_numbered_char() argument 4418 if (widthp) in set_numbered_char() 4419 *widthp = w; in set_numbered_char() 4424 int *widthp, font **f) in set_char_and_width() argument 4450 if (widthp) in set_char_and_width() 4451 *widthp = w; in set_char_and_width()
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.cpp | 3660 static breakpoint *node_list_get_breakpoints(node *p, hunits *widthp, in node_list_get_breakpoints() argument 3664 rest = p->get_breakpoints(*widthp, in node_list_get_breakpoints() 3666 node_list_get_breakpoints(p->next, widthp, ns, in node_list_get_breakpoints() 3669 *widthp += p->width(); in node_list_get_breakpoints() 4972 hunits *widthp, int *spacep, node **glyph_comp_np) in add_char() argument 4979 *widthp += res->width(); in add_char() 4985 *widthp += res->width(); in add_char() 5001 *widthp += res->width(); in add_char() 5019 *widthp += gn->width(); in add_char() 5024 *widthp += p->width() - old_width; in add_char()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | udl.c | 1441 uint8_t *widthp; in udl_draw_line_comp() 1464 widthp = sc->sc_cmd_buf - 1; in udl_draw_line_comp() 1470 *widthp = width_cur; in udl_draw_line_comp() 1440 uint8_t *widthp; udl_draw_line_comp() local
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | parse.c | 65 unsigned *widthp, in find_enumeration_value() argument 73 if (widthp != NULL) in find_enumeration_value() 74 *widthp = e->width; in find_enumeration_value()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | arm-dis.c | 5431 int *widthp) in arm_decode_bitfield() argument 5456 if (widthp) in arm_decode_bitfield() 5457 *widthp = width; in arm_decode_bitfield()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | arm-dis.c | 5431 int *widthp) in arm_decode_bitfield() argument 5456 if (widthp) in arm_decode_bitfield() 5457 *widthp = width; in arm_decode_bitfield()
|