Searched refs:modifiers (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/tools/build/make_check/
H A DMakefile41 @${SMAKE} modifiers || ${SMAKE} failure
42 @echo "ok 7 - modifiers # Test modifiers detected no regression."
101 .if make(modifiers)
103 modifiers:
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c248 /* A list of type modifiers. This is used while printing. */
296 /* The current list of modifiers (e.g., pointer, reference, etc.),
298 struct d_print_mod *modifiers; member in struct:d_print_info
2724 dpi->modifiers = NULL;
2889 hold_modifiers = dpi->modifiers;
2900 adpm[i].next = dpi->modifiers;
2901 dpi->modifiers = &adpm[i];
2945 dpi->modifiers = &adpm[i];
2961 /* If the modifiers didn't get printed by the type, print them
2973 dpi->modifiers
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c216 /* A list of type modifiers. This is used while printing. */
245 /* The current list of modifiers (e.g., pointer, reference, etc.),
247 struct d_print_mod *modifiers; member in struct:d_print_info
2695 dpi.modifiers = NULL;
2755 hold_modifiers = dpi->modifiers;
2766 adpm[i].next = dpi->modifiers;
2767 dpi->modifiers = &adpm[i];
2811 dpi->modifiers = &adpm[i];
2827 /* If the modifiers didn't get printed by the type, print them
2839 dpi->modifiers
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.clean-env.mk28 # modifiers.
H A Dsys.mk64 # some useful modifiers
73 # turn a list into a set of :N modifiers
H A Ddirdeps.mk147 # so we need to construct a set of modifiers to fill in the gaps.
/freebsd-9.3-release/sys/dev/usb/input/
H A Dukbd.c115 uint16_t modifiers; member in struct:ukbd_data
510 n_mod = sc->sc_ndata.modifiers;
511 o_mod = sc->sc_odata.modifiers;
775 sc->sc_ndata.modifiers = sc->sc_modifiers;
792 DPRINTF("modifiers = 0x%04x\n", (int)sc->sc_modifiers);
1535 return (ukbd_key2scan(sc, keycode, sc->sc_ndata.modifiers,
1608 return (ukbd_key2scan(sc, keycode, sc->sc_ndata.modifiers,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c3043 in between are type modifiers.
3045 We simply compute the number of modifiers and call the general
3089 Everything in between are type modifiers.
3091 We simply compute the number of modifiers and call the general
3126 static struct type *decode_modified_type (char *modifiers,
3133 block of bytes that define MODCOUNT modifiers. Immediately
3142 all the modifiers and generate either the fundamental type or
3159 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) argument
3173 fundtype = target_to_host (modifiers, nbytes, GET_UNSIGNED,
3179 die_ref = target_to_host (modifiers, nbyte
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c1352 ** v -- the modifiers (input text line).
1353 ** modifiers -- pointer to flag field to represent modifiers.
1356 ** (xallocat()ed) string representation of modifiers.
1359 ** fills in modifiers.
1363 getmodifiers(v, modifiers)
1365 BITMAP256 modifiers;
1383 clrbitmap(modifiers);
1388 setbitn(*h, modifiers);
1563 case 'M': /* modifiers (flag
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c2274 int modifiers;
2283 modifiers = 1;
2287 modifiers = 0;
2293 modifiers ? "// " : "",
2298 modifiers ? "// " : "",
2302 modifiers ? "// " : "",
2271 int modifiers; local
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c605 /* Perhaps there are other modifiers involved. Do what they say. */
1176 don't want to allow modifiers with `!#', just stick the current
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c6344 static const struct bwn_loctl modifiers[] = { local
6372 test.i += modifiers[i - 1].i * d->multipler;
6373 test.q += modifiers[i - 1].q * d->multipler;

Completed in 301 milliseconds