Home
last modified time | relevance | path

Searched refs:lex (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/
H A Dfbset-2.1-fix-makefile-dep.patch9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop.
20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o
24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h
25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c
27 lex.yy.c: modes.l
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex
19 lex.yy.o: lex.yy.c
20 $(CC) $(CFLAGS) -I$(srcdir) -c lex.yy.c
H A D0002-fix-reproducibility-of-build-process.patch32 lex.yy.c: calc.lex
/openbmc/u-boot/scripts/dtc/
H A DMakefile9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
25 HOSTCFLAGS_dtc-lexer.lex.o := $(HOSTCFLAGS_DTC)
29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
H A DMakefile.dtc17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-make-Define-SBINDIR-flag.patch27 @@ -136,15 +137,15 @@ lex.learn_pass1.o: lex.learn_pass1.c learn_pass1.tab.h
28 lex.learn_pass2.o: lex.learn_pass2.c learn_pass2.tab.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/
H A Dgradm_3.1-202111052217.bb29 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \
40 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-ply_3.11.bb2 DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
H A Dpython3-pyparsing_3.2.3.bb3 and executing simple grammars, vs. the traditional lex/yacc approach, or \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/
H A Dfix_configure_with-expat.patch11 have any effect and Log4C uses some bundled yacc/lex code
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch32 lex.yy.c: parsetime.l
/openbmc/u-boot/scripts/kconfig/
H A DMakefile220 targets += zconf.lex.c
238 HOSTCFLAGS_zconf.lex.o := -I$(src)
309 $(obj)/zconf.tab.o: $(obj)/zconf.lex.c
/openbmc/u-boot/
H A D.gitignore20 *.lex.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-lex-yacc-Add-missing-function-prototypes.patch4 Subject: [PATCH] lex/yacc: Add missing function prototypes
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch13 In file included from coord-config-lex.l:23:0:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/
H A Dfwts_22.11.00.bb14 file://0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch \
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py106 import lex
108 import ply.lex as lex namespace
109 return lex
299 lex = load_ply_lex()
300 lexer = lex.lexer
610 lex = load_ply_lex()
611 lexer = lex.lexer
882 lex = load_ply_lex()
883 lexer = lex.lexer
H A Dlex.py861 def lex(module=None,object=None,debug=0,optimize=0,lextab="lextab",reflags=0,nowarn=0,outputdir="",… function
/openbmc/u-boot/scripts/
H A DMakefile.build424 targets += $(call intermediate_targets, .lex.o, .lex.c) \
/openbmc/u-boot/board/bosch/shc/
H A DREADME33 SHIPPED scripts/kconfig/zconf.lex.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch4 Subject: [PATCH] libfwtsiasl: Disable parallel builds of lex/bison files
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/
H A Dopenl2tp_1.8.bb39 file://0001-lex-yacc-Add-missing-function-prototypes.patch \
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py17 from ply import lex
847 t = lex.LexToken()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch58 … AC_DEFINE([HAVE_PCAP_LEX_DESTROY],[1],[Can cleanup lex buffer stack created by pcap bpf filter])
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y26 %lex-param {void *scanner}

12