OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yywrap
(Results
1 - 8
of
8
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
libyywrap.c
1
/* libyywrap - flex run-time support library "
yywrap
" function */
5
int
yywrap
()
function
initscan.c
224
/* Flag which is used to allow
yywrap
()'s to do buffer switches
3640
int
yywrap
()
function
[
all
...]
/external/elfutils/
configure
4938
yywrap
();
function
5004
yywrap
();
function
[
all
...]
/external/bison/
configure
6127
yywrap
();
function
6193
yywrap
();
function
[
all
...]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
126
/* default
yywrap
function - always treat EOF as an EOF */
127
#define
yywrap
() 1
macro
199
#undef
yywrap
macro
2638
int
yywrap
()
function
[
all
...]
/external/bluetooth/bluez/tools/
lexer.c
273
/* Flag which is used to allow
yywrap
()'s to do buffer switches
533
extern "C" int
yywrap
(void );
535
extern int
yywrap
(void );
904
if (
yywrap
( ) )
1194
if (
yywrap
( ) )
1759
int
yywrap
(void)
function
[
all
...]
/external/elfutils/src/
ldlex.c
242
/* Flag which is used to allow
yywrap
()'s to do buffer switches
286
#define
yywrap
() 1
macro
[
all
...]
/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
...]
Completed in 1299 milliseconds