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

/xsrc/external/mit/twm/dist/src/
H A Dlex.l141 #ifndef yywrap
143 yywrap(void)
/xsrc/external/mit/xkbevd/dist/
H A Dxkbevd.h101 extern int yywrap(void);
H A Dcfgparse.y206 yywrap(void)
H A Dcfgparse.c1651 yywrap(void) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_lex.l418 #ifndef yywrap
419 int yywrap()
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.l106 yywrap (void)
H A Dwinprefslex.c296 /* Flag which is used to allow yywrap()'s to do buffer switches
745 extern "C" int yywrap ( void );
747 extern int yywrap ( void );
1227 if ( yywrap( ) )
1534 if ( yywrap( ) )
1612 * EOF (yywrap()) processing, but the only time this flag
1613 * is looked at is after yywrap() is called, so it's safe
2132 yywrap (void) function in typeref:typename:int
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.l108 yywrap (void)
H A Dwinprefslex.c294 /* Flag which is used to allow yywrap()'s to do buffer switches
745 extern "C" int yywrap (void );
747 extern int yywrap (void );
1218 if ( yywrap( ) )
1557 if ( yywrap( ) )
1635 * EOF (yywrap()) processing, but the only time this flag
1636 * is looked at is after yywrap() is called, so it's safe
2158 yywrap (void) function in typeref:typename:int
/xsrc/external/mit/xkbcomp/dist/
H A Dparseutils.h197 extern int yywrap(void);
H A Dxkbparse.y785 yywrap(void)
H A Dxkbparse.c3184 yywrap(void) function in typeref:typename:int
/xsrc/external/mit/xgc/dist/
H A Dxgc.h160 extern int yywrap(void);
H A Dlex.c277 /* Flag which is used to allow yywrap()'s to do buffer switches
769 extern "C" int yywrap ( void );
771 extern int yywrap ( void );
1485 if ( yywrap( ) )
1829 if ( yywrap( ) )
1902 * EOF (yywrap()) processing, but the only time this flag
1903 * is looked at is after yywrap() is called, so it's safe
2415 #ifndef yywrap
2416 int yywrap(void) { return (1); } function in typeref:typename:int
H A Dconfigure11167 int yywrap(void);
11188 yywrap (void)
11291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing yywrap" >&5
11292 printf %s "checking for library containing yywrap... " >&6; }
11304 char yywrap ();
11308 return yywrap ();
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c278 /* Flag which is used to allow yywrap()'s to do buffer switches
327 #define yywrap() (/*CONSTCOND*/1) macro
573 extern "C" int yywrap ( void );
575 extern int yywrap ( void );
977 if ( yywrap( ) )
1284 if ( yywrap( ) )
1357 * EOF (yywrap()) processing, but the only time this flag
1358 * is looked at is after yywrap() is called, so it's safe
1871 * In flex versions before 2.4.1 (30Nov93), yywrap was a macro, not a
1878 #ifndef yywrap
1879 int yywrap(void) { return(1);} function in typeref:typename:int
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c281 /* Flag which is used to allow yywrap()'s to do buffer switches
601 extern "C" int yywrap (void );
603 extern int yywrap (void );
1001 if ( yywrap( ) )
1337 if ( yywrap( ) )
1412 * EOF (yywrap()) processing, but the only time this flag
1413 * is looked at is after yywrap() is called, so it's safe
1927 int yywrap(void) function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c203 #ifdef yywrap
206 #define yywrap glcpp_wrap macro
1118 extern "C" int yywrap ( yyscan_t yyscanner );
1120 extern int yywrap ( yyscan_t yyscanner );
2019 if ( yywrap( yyscanner ) )
2369 if ( yywrap( yyscanner ) )
2444 * EOF (yywrap()) processing, but the only time this flag
2445 * is looked at is after yywrap() is called, so it's safe
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c203 #ifdef yywrap
206 #define yywrap _mesa_program_lexer_wrap macro
1380 extern "C" int yywrap ( yyscan_t yyscanner );
1382 extern int yywrap ( yyscan_t yyscanner );
2567 if ( yywrap( yyscanner ) )
2917 if ( yywrap( yyscanner ) )
2992 * EOF (yywrap()) processing, but the only time this flag
2993 * is looked at is after yywrap() is called, so it's safe
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c203 #ifdef yywrap
206 #define yywrap glcpp_wrap macro
1149 extern "C" int yywrap ( yyscan_t yyscanner );
1151 extern int yywrap ( yyscan_t yyscanner );
2065 if ( yywrap( yyscanner ) )
2415 if ( yywrap( yyscanner ) )
2490 * EOF (yywrap()) processing, but the only time this flag
2491 * is looked at is after yywrap() is called, so it's safe
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp203 #ifdef yywrap
206 #define yywrap _mesa_glsl_lexer_wrap macro
1709 extern "C" int yywrap ( yyscan_t yyscanner );
1711 extern int yywrap ( yyscan_t yyscanner );
3556 if ( yywrap( yyscanner ) )
3869 if ( yywrap( yyscanner ) )
3946 * EOF (yywrap()) processing, but the only time this flag
3947 * is looked at is after yywrap() is called, so it's safe
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp203 #ifdef yywrap
206 #define yywrap _mesa_glsl_lexer_wrap macro
1732 extern "C" int yywrap ( yyscan_t yyscanner );
1734 extern int yywrap ( yyscan_t yyscanner );
3646 if ( yywrap( yyscanner ) )
3959 if ( yywrap( yyscanner ) )
4036 * EOF (yywrap()) processing, but the only time this flag
4037 * is looked at is after yywrap() is called, so it's safe
/xsrc/external/mit/twm/dist/
H A Dconfigure11468 int yywrap(void);
11489 yywrap (void)
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure23479 int yywrap(void);
23500 yywrap (void)
23606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing yywrap" >&5
23607 printf %s "checking for library containing yywrap... " >&6; }
23625 char yywrap (void);
23629 return yywrap ();
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure21503 return ! yylex () + ! yywrap ();
[all...]

Completed in 116 milliseconds