Searched refs:yywrap (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
5 int yywrap() function
H A Dinitscan.c224 /* Flag which is used to allow yywrap()'s to do buffer switches
1340 extern "C" int yywrap YY_PROTO(( void ));
1342 extern int yywrap YY_PROTO(( void ));
2826 if ( yywrap() )
3176 if ( yywrap() )
3242 * EOF (yywrap()) processing, but the only time this flag
3243 * is looked at is after yywrap() is called, so it's safe
3640 int yywrap() function
H A Dscan.c224 /* Flag which is used to allow yywrap()'s to do buffer switches
1340 extern "C" int yywrap YY_PROTO(( void ));
1342 extern int yywrap YY_PROTO(( void ));
2826 if ( yywrap() )
3176 if ( yywrap() )
3242 * EOF (yywrap()) processing, but the only time this flag
3243 * is looked at is after yywrap() is called, so it's safe
3640 int yywrap() function
H A Dflexdef.h371 * do_yywrap - do yywrap() processing on EOF. If false, EOF treated as
993 extern int yywrap PROTO((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dradvd_token.l70 #undef yywrap
87 static int yywrap __P((void));
331 yywrap(void)
H A Dresolv_token.l53 #undef yywrap
71 static int yywrap __P(());
326 yywrap()
H A Dconfigure2681 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
2682 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
2701 char yywrap ();
2705 yywrap (); function
2748 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
2749 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
2768 char yywrap ();
2772 yywrap (); function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcss.c290 /* Flag which is used to allow yywrap()'s to do buffer switches
343 #define yywrap(n) 1 macro
4782 extern "C" int yywrap (void );
4784 extern int yywrap (void );
5317 if ( yywrap( ) )
5652 if ( yywrap( ) )
5725 * EOF (yywrap()) processing, but the only time this flag
5726 * is looked at is after yywrap() is called, so it's safe
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c126 /* default yywrap function - always treat EOF as an EOF */
127 #define yywrap() 1 macro
199 #undef yywrap macro
1257 /* flag which is used to allow yywrap()'s to do buffer switches
2172 if ( yywrap() )
2462 if ( yywrap() )
2535 * EOF (yywrap()) processing, but the only time this flag
2536 * is looked at is after yywrap() is called, so it's safe
2638 int yywrap() function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/sound/oss/
H A DMultiSound1041 int yywrap() { return 1; }

Completed in 253 milliseconds