HomeSort by: relevance | last modified time | path
    Searched refs:LEX (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/bsd/flex/dist/examples/manual/
Makefile.examples 12 LEX = flex -i -I
25 expr: expr.y expr.lex
27 $(LEX) expr.lex
28 $(CC) -o expr lex.yy.c y.tab.c $(ALLOCA) -ll -lm
30 front: front.y front.lex
32 $(LEX) front.lex
33 $(CC) -o front lex.yy.c y.tab.c $(ALLOCA) -ll -lm
35 numbers: numbers.lex
    [all...]
  /src/external/bsd/flex/bin/
Makefile 13 # To bootstrap lex, cp initscan.c to scan.c and run make.
17 PROG= lex
53 LINKS= ${BINDIR}/lex ${BINDIR}/flex \
54 ${BINDIR}/lex ${BINDIR}/flex++
55 MLINKS= flex.1 lex.1
69 ${LEX} -t -p ${.ALLSRC} >${.TARGET}
  /src/external/gpl3/gcc/usr.bin/host-libcpp/
Makefile 16 LEX=${LEX:Q} \
17 FLEX=${LEX:Q} \
  /src/external/gpl3/gcc.old/usr.bin/host-libcpp/
Makefile 14 LEX=${LEX:Q} \
15 FLEX=${LEX:Q} \
  /src/tools/m4/bootstrap/
Makefile 18 ${LEX} ${DIST}/tokenizer.l
19 sed -e 's/\$$''NetBSD:\([^$$]*\)\ \$$/NetBSD:\1/' < lex.yy.c > ${.TARGET}
20 rm -f lex.yy.c
  /src/share/mk/
sys.mk 106 LEX?= lex
108 LEX.l?= ${LEX} ${LFLAGS}
222 # Lex
224 ${LEX.l} ${.IMPSRC}
225 ${COMPILE_LINK.c} ${EXEC_TARGET} lex.yy.c ${LDLIBS} -ll
226 rm -f lex.yy.c
228 ${LEX.l} ${.IMPSRC}
229 ${MV} lex.yy.c ${.TARGET
    [all...]
bsd.hostprog.mk 162 # Override YACC/LEX rules so nbtool_config.h can be forced as the 1st include
165 ${LEX.l} -o${.TARGET} ${.IMPSRC}
  /src/external/gpl3/gdb/dist/gdb/
silent-rules.mk 17 ECHO_LEX = @echo " LEX $@";
  /src/external/gpl3/gdb.old/dist/gdb/
silent-rules.mk 17 ECHO_LEX = @echo " LEX $@";
  /src/sys/external/bsd/acpica/dist/generate/unix/iasl/
Makefile 331 @echo "- " $(LEX) " "$<
332 @$(LEX) $(LFLAGS) -PAslCompiler -o$@ $(ASL_COMPILER)/aslcompiler.l
339 @echo "- " $(LEX) " "$<
340 @$(LEX) $(DLFLAGS) -PDtCompilerParser -o$@ $<
347 @echo "- " $(LEX) " "$<
348 @$(LEX) $(DLFLAGS) -PDtParser -o$@ $<
355 @echo "- " $(LEX) " "$<
356 @$(LEX) $(LFLAGS) -PPrParser -o$@ $<
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
NTMakefile 61 $(BINDIR)\compile_et.exe: $(OBJ)\parse.obj $(OBJ)\lex.obj $(OBJ)\compile_et.obj $(OBJ)\compile_et-version.res
68 $(OBJ)\lex.obj: $(OBJ)\lex.c
77 $(OBJ)\lex.c: lex.l
78 $(LEX) -o$@ lex.l
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
NTMakefile 41 $(BINDIR)\slc.exe: $(OBJ)\slc-gram.obj $(OBJ)\slc-lex.obj
51 $(OBJ)\slc-lex.c: slc-lex.l
52 $(LEX) -o$@ slc-lex.l
54 $(OBJ)\slc-lex.obj: $(OBJ)\slc-lex.c
  /src/sys/arch/hpc/hpc/platid_gen/
Makefile 19 LEX = flex
  /src/external/gpl2/dtc/dist/
Makefile 25 LEX = flex
209 # This stops make from generating the lex and bison output during
297 \( ! -name '*.tab.[ch]' ! -name '*.lex.c' \
321 *.tab.[ch] *.lex.c *.output
365 %.lex.c: %.l
366 @$(VECHO) LEX $@
367 $(LEX) -o$@ $<
  /src/lib/libc/net/
Makefile.inc 37 ${LEX.l} -t ${.IMPSRC} | sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET}
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 159 VALIDATE_DIAG_SIZE(LEX)
231 CATEGORY(LEX, SERIALIZATION)
232 CATEGORY(PARSE, LEX)
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 294 LEX= flex
  /src/external/bsd/libpcap/dist/msdos/
makefile.dj 94 $(LEX) -Ppcap_ -7 -t $^ > $@
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
NTMakefile 57 $(OBJ)\sel-lex.obj \
95 $(SRCDIR)\sel-lex.l \
188 $(OBJ)\sel-lex.obj: $(OBJ)\sel-lex.c
194 $(OBJ)\sel-lex.c: sel-lex.l
195 $(LEX) -P_hx509_sel_yy -o$@ sel-lex.l
  /src/external/bsd/nsd/dist/
configure 710 LEX
812 LEX
1537 LEX location of the lex program with GNU extensions (flex)
5601 for ac_prog in flex lex
5611 e) if test -n "$LEX"; then
5612 ac_cv_prog_LEX="$LEX" # Let the user override the test.
5636 LEX=$ac_cv_prog_LEX
5637 if test -n "$LEX"; then
5638 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEX" >&
    [all...]
  /src/external/bsd/pcc/dist/pcc/
configure 638 LEX
4693 for ac_prog in flex lex
4702 if test -n "$LEX"; then
4703 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4722 LEX=$ac_cv_prog_LEX
4723 if test -n "$LEX"; then
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
4725 $as_echo "$LEX" >&6; }
4732 test -n "$LEX" && break
4734 test -n "$LEX" || LEX=":
    [all...]
  /src/external/bsd/libpcap/dist/
configure 701 LEX
9224 # Look for {f}lex.
9226 for ac_prog in flex lex
9236 if test -n "$LEX"; then
9237 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9260 LEX=$ac_cv_prog_LEX
9261 if test -n "$LEX"; then
9262 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
9263 printf "%s\n" "$LEX" >&6; }
9270 test -n "$LEX" && brea
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
NTMakefile 73 $(OBJ)\lex.obj \
80 $(OBJ)\lex.c: lex.l $(OBJ)\asn1parse.h
81 $(LEX) -o$@ lex.l
83 $(OBJ)\lex.obj: $(OBJ)\lex.c
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 140 LEX=$(LEX_CMD)
  /src/external/gpl3/binutils/dist/binutils/
Makefile.am 37 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
40 # Automake 1.10+ disables lex and yacc output file regeneration if

Completed in 57 milliseconds

1 2 3