Searched refs:widthp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp176 int *widthp)
187 if (widthp) {
188 *widthp = w;
193 int *widthp)
200 if (widthp)
201 *widthp = w;
206 int *widthp, font **f)
231 if (widthp)
232 *widthp = w;
236 void printer::set_numbered_char(int num, const environment *env, int *widthp) argument
175 set_ascii_char(unsigned char c, const environment *env, int *widthp) argument
192 set_special_char(const char *nm, const environment *env, int *widthp) argument
205 set_char_and_width(const char *nm, const environment *env, int *widthp, font **f) argument
[all...]
/freebsd-10.1-release/contrib/groff/src/include/
H A Dprinter.h67 int *widthp = 0);
69 int *widthp = 0);
71 int *widthp = 0);
73 int *widthp, font **f);
/freebsd-10.1-release/contrib/groff/src/devices/xditview/
H A Ddevice.c317 /* Return 1 if the character is present in the font; widthp gets the
320 int device_char_width(DeviceFont *f, int ps, const char *name, int *widthp) argument
331 *widthp = scale_round(p->width, ps, f->dev->unitwidth);
335 int device_code_width(DeviceFont *f, int ps, int code, int *widthp) argument
345 *widthp = scale_round(p->width, ps, f->dev->unitwidth);
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2104 void set_numbered_char(int num, const environment *env, int *widthp);
2106 int *widthp, font **f);
4386 int *widthp)
4416 if (widthp)
4417 *widthp = w;
4422 int *widthp, font **f)
4448 if (widthp)
4449 *widthp = w;
4385 set_numbered_char(int num, const environment *env, int *widthp) argument
4421 set_char_and_width(const char *nm, const environment *env, int *widthp, font **f) argument
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp3658 static breakpoint *node_list_get_breakpoints(node *p, hunits *widthp, argument
3662 rest = p->get_breakpoints(*widthp,
3664 node_list_get_breakpoints(p->next, widthp, ns,
3667 *widthp += p->width();
4969 hunits *widthp, int *spacep, node **glyph_comp_np)
4976 *widthp += res->width();
4982 *widthp += res->width();
4998 *widthp += res->width();
5016 *widthp += gn->width();
5021 *widthp
4968 add_char(charinfo *ci, environment *env, hunits *widthp, int *spacep, node **glyph_comp_np) argument
[all...]
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Darm-dis.c1548 unsigned long *valuep, int *widthp)
1573 if (widthp)
1574 *widthp = width;
1546 arm_decode_bitfield(const char *ptr, unsigned long insn, unsigned long *valuep, int *widthp) argument

Completed in 140 milliseconds