OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bison
(Results
51 - 63
of
63
) sorted by null
1
2
3
/external/selinux/libsemanage/src/
Makefile
33
YACC =
bison
/build/core/
config.mk
503
# The default PKGDATADIR built in the prebuilt
bison
is a relative path
504
# external/
bison
/data.
505
# To run
bison
from elsewhere you need to set up enviromental variable
507
BISON_PKGDATADIR := $(PWD)/external/
bison
/data
508
BISON
:= prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/
bison
/
bison
509
YACC := $(
BISON
) -d
[
all
...]
/external/libpcap/msdos/
makefile
66
bison
--name-prefix=pcap_ --yacc --defines grammar.y
/external/v8/test/webkit/fast/js/
parser-syntax-check.js
74
// known issues of
bison
parser:
/external/fio/
configure
1382
YACC=$(which
bison
2> /dev/null)
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
Makefile.am
28
YACC = `if [ -f ../
bison
/
bison
]; then echo ../
bison
/
bison
-y -L$(srcdir)/../
bison
/; else echo @YACC@; fi`
525
# Disable -Werror, if it has been enabled, since old versions of
bison
/
[
all
...]
/external/bison/djgpp/
config.bat
2
Rem Configure
Bison
for DJGPP.
22
echo Configuring
Bison
for DJGPP v2.x...
468
redir -e /dev/null rm %XSRC%/po/
bison
.pot
/external/libpcap/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
configure
[
all
...]
/external/bison/
configure
3
# Generated by GNU Autoconf 2.69 for GNU
Bison
2.7.
5
# Report bugs to <bug-
bison
@gnu.org>.
269
$as_echo "$0: Please tell bug-autoconf@gnu.org and bug-
bison
@gnu.org
581
PACKAGE_NAME='GNU
Bison
'
582
PACKAGE_TARNAME='
bison
'
584
PACKAGE_STRING='GNU
Bison
2.7'
585
PACKAGE_BUGREPORT='bug-
bison
@gnu.org'
586
PACKAGE_URL='http://www.gnu.org/software/
bison
/'
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/
configure
608
BISON
[
all
...]
Completed in 380 milliseconds
1
2
3