HomeSort by relevance Sort by last modified time
    Searched refs:LEX (Results 1 - 25 of 25) sorted by null

  /external/libpcap/
runlex.sh 5 # Script to run Lex/Flex.
7 # means that neither Flex nor Lex was found, so we report an error and
16 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
19 LEX="$1"
23 # Check whether we have Lex or Flex.
25 if [ -z "${LEX}" ]
27 echo "Neither lex nor flex was found" 1>&2
33 # embed complete knowledge of what options are supported by Lex/Flex.
36 outfile=lex.yy.c
66 # Is it Lex, or is it Flex
    [all...]
  /external/icu/icu4c/source/tools/genren/
Makefile 37 LEX=$(ICUDIR)/lib/libiculx.$(SO)
41 LIBS=$(COM) $(I18) $(LEX) $(UIO)
73 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
  /external/ltp/include/mk/
config.mk.in 23 # See this page for more info about LEX*:
29 LEX := @LEX@
config.mk.default 23 # See this page for more info about LEX*:
29 LEX := flex
  /external/selinux/checkpolicy/
Makefile 12 LEX = flex
19 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \
24 GENERATED=lex.yy.c y.tab.c y.tab.h
39 lex.yy.o: lex.yy.c
45 lex.yy.c: policy_scan.l y.tab.c
46 $(LEX) policy_scan.l
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
  /external/selinux/libsepol/src/
Makefile 13 LEX = flex
72 $(LEX) -o $@ $<
  /external/dtc/
Makefile 24 LEX = flex
158 # This stops make from generating the lex and bison output during
224 \( ! -name '*.tab.[ch]' ! -name '*.lex.c' \
244 *.tab.[ch] *.lex.c *.output
292 %.lex.c: %.l
293 @$(VECHO) LEX $@
294 $(LEX) -o$@ $<
  /external/elfutils/libcpu/
Makefile.am 34 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) -P$(<F:lex.l=)
35 LEX_OUTPUT_ROOT = lex.$(<F:lex.l=)
  /external/selinux/libsemanage/src/
Makefile 32 LEX = flex
104 $(LEX) $(LFLAGS) -o $@ $<
  /external/mesa3d/src/glsl/
Android.gen.mk 35 glcpp/glcpp-lex.c \
51 @echo "Mesa Lex: $(PRIVATE_MODULE) <= $<"
52 $(hide) $(LEX) --nounistd -o$@ $<
79 $(intermediates)/glcpp/glcpp-lex.c: $(LOCAL_PATH)/glcpp/glcpp-lex.l
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 134 CATEGORY(LEX, SERIALIZATION)
135 CATEGORY(PARSE, LEX)
  /external/mesa3d/src/mesa/
Android.gen.mk 39 program/lex.yy.c \
74 @echo "Mesa Lex: $(PRIVATE_MODULE) <= $<"
75 $(hide) $(LEX) -o$@ $<
109 $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program/program_lexer.l
  /toolchain/binutils/binutils-2.25/binutils/
Makefile.am 35 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
38 # Automake 1.10+ disables lex and yacc output file regeneration if
  /external/fio/
Makefile 170 FIO_OBJS += lex.yy.o y.tab.o
171 GFIO_OBJS += lex.yy.o y.tab.o
232 QUIET_LEX = @echo ' ' LEX $@;
273 lex.yy.c: exp/expression-parser.l
274 $(QUIET_LEX)$(LEX) exp/expression-parser.l
276 lex.yy.o: lex.yy.c y.tab.h
287 lexer.h: lex.yy.c
292 $(QUIET_LINK)$(CC) $(LDFLAGS) $(CFLAGS) $< y.tab.o lex.yy.o -o $@ $(LIBS)
294 parse.o: lex.yy.o y.tab.
    [all...]
configure 1372 # Check if we have lex/yacc available
1375 lex="no"
1378 LEX=$(which lex 2> /dev/null)
1379 if test -x "$LEX" ; then
1380 lex="yes"
1392 if test "$yacc" = "yes" && test "$lex" = "yes" ; then
1406 if compile_prog "" "-ll" "lex"; then
1414 echo "lex/yacc for arithmetic $arith"
    [all...]
  /external/libpcap/msdos/
makefile.dj 72 $(LEX) -Ppcap_ -7 -t $^ > $@
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 28 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
30 # Automake 1.10+ disables lex and yacc output file regeneration if
52 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
53 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
54 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
110 itbl-lex.h \
364 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
365 bfin-parse.c bfin-parse.h bfin-lex.c \
483 bfin-lex.c: $(srcdir)/config/bfin-lex.
    [all...]
configure 629 LEX
    [all...]
  /external/bison/
configure     [all...]
  /toolchain/binutils/binutils-2.25/ld/
configure 626 LEX
    [all...]
Makefile.am 30 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
32 # Automake 1.10+ disables lex and yacc output file regeneration if
    [all...]
  /toolchain/binutils/binutils-2.25/
configure 606 LEX
    [all...]
  /build/make/core/
config.mk 548 LEX := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/flex/flex-2.5.39
    [all...]
definitions.mk 61 # Full path to all asm, C, C++, lex and yacc generated C files.
    [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 

Completed in 311 milliseconds