Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c745 extern "C" int yywrap ( void );
747 extern int yywrap ( void );
1227 if ( yywrap( ) )
1534 if ( yywrap( ) ) in yyinput()
2132 yywrap (void) in yywrap() function
H A Dwinprefslex.l106 yywrap (void)
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c595 extern "C" int yywrap ( void );
597 extern int yywrap ( void );
1004 if ( yywrap( ) )
1349 if ( yywrap( ) ) in yyinput()
1936 int yywrap(void) in yywrap() function
H A Dscanner.l85 int yywrap(void)
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped280 /* Flag which is used to allow yywrap()'s to do buffer switches
333 #define yywrap() (/*CONSTCOND*/1)
715 extern "C" int yywrap (void );
717 extern int yywrap (void );
1332 if ( yywrap( ) )
1636 if ( yywrap( ) )
1711 * EOF (yywrap()) processing, but the only time this flag
1712 * is looked at is after yywrap() is called, so it's safe
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/
H A Dunfs3_git.bb28 file://no-yywrap.patch \
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped294 /* Flag which is used to allow yywrap()'s to do buffer switches
343 #define yywrap() (/*CONSTCOND*/1)
907 extern "C" int yywrap ( void );
909 extern int yywrap ( void );
1466 if ( yywrap( ) )
1789 if ( yywrap( ) )
1867 * EOF (yywrap()) processing, but the only time this flag
1868 * is looked at is after yywrap() is called, so it's safe
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l599 yywrap()
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dmultisound.sh1042 int yywrap() { return 1; }
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped22 #define yywrap zconfwrap
/OK3568_Linux_fs/external/xserver/
H A Dconfigure21370 return ! yylex () + ! yywrap ();