/src/tools/lex/ |
Makefile | 4 HOST_SRCDIR= external/bsd/flex/bin
|
/src/lib/librumpuser/build-aux/ |
missing | 58 bison yacc flex lex help2man 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
missing | 58 bison yacc flex lex help2man 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/src/sys/external/isc/libsodium/dist/ |
missing | 58 bison yacc flex lex help2man 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/src/sys/arch/hpc/hpc/platid_gen/ |
Makefile | 19 LEX = flex
|
/src/sys/arch/hppa/hppa/ |
mainbus.c | 190 int flex; local in function:mbus_add_mapping 203 flex = HPPA_FLEX(pa); 210 if (bmm[flex / 32] & (1 << (flex % 32))) { 211 DPRINTF(("%s: already mapped flex=%x, mask=%x\n", 212 __func__, flex, bmm[flex / 32])); 216 DPRINTF(("%s: adding flex=%x %lx-%lx, ", __func__, flex, spa, 219 bmm[flex / 32] |= (1 << (flex % 32)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf.c | 2183 /* The MMIO offsets for Flex EU registers aren't contiguous */ 2209 struct flex { struct 2218 const struct flex *flex, unsigned int count) 2230 *cs++ = offset + flex->offset * sizeof(u32); 2232 *cs++ = flex->value; 2233 } while (flex++, --count); 2243 const struct flex *flex, unsigned int count) 2255 *cs++ = i915_mmio_reg_offset(flex->reg) [all...] |
/src/sys/rump/ |
listsrcdirs | 99 lsrc sys /external/bsd/ flex mdocml byacc
|
/src/sys/external/bsd/acpica/dist/generate/unix/ |
Makefile.config | 272 # Bison/Flex configuration 294 LEX= flex
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 14 3) The Flex (or Lex) lexical analyzer generator. 32 iASL has been generated with these versions of Flex/Bison: 34 flex: Version 2.5.32 57 The Windows versions of GNU Flex/Bison must be installed, and they must 76 iASL has been generated with these versions of Flex/Bison for Windows: 78 Flex for Windows: V2.5.4a 81 Flex is available at: http://gnuwin32.sourceforge.net/packages/flex.htm
|
/src/tools/compat/ |
Makefile | 68 ${.CURDIR}/../../external/bsd/flex/dist/src
|
/src/lib/ |
Makefile | 70 SUBDIR+= ../external/bsd/flex/lib
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx7d-flex-concentrator.dts | 3 * Device Tree Source for Kamstrup OMNIA Flex Concentrator. 17 model = "Kamstrup OMNIA Flex Concentrator"; 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
|
Makefile | 688 imx7d-flex-concentrator.dtb \ 689 imx7d-flex-concentrator-mfg.dtb \
|
/src/usr.bin/xlint/lint1/ |
tree.c | 4339 bool flex = false; local in function:type_size_in_bits 4342 flex = true; /* allow c99 flex arrays [] [0] */ 4346 if (elem == 0 && !flex) {
|