Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped291 /* Flag which is used to allow yywrap()'s to do buffer switches
344 #define yywrap(n) 1
720 extern "C" int yywrap (void );
722 extern int yywrap (void );
1287 if ( yywrap( ) )
1586 if ( yywrap( ) )
1661 * EOF (yywrap()) processing, but the only time this flag
1662 * is looked at is after yywrap() is called, so it's safe
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l603 yywrap()
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c22 #define yywrap zconfwrap macro
Dzconf.lex.c_shipped22 #define yywrap zconfwrap
/linux-4.1.27/Documentation/sound/oss/
DMultiSound1041 int yywrap() { return 1; }