Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped292 /* Flag which is used to allow yywrap()'s to do buffer switches
345 #define yywrap() 1
721 extern "C" int yywrap (void );
723 extern int yywrap (void );
1315 if ( yywrap( ) )
1615 if ( yywrap( ) )
1690 * EOF (yywrap()) processing, but the only time this flag
1691 * is looked at is after yywrap() is called, so it's safe
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped281 /* Flag which is used to allow yywrap()'s to do buffer switches
334 #define yywrap(n) 1
627 extern "C" int yywrap (void );
629 extern int yywrap (void );
983 if ( yywrap( ) )
1319 if ( yywrap( ) )
1394 * EOF (yywrap()) processing, but the only time this flag
1395 * is looked at is after yywrap() is called, so it's safe
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l603 yywrap()
/linux-4.4.14/Documentation/sound/oss/
DMultiSound1041 int yywrap() { return 1; }
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c22 #define yywrap zconfwrap macro
Dzconf.lex.c_shipped22 #define yywrap zconfwrap