OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yywrap
(Results
1 - 18
of
18
) sorted by null
/external/bison/examples/calc++/
calc++-scanner.ll
13
# undef
yywrap
14
# define
yywrap
() 1
calc++-scanner.cc
350
/* Flag which is used to allow
yywrap
()'s to do buffer switches
409
#define
yywrap
() 1
macro
559
# undef
yywrap
macro
560
# define
yywrap
() 1
macro
637
extern "C" int
yywrap
(void );
639
extern int
yywrap
(void );
1058
if (
yywrap
( ) )
[
all
...]
/external/bison/m4/
flex.m4
60
return ! yylex () + !
yywrap
();
/frameworks/rs/
spec.l
194
int
yywrap
()
/external/mdnsresponder/mDNSShared/
dnsextd_parser.y
377
int
yywrap
(void);
386
int
yywrap
()
/system/core/sh/
arith_lex.c
274
/* Flag which is used to allow
yywrap
()'s to do buffer switches
327
#define
yywrap
(n) 1
macro
547
extern "C" int
yywrap
(void );
549
extern int
yywrap
(void );
992
if (
yywrap
( ) )
[
all
...]
/external/libpcap/
scanner.l
387
* Also define a
yywrap
. Note that if we're using flex, it will
391
yywrap
()
/ndk/sources/host-tools/nawk-20071023/
proto.h
30
extern int
yywrap
(void);
awkgram.y
31
int
yywrap
(void) { return(1); }
/prebuilts/misc/linux-x86/flex/
flex-2.5.4a
/external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp
363
#define
yywrap
(n) 1
macro
[
all
...]
/external/elfutils/libcpu/
i386_lex.c
22
#define
yywrap
i386_wrap
macro
[
all
...]
/external/bison/src/
scan-skel.c
27
#define
yywrap
skel_wrap
macro
[
all
...]
scan-code.c
27
#define
yywrap
code_wrap
macro
[
all
...]
scan-gram.c
27
#define
yywrap
gram_wrap
macro
[
all
...]
/external/elfutils/src/
ldlex.c
23
#define
yywrap
ldwrap
macro
[
all
...]
/external/elfutils/
configure
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 158 milliseconds